Roundup Tracker - Issues

Message3315

Author jfmeinel
Recipients
Date 2004-04-13.04:17:41
Message-id
In-reply-to
Attached is 2 diff files that enable some minimal IMAP
mailbox support for the roundup-mailgw module.

Basically they mimic the do_pop() commands, only using
imaplib instead of poplib.

For me, the ssl support doesn't work. I'm not sure why,
because if I type the commands at the prompt, it works.
But when I run them with the script, it gives me
'socket.sslerror: The read operation timed out'.

mailgw.diff contains the addition of do_imap(), and
then roundup_mailgw.py contains the additions to the
command-line tool.

But the normal IMAP works fine.
History
Date User Action Args
2009-02-03 14:23:51adminlinkissue934000 messages
2009-02-03 14:23:51admincreate