Re: [Tutor] send file/mail to imap

2007-12-28 Thread Eric Brunson
Tim's pretty spot on in his ruminations below, I just wanted to add a few comments. Read inline. Tim Golden wrote: > Tim Michelsen wrote: > >> I have a mbox file locally on my notebook. >> >> I would like to send this file to my IMAP account using python. >> > > Ummm. There seem to be t

Re: [Tutor] send file/mail to imap

2007-12-28 Thread Chris Fuller
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/IM

Re: [Tutor] send file/mail to imap

2007-12-28 Thread Tim Golden
Tim Michelsen wrote: > I have a mbox file locally on my notebook. > > I would like to send this file to my IMAP account using python. Ummm. There seem to be two possible sources of confusion here. Number one is that you don't normally "send" things via IMAP, you use the IMAP protocol to *read* m

[Tutor] send file/mail to imap

2007-12-28 Thread Tim Michelsen
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 advanc