Commit Graph

142 Commits

Author SHA1 Message Date
mguessan 4789993fb9 IMAP: implement subparts partial fetch
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@989 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-06 08:31:53 +00:00
mguessan 0187caaa3f IMAP: Do not advertise not yet supported custom flags
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@987 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-01 22:21:48 +00:00
mguessan 28c02c9a3a IMAP: fix from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@983 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-01 09:11:32 +00:00
mguessan e952f0d4be IMAP: major FETCH implementation refactoring, make code simpler and more efficient
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@980 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-31 21:47:45 +00:00
mguessan cc23ec78ab IMAP: add BODY.PEEK[index] support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@978 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-30 21:01:56 +00:00
mguessan b7421263e2 IMAP: improve partial fetch support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@973 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-27 10:18:53 +00:00
mguessan 266632480d IMAP: fix 2962071, quote folder names in STATUS response
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@970 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-22 13:29:11 +00:00
mguessan 3fd51ae302 IMAP: allow partial part fetch
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@969 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-22 11:26:06 +00:00
mguessan 24770e614e IMAP: fix regression on unknown parameter handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@968 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-22 11:22:00 +00:00
mguessan 767f17d841 IMAP: implement part fetch (BODY[1])
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@967 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-22 11:08:12 +00:00
mguessan ec8a999ce9 IMAP: detect unsupported parameter
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@966 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-22 10:30:47 +00:00
mguessan 5dc44ff9d8 IMAP: fix 2973213, escape quotes in subject
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@965 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-22 10:17:50 +00:00
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