docker-offlineimap/offlineimap/repository
Steve Purcell 968d5520da Allow transport-type tunnels to the IMAP servers
It's nice to set up an ssh tunnel command which forwards an IMAP tcp
port inside an encrypted session, e.g. with ssh's "-W" flag.  In this
case the tunnelled connection still requires authentication inside
IMAP session, because this is transport-only tunnel that substitutes
normal TCP/SSL connection.

New directive, 'transporttunnel' was added: it specifies the command
that will create the tunnel.  Only one type of tunnel must be
specified for a single repository: we can't have both preauthenticated
and transport-type tunnels, they won't chain together.

From: Steve Purcell <steve@sanityinc.com>
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2013-08-06 12:18:21 +04:00
..
__init__.py Throw OfflineImapErrors rather than weird Exceptions 2012-08-31 20:31:43 +02:00
Base.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
Gmail.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
IMAP.py Allow transport-type tunnels to the IMAP servers 2013-08-06 12:18:21 +04:00
LocalStatus.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
Maildir.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00