Roundup Tracker - Issues

Issue 934000

classification
IMAP Support
Type: rfe Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : jfmeinel
Priority: normal :

Created on 2004-04-13 04:17 by jfmeinel, last changed 2004-04-13 04:17 by jfmeinel.

Files
File name Uploaded Description Edit Remove
mailgw.diff jfmeinel, 2004-04-13 04:17
roundup_mailgw.diff jfmeinel, 2004-04-13 04:18
Messages
msg3315 Author: [hidden] (jfmeinel) Date: 2004-04-13 04:17
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.
msg3316 Author: [hidden] (jfmeinel) Date: 2004-04-13 04:18
Logged In: YES 
user_id=266114

This is the changes to the command line program.
History
Date User Action Args
2004-04-13 04:17:41jfmeinelcreate