Commit Graph

  • 97dbd18e12 LocalStatus.py: Fix getfolders() Sebastian Spaeth 2011-08-12 09:12:04 +02:00
  • a38c6da49d Merge branch 'ss/improved-folderfilter-errors' into next Nicolas Sebrecht 2011-08-12 18:29:23 +02:00
  • fa18968642 Catch folderfilter errors in repository.IMAP.getfolders() Sebastian Spaeth 2011-08-12 08:56:56 +02:00
  • 131298c2b1 Remove superfluous class ConfigedIMAPServer Sebastian Spaeth 2011-08-12 08:31:09 +02:00
  • f6b9c68333 IMAP: Don't use assert() in folder.savemessage() Sebastian Spaeth 2011-08-11 12:22:36 +02:00
  • b47bc44783 accounts.py: Use ui.error when raising exceptions Sebastian Spaeth 2011-08-11 12:22:35 +02:00
  • f937a86571 Implement ui.error() and output them at end of offlinimap sync Sebastian Spaeth 2011-08-11 12:22:34 +02:00
  • 0c0d0c0cfd Merge branch 'next' Nicolas Sebrecht 2011-08-10 21:50:03 +02:00
  • e8d303fa4a v6.3.2.3 Nicolas Sebrecht 2011-08-10 21:48:54 +02:00
  • 61e50b3b1a v6.3.4 Nicolas Sebrecht 2011-08-10 21:44:58 +02:00
  • 9d5f805981 FAQ: add commant about UID not found on saved messages Vladimir Marek 2011-07-31 10:48:24 +02:00
  • 08cd110830 FAQ: add commant about UID not found on saved messages Vladimir Marek 2011-07-31 10:48:24 +02:00
  • 861c6c9acf Merge commit 'v6.3.4-rc4' Nicolas Sebrecht 2011-07-29 19:20:26 +02:00
  • e58399ac0b Fixed typo Vladimir Marek 2011-07-26 10:59:55 +02:00
  • d5cbdc4c0e Handle when UID can't be found on saved messages Vladimir Marek 2011-07-26 10:59:54 +02:00
  • 86e9c7442b Include message header at better place Vladimir Marek 2011-07-26 10:59:53 +02:00
  • 86cfd31ce9 v6.3.4-rc4 Nicolas Sebrecht 2011-07-25 18:46:41 +02:00
  • 5db1633afe docs/MANUAL.rst: remove leftover reference to old interface name Luca Capello 2011-07-13 15:34:17 +02:00
  • 7fe5e14611 Merge branch 'vm/windows-maildir' into next Nicolas Sebrecht 2011-07-12 21:59:10 +02:00
  • 6995eeb92e Support maildir for windows Vladimir Marek 2011-07-12 09:34:02 +02:00
  • d5020c1d82 MANUAL.rst: Improve with Perf tips and SSL notes Sebastian Spaeth 2011-07-10 09:51:01 +02:00
  • beef888ed7 Changelog: fix missing note about iddle support Nicolas Sebrecht 2011-07-07 22:32:42 +02:00
  • ce901800ff Merge branch 'next' Nicolas Sebrecht 2011-07-07 18:46:28 +02:00
  • 129b703bf2 v6.3.4-rc3 Nicolas Sebrecht 2011-07-07 18:43:18 +02:00
  • c293e64119 Fix caching inconsistencies in getselectedfolder() Sebastian Spaeth 2011-07-06 23:15:33 +02:00
  • 09ba269576 Add missing import of SSLError exception. Arnaud Fontaine 2011-07-06 23:08:07 +02:00
  • aec35eebd3 Reduce initial license blurb Sebastian Spaeth 2011-07-01 13:15:06 +02:00
  • 8e2589982c Don't use CStringIO to format a traceback Sebastian Spaeth 2011-06-14 10:23:39 +02:00
  • 928c363044 imapserver.py: Make severity var available where it is needed Sebastian Spaeth 2011-06-27 11:08:54 +02:00
  • 9d95d7bc62 folder/IMAP: fix typo with maxsize and maxage. Haojun Bao 2011-06-27 09:13:35 +08:00
  • 6311716edb imapserver.py: Implement STARTTLS Sebastian Spaeth 2011-06-24 16:06:07 +02:00
  • 416df0fc44 imaputil.imapsplit: Remove overzealous debug statement Sebastian Spaeth 2011-06-24 15:38:55 +02:00
  • 3ce514e92b Simplify MappedIMAPFolder, fixing bugs Sebastian Spaeth 2011-06-24 11:28:30 +02:00
  • b40d02e801 repository/Maildir.py: Fix typo 'sudir' Sebastian Spaeth 2011-06-22 21:38:19 +02:00
  • 994a134133 Merge branch 'ss/handle-deleted-uid-while-syncing' into next Nicolas Sebrecht 2011-06-17 23:43:47 +02:00
  • 7570f71880 Throw OfflineImapError when we try to request an inexistant message Sebastian Spaeth 2011-06-17 08:56:30 +02:00
  • aba13912c4 Merge branch 'ss/init-always-call-ui-terminate' into next Nicolas Sebrecht 2011-06-16 23:42:43 +02:00
  • cf876e3526 Merge branch 'ss/allow-root-maildir' into next Nicolas Sebrecht 2011-06-16 23:42:30 +02:00
  • 5ffff9cf20 Allow to create the root MailDir directory Sebastian Spaeth 2011-06-06 11:37:25 +02:00
  • 89cbdc9244 Revert "Throw errors on connection refused and on non-standard SSL ports" Nicolas Sebrecht 2011-06-16 23:38:55 +02:00
  • 8634b0030d Always call ui.terminate() Sebastian Spaeth 2011-06-14 11:52:05 +02:00
  • 335b320d9a Fix recursively scanning Maildir folders Sebastian Spaeth 2011-06-16 17:09:29 +02:00
  • c701e4824d Fix recursively scanning Maildir folders Sebastian Spaeth 2011-06-16 17:09:29 +02:00
  • 2180f5fbf4 UIDMappedFolder.savemessage() returned nothing, breaking API conventions Sebastian Spaeth 2011-06-16 17:22:29 +02:00
  • 856982a4e6 Throw OfflineImapError when we try to request an inexistant message Sebastian Spaeth 2011-06-15 10:59:00 +02:00
  • 41fad17125 Fix gssapi with multiple connections Scott Henson 2011-06-02 17:04:52 -04:00
  • 962a36e14f Changelog: add notes about v6.3.4-rc2 Nicolas Sebrecht 2011-06-15 18:25:38 +02:00
  • 5328f10b39 v6.3.4-rc2 Nicolas Sebrecht 2011-06-13 16:53:35 +02:00
  • d122dde93f Check SSL certificate for expiration Sebastian Spaeth 2011-06-11 21:35:38 +02:00
  • 543c7b2fb7 Merge branch 'ss/maildir-simplify-save' into next Nicolas Sebrecht 2011-06-13 16:30:06 +02:00
  • d8026c5308 Simplify Maildir message saving Sebastian Spaeth 2011-06-13 15:22:37 +02:00
  • e18bb4b2b2 Add Changelog recommendation for commit 520e39d35536 Sebastian Spaeth 2011-06-10 21:22:25 +02:00
  • e023f190b0 folder/Maildir: Store only relative filename components Sebastian Spaeth 2011-06-10 17:32:40 +02:00
  • c1c200a487 folder/Maildir: cache getfullname() value Sebastian Spaeth 2011-06-10 17:32:39 +02:00
  • 4c8abb0bc6 Merge branch 'ss/imaplib2-v2.24' into next Nicolas Sebrecht 2011-06-09 18:28:23 +02:00
  • 520e39d355 Update imaplib2 to 2.24 Sebastian Spaeth 2011-06-09 15:26:14 +02:00
  • e8b633b884 folder/IMAP: Remove buggy duplicate assignment Sebastian Spaeth 2011-06-06 23:21:47 +02:00
  • 846070b240 Fix typos in months names Sebastian Spaeth 2011-06-02 16:34:20 +02:00
  • b20f5192fb Allow to specify remote hostname even for the Gmail case Sebastian Spaeth 2011-06-06 13:12:23 +02:00
  • 1754bf4110 Allow to create the root MailDir directory Sebastian Spaeth 2011-06-06 11:37:25 +02:00
  • f3ec6d9c7d Assert error hint when trying to create MailDir root Sebastian Spaeth 2011-06-06 11:37:24 +02:00
  • 3dc9fc519a Throw errors on connection refused and on non-standard SSL ports Sebastian Spaeth 2011-06-06 11:04:55 +02:00
  • a5a4cb214b Merge branch 'ns/fix-magicline-import' into next Nicolas Sebrecht 2011-05-31 18:42:08 +02:00
  • e87f213046 fix magicline import Nicolas Sebrecht 2011-05-25 21:09:09 +02:00
  • fc6c12d96c improve message "error 111" if connection failed Nicolas Sebrecht 2011-05-24 23:45:39 +02:00
  • da36c5c1e7 Handle abort messages from GMail Tom Lawton 2011-05-19 15:02:31 -04:00
  • 2cc2ead503 Let the user configure how long to IDLE for Ethan Glasser-Camp 2011-05-19 15:02:30 -04:00
  • 36a0680191 Add check for IDLE in capabilities Ethan Glasser-Camp 2011-05-22 03:19:29 -04:00
  • d47bd1ff89 Change keepalive() to spawn IdleThreads Ethan Glasser-Camp 2011-05-19 15:02:28 -04:00
  • 9fa6bcdf82 Add IdleThread class Ethan Glasser-Camp 2011-05-19 15:02:27 -04:00
  • 52cefb582c Recognize configuration for idlefolders Ethan Glasser-Camp 2011-05-19 15:02:26 -04:00
  • 89a5d25263 fix broken ui Blinkenlights in multi-threaded mode Nicolas Sebrecht 2011-05-17 18:19:31 +02:00
  • 2d31abde76 v6.3.4-rc1 Nicolas Sebrecht 2011-05-13 18:45:07 +02:00
  • ea8c1c0b6a Merge branch 'ns/threadutil-remove-os._exit' into next Nicolas Sebrecht 2011-05-16 18:26:40 +02:00
  • 41c21f5a9f fix: allow debugtype 'thread' from command line Nicolas Sebrecht 2011-05-12 20:59:26 +02:00
  • 694e5772da threadutil: remove broken os.exit() Nicolas Sebrecht 2011-05-12 20:00:08 +02:00
  • 21875852eb cleanup: remove unused initextnotify() function and inited variable Nicolas Sebrecht 2011-05-11 18:56:56 +02:00
  • 136237b7dc refactoring: simplify the semaphorewait logic Nicolas Sebrecht 2011-05-11 20:55:54 +02:00
  • d5493fe894 threadutil: explicitly import get_ident from thread Nicolas Sebrecht 2011-05-11 19:34:59 +02:00
  • 8a34edc8ca cleanup import satements Nicolas Sebrecht 2011-05-11 18:25:13 +02:00
  • a39128516b explicitly define symbols to import instead of 'import *' Nicolas Sebrecht 2011-05-09 22:43:03 +02:00
  • b25a72f8c8 cleanup: remove uneeded imports Nicolas Sebrecht 2011-05-09 22:42:15 +02:00
  • c70a621709 Limit msg body length in debug output Sebastian Spaeth 2011-05-08 22:46:08 +02:00
  • 146b2abb6b Merge branch 'ns/testing-offlineimap' into next Nicolas Sebrecht 2011-05-09 19:52:44 +02:00
  • bdeaebbb7d Merge branch 'ns/working-with-git' into next Nicolas Sebrecht 2011-05-09 19:52:39 +02:00
  • 632f1fe61f FAQ: add two entries concerning 'sslcacertfile' Daniel Shahaf 2011-05-08 22:55:55 +03:00
  • 8465c832c3 FAQ: insert entry to explain how to test OfflineIMAP Nicolas Sebrecht 2011-05-08 18:37:07 +02:00
  • 9a9379f8f3 add documentation about Git Nicolas Sebrecht 2011-05-08 17:03:58 +02:00
  • e7439b5d77 doc: introduce a new HACKING file Nicolas Sebrecht 2011-05-07 14:37:23 +02:00
  • 40900dcfb6 Merge branch 'ss/remove-siglistener-class' into next Nicolas Sebrecht 2011-05-08 14:37:47 +02:00
  • cff792d381 LocalStatusSQLite: Fix bug when deleting messages Sebastian Spaeth 2011-05-07 20:28:17 +02:00
  • 89619838b0 Remove weird SigListener class Sebastian Spaeth 2011-05-07 17:40:32 +02:00
  • b3a383d151 accounts: handle OfflineImapError severity FOLDER Sebastian Spaeth 2011-05-07 18:39:13 +02:00
  • dd82f213f0 accounts: fix broken warn statement Sebastian Spaeth 2011-05-07 18:27:28 +02:00
  • ac27c93c83 Merge branch 'ns/doc-install-from-git' into next Nicolas Sebrecht 2011-05-07 13:51:59 +02:00
  • f4081985dc Prettify and use new uidexists() helper function Sebastian Spaeth 2011-05-07 11:11:20 +02:00
  • 0318c6ad34 Create LocalStatus or LocalStatusSQLite folders Sebastian Spaeth 2011-05-07 11:00:57 +02:00
  • 0af9ef70a7 Factor out SQL retries Sebastian Spaeth 2011-05-07 11:00:56 +02:00
  • af25c2779f repository.LocalStatus: Remove code duplication Sebastian Spaeth 2011-05-05 15:59:28 +02:00
  • e1e9c8e831 Use self.doautosave rather than self.dofsync Sebastian Spaeth 2011-05-05 15:59:26 +02:00