Lines Matching refs:parts
67 decoded parts of the header. Charset is None for non-encoded parts of the
85 parts = ecre.split(line)
86 while parts:
87 unenc = parts.pop(0).strip()
94 if parts:
95 charset, encoding = [s.lower() for s in parts[0:2]]
96 encoded = parts[2]
118 del parts[0:3]
486 # Put any left over parts on a line by themselves