Home | History | Annotate | Download | only in email

Lines Matching defs:append

83             decoded.append((line, None))
93 decoded.append((unenc, None))
117 decoded.append((dec, charset))
139 # None means us-ascii but we can simply pass it on to h.append()
142 h.append(s, charset)
155 value is not set. You can later append to the header with .append()
157 .append() documentation for semantics.
160 charset argument to the .append() method. It also sets the default
161 character set for all subsequent .append() calls that omit the charset
164 subsequent .append() calls.
175 errors is passed through to the .append() call.
187 self.append(s, charset, errors)
219 uchunks.append(USPACE)
222 uchunks.append(USPACE)
224 uchunks.append(unicode(s, str(charset)))
237 def append(self, s, charset=None, errors='strict'):
238 """Append a string to the MIME header.
290 self._chunks.append((s, charset))
431 lines.append(line)
443 # just append this line unchanged
444 lines.append(line)
466 this.append(part)
470 lines.append(joiner.join(this) + eol)
484 this.append(part)
488 lines.append(joiner.join(this))