Hi,
I've been playing with the python interpreter and fetchmail on a linux
system.
I created a userid and put a couple of emails out there. I've tried both
imap and pop3 but both give an answer of 512. I have also removed the
files via a normal remove on the server and then done the below and it
always returns 512.
[color=blue][color=green][color=darkred]
>>>import os
>>>cmd = 'fetchmail -c -p POP3 -s pop.duneram.com -u spam'
>>>os.system(cm d)[/color][/color][/color]
512
Thanks,
David Stockwell
-------
Cell: http://cellphone.duneram.com/index.html
Cam: http://www.duneram.com/cam/index.html
Tax: http://www.duneram.com/index.html
_______________ _______________ _______________ _______________ _____
FREE pop-up blocking with the new MSN Toolbar – get it now!
I've been playing with the python interpreter and fetchmail on a linux
system.
I created a userid and put a couple of emails out there. I've tried both
imap and pop3 but both give an answer of 512. I have also removed the
files via a normal remove on the server and then done the below and it
always returns 512.
[color=blue][color=green][color=darkred]
>>>import os
>>>cmd = 'fetchmail -c -p POP3 -s pop.duneram.com -u spam'
>>>os.system(cm d)[/color][/color][/color]
512
Thanks,
David Stockwell
-------
Cell: http://cellphone.duneram.com/index.html
Cam: http://www.duneram.com/cam/index.html
Tax: http://www.duneram.com/index.html
_______________ _______________ _______________ _______________ _____
FREE pop-up blocking with the new MSN Toolbar – get it now!
Comment