docker-offlineimap/offlineimap/repository
Eygene Ryabinkin 8f3c22e227 Introduce CustomConfig method that applies set of transforms
It is a bit cleaner than making chains of calls like
{{{
value = os.path.expanduser(value)
value = os.path.abspath(value)
}}}
since we do see all transformations to be applied in a single
iterable and have no repeated code like in the above example.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2014-11-02 11:53:05 +03:00
..
__init__.py Make GmailFolder sync GMail labels 2014-05-06 23:36:06 +04:00
Base.py Brought CustomConfig.py into more proper shape 2014-10-09 19:24:11 +04:00
Gmail.py Adapt plain status folder to gmail labels stuff 2014-05-06 23:37:11 +04:00
GmailMaildir.py Adapt plain status folder to gmail labels stuff 2014-05-06 23:37:11 +04:00
IMAP.py Introduce CustomConfig method that applies set of transforms 2014-11-02 11:53:05 +03:00
LocalStatus.py Class LocalStatusRepository: add missing self qualifier 2014-05-07 18:29:47 +04:00
Maildir.py Introduce CustomConfig method that applies set of transforms 2014-11-02 11:53:05 +03:00