You might want to send this to the email-sig.
On 8/8/07, Victor Stinner <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I started to work on email module, but I have trouble to understand if a
> function should returns bytes or str (because I don't know email module).
>
> Header.encode() -> bytes?
> Message.
Hi,
I started to work on email module, but I have trouble to understand if a
function should returns bytes or str (because I don't know email module).
Header.encode() -> bytes?
Message.as_string() -> bytes?
decode_header() -> list of (bytes, str|None) or (str, str|None)?
base64MIME.encode() -> b