felix wrote:
> In general I agree with Jeff's suggestion.  
>
> but OTOH you might be able to get pop to work
> and using the pop interface maybe you can get the headers in a clean
> pythonic fashion.
>
> it sounds like you will also have to deal with attachments, so maybe
> the pop library can handle that nicely.
>
Nope. poplib is simply for accessing the message from the POP server.
Jeff's suggestion would not, as you correctly identified, give access to
the headers. But processing MIME-structured messages requires the email
module no matter what method of delivery you choose.

regards
 Steve


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to