Commit Graph

130 Commits

Author SHA1 Message Date
mguessan 93cf6156cc IMAP: fixes to improve JavaMail support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@956 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-17 21:03:24 +00:00
mguessan 3785581305 IMAP: new patch from Gellule to fix disappearing messages issue
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@949 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-02-18 20:55:42 +00:00
mguessan ae7b30cf2a IMAP: rethrow SocketException after error in handleFetch
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@932 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-01-27 22:08:05 +00:00
mguessan 46e7283fb2 Improve error handling: detect SocketException to avoid client socket closed errors
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@927 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-01-24 20:41:02 +00:00
mguessan 9ebdf91c81 IMAP: brand new IMAP uid workaround and refresh folder on Expunge from Gellule
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@924 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-01-21 10:49:23 +00:00
mguessan 6ef09d6297 IMAP: implement LIST "" "*%" for emacs
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@923 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-01-20 22:43:38 +00:00
mguessan c4739b57b1 IMAP: fix 2934922, implement (NOT DELETED) in search filter
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@913 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-01-19 13:40:29 +00:00
mguessan 833c2a4d41 IMAP: extend thunderbird changed uid workaround to all contexts
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@912 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-01-18 16:04:43 +00:00
mguessan cd17b89674 IMAP: workaround for thunderbird random issue with no message found, keep previous message list to cope with recent message uid change.
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@902 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-01-05 10:06:47 +00:00
mguessan 6e11cab446 Fix from audit (spelling errors)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@888 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-12-20 10:51:02 +00:00
mguessan b0febb5b76 IMAP: fix date parsing error, see bug 2878289
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@876 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-12-07 23:58:38 +00:00
mguessan f32ce8ea55 IMAP: fix 2878289, implement extended MIME header search in http://schemas.microsoft.com/mapi/string/{00020386-0000-0000-C000-000000000046}/ namespace
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@873 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-12-07 13:12:01 +00:00
mguessan d4cdc76721 IMAP: Improve error handling, do not fail on message retrieval error, just send error message
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@870 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-12-07 09:35:25 +00:00
mguessan d05ae65cdf IMAP: implement EXPUNGE untagged response on NOOP to avoid NO message not found on Exchange message message uid change
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@867 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-12-01 10:14:59 +00:00
mguessan 7078a8de0c IMAP: implement RFC822.HEADER for Sylpheed
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@861 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-11-26 22:42:06 +00:00
mguessan f94bcf233e IMAP: use upper case NIL in ENVELOPE
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@813 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-11-02 21:37:57 +00:00
mguessan e4ff8946d9 IMAP: improve MimeMessage handling, drop after fetch to avoid keeping full message in memory
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@805 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-30 11:14:47 +00:00
mguessan 857e491e1a IMAP: fix new ENVELOPE feature, must return encoded values
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@803 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-29 22:45:17 +00:00
mguessan 1d3cd69a7e IMAP: implement store by id and ENVELOPE
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@801 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-29 17:19:00 +00:00
mguessan 24d7399555 IMAP: update message flag only if changed to avoid unneeded message uid bump, may fix Evolution and Apple Mail constant reload issue
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@800 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-29 12:56:37 +00:00
mguessan 14d22a8ef4 IMAP: implement search by id
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@795 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-27 23:34:13 +00:00
mguessan 60a24e5a64 IMAP: send default BODYSTRUCTURE on MIME encoding error
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@776 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-09 23:12:14 +00:00
mguessan 1a7f3ec005 IMAP: improve complex content-type handling in BODYSTRUCTURE
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@775 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-09 23:08:04 +00:00
mguessan 432e43ae14 IMAP: fix deleted flag handling, switch to official Exchange IMAP property http://schemas.microsoft.com/mapi/id/{00062008-0000-0000-C000-000000000046}/0x8570
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@774 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-09 22:46:10 +00:00
mguessan c1fbfa354f IMAP: detect HttpNotFoundException on folder select
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@759 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-29 00:10:45 +00:00
mguessan 6ba6dadaae IMAP: improve public folder error handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@756 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-25 11:50:46 +00:00
mguessan e02aa555a9 IMAP: Fix regression on LIST INBOX
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@754 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-25 09:31:01 +00:00
mguessan d0e83c4a8c IMAP: experimental public folder access
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@753 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-25 09:13:02 +00:00
mguessan 6eb3da9916 Drop icon activity switches under 250ms to avoid fast flickering on OSX, add new switch icon in IMAP fetch iterations
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@750 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-24 09:18:57 +00:00
mguessan a4dbe3ddce IMAP: switch to http://schemas.microsoft.com/exchange/contentstate to handle deleted flag (DAV:isdeleted did not work with some Exchange servers).
IMAP: implement undelete message

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@748 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-23 22:18:07 +00:00
mguessan 393b283324 IMAP: test session expiration on each command, get a new session on expiration
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@741 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-22 15:55:31 +00:00
mguessan 94ee1091a2 IMAP: improve error logging on network down
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@738 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-22 09:03:32 +00:00
mguessan 07569c5583 Fixes from checkStyle audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@734 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-21 21:34:13 +00:00
mguessan 6643c5bb0e IMAP: fix bug 2845530 implement FLAGS.SILENT command
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@724 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-16 15:08:00 +00:00
mguessan f1fa54311d IMAP: fix BODYSTRUCTURE, build message on full buffer, do not rely on partial buffer (header, body, ...)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@707 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-08 22:25:39 +00:00
mguessan e0b1d6c954 IMAP: fix bug 2835529 FETCH with unordered range
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@704 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-07 11:42:07 +00:00
mguessan 679d7f55d9 IMAP: send default BODYSTRUCTURE on mime parsing failure
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@703 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-07 09:01:07 +00:00
mguessan e7e103f103 IMAP: Improve IMAP bodystructure error logging
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@699 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-04 16:01:24 +00:00
mguessan d2e2e5ee3c IMAP: Send bodystructure with headers for iPhone request (BODYSTRUCTURE BODY.PEEK[HEADER])
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@693 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-02 22:24:53 +00:00
mguessan 8fa03fb247 IMAP: send BODY[TEXT] for BODY.PEEK[TEXT] request, may improve iPhone support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@692 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-02 21:57:35 +00:00
mguessan ba55a1f7ca IMAP: Need to reset index for Palm pre
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@668 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-13 07:14:52 +00:00
mguessan 006d69de51 IMAP: case insensitive search operators
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@667 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-12 16:31:31 +00:00
mguessan 986bfd0be8 IMAP: Fix bug 2835529, implement SEARCH ALL SINCE for Palm Pre
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@664 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-11 16:01:21 +00:00
mguessan c75ac74f4c Code cleanup and improve javadoc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@637 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-07-31 06:21:46 +00:00
mguessan 4c5c2ee81d Make API more consistent: createMessage must get a folder path, not URL
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@636 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-07-28 06:53:46 +00:00
mguessan 7e32aba645 Add GPLv2 header to all source files
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@619 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-07-21 08:39:18 +00:00
mguessan 470008d873 IMAP: fix DELETED/UNDELETED SEARCH parameters
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@617 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-07-17 12:19:08 +00:00
mguessan 827a0bc806 Fix bug 2822625: support index range in IMAP SEARCH
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@616 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-07-17 08:45:34 +00:00
mguessan 76889311ea Merged network down (with firewall) code from Dan Foody
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@615 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-07-15 22:47:31 +00:00
mguessan 2ec5044b38 IMAP: revert refreshFolder calls that break Outlook
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@587 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-06-15 21:37:56 +00:00