From: SourceForge.net <no...@so...> - 2008-10-26 14:13:34
|
Feature Requests item #2192775, was opened at 2008-10-24 23:15 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=2192775&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Tomas Ebenlendr (ebik) >Assigned to: Nikolaus Schulz (nikosch) Summary: imaplib IMAP_stream support Initial Comment: Add option to use imap constructor imaplib.IMAP_stream(), to let users do alternative IMAP authentications, such as via ssh tunnel. E.g.: let there be option '-t' '--imap-tunnel=' which will be passed directly as argument of IMAP_stream(). Also don't forget to NOT call imap_srv.login() (and do not require password!). ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2008-10-26 15:13 Message: Ha, that's a cool feature request. I'm just learning that IMAP actually can be tunnelled and how. :-) Okay, this isn't high priority, but it looks interesting and I guess it's quite easy to do, so I'll probably implement it when I need some relaxing from my current, unfortunately less rewarding tasks. :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=2192775&group_id=49630 |