[Tutor] send file/mail to imap

Chris Fuller cfuller084 at thinkingplanet.net
Fri Dec 28 17:05:40 CET 2007


On Friday 28 December 2007 09:31, Tim Michelsen wrote:
> Hello,
> I have a mbox file locally on my notebook.
>
> I would like to send this file to my IMAP account using python.
>
> Does anyone know a module or tutorial which does this?
>
> I tried
> * IMAPClient 0.3 - http://pypi.python.org/pypi/IMAPClient/0.3
> but it doesn't contain a send function.
>
> Thanks in advance for any hints,
> Timmie
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor

Batteries included!

http://docs.python.org/lib/module-imaplib.html

Cheers


More information about the Tutor mailing list