docker-offlineimap/offlineimap/repository
Vincent Beffara f549baa074 UNDO: Synchronize newly created folders both ways
This involves several changes at different places:

- syncfoldersto() takes statusfolder as an argument, and returns the
  list of new folders and the list of folders that should be ingnored,
  typically those that were deleted. Warns the user about folders that
  are present only on one side and are not synced.

- syncfoldersto() is called both ways, and on folder creation
  forgetfolders() is used to rebuild the list and take the new creation
  into account. Probably not the most efficient, since it involves
  talking to the IMAP server again, but it will rarely be used anyway.

- Locally created folders are treated separately in the synchronization,
  namely the local messages are uploaded and then the normal sync still
  occurs. If the same folder is created on both sides and contains
  messages on both sides, a two-way sync occurs.
2007-09-02 01:43:15 +01:00
..
__init__.py Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00
Base.py UNDO: Synchronize newly created folders both ways 2007-09-02 01:43:15 +01:00
IMAP.py Re-scan list of remote folders on each sync 2007-07-06 17:46:29 +01:00
LocalStatus.py Update FSF address 2006-08-12 05:15:55 +01:00
Maildir.py New restoreatime patch from Ben Kibbey 2006-09-06 02:33:07 +01:00