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
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
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
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