docker-offlineimap/offlineimap/repository
Sebastian Spaeth 0752c123f5 Implement the "createfolders" setting for repositories
By default OfflineImap propagates new folders in both
directions. Sometimes this is not what you want. E.g. you might want
new folders on your IMAP server to propagate to your local MailDir,
but not the other way around. The 'readonly' setting on a repository
will not help here, as it prevents any change from occuring on that
repository. This is what the `createfolders` setting is for. By
default it is `True`, meaning that new folders can be created on this
repository. To prevent folders from ever being created on a
repository, set this to `False`. If you set this to False on the
REMOTE repository, you will not have to create the `Reverse
nametrans`_ rules on the LOCAL repository.

Also implement a test for this

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-05-08 16:56:45 +02:00
..
__init__.py raise Exception, "text" --> raise Exception("text") 2012-02-06 17:41:42 +01:00
Base.py Implement the "createfolders" setting for repositories 2012-05-08 16:56:45 +02:00
Gmail.py Remove Gmail realdelete option 2012-02-04 21:08:44 +01:00
IMAP.py Warn about nonsensical config option 'sep' for IMAP repositories 2012-04-02 23:26:59 +02:00
LocalStatus.py Implement ui.makefolder and abort repo.makefolder() in dry-run mode 2012-02-17 13:17:03 +01:00
Maildir.py Implement ui.makefolder and abort repo.makefolder() in dry-run mode 2012-02-17 13:17:03 +01:00