POP3 messages: '=' always followed by '3D'?
Steve Canfield
stevecanfield at my-deja.com
Thu Sep 20 14:32:09 EDT 2001
More information about the Python-list mailing list
Thu Sep 20 14:32:09 EDT 2001
- Previous message (by thread): Best book on Python?
- Next message (by thread): POP3 messages: '=' always followed by '3D'?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm using poplib to retrieve email messages. Whenever the text of the message contains an equals sign, it is always followed by '3D'. Why is this? To get the original text, do I have to do a search-and-replace operation on every line to convert '=3D' to '='? For example, if the message contains this: <abc def='ghi'> it will be retrieved as: <abc def=3D'ghi'> Am I missing something painfully obvious here? Any suggestions for a easy and fast way to fix this? -steve
- Previous message (by thread): Best book on Python?
- Next message (by thread): POP3 messages: '=' always followed by '3D'?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list