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@python.org
> http://mail.python.org/mailman/listinfo/tutor

Batteries included!

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

Cheers
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to