Commit Graph

564 Commits

Author SHA1 Message Date
mguessan 1a6294a690 IMAP: ignore buffer size, to avoid multiple message downloads
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@430 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-10 00:20:20 +00:00
mguessan 31a4a21f6f IMAP: implement partial fetch
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@429 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-10 00:12:52 +00:00
mguessan 5f09ec9c54 IMAP: implement empty and BEFORE search filters
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@428 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-09 23:12:08 +00:00
mguessan bfc205035d Prepare 3.1.0 release
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@427 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-09 22:31:20 +00:00
mguessan fbd784ddc9 Caldav: just ignore calendar folder proppatch (color not supported in Exchange)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@426 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-09 16:02:58 +00:00
mguessan ba874940d8 Failover for Exchange 2007 current user alias retrieval: try to get it from the options page
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@425 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-09 15:21:03 +00:00
mguessan 8ab20013a7 Caldav: Improved message on update and fixed Etag response header
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@424 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-05 16:56:04 +00:00
mguessan 4e467ee53f Fixed OSX package build
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@423 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-05 13:03:52 +00:00
mguessan 578f78b60b Caldav: do not delete calendar messages in INBOX, move to trash instead
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@422 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-05 10:26:20 +00:00
mguessan 07db3c685e Caldav: From John Ahern, workaround for ICS with empty last line
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@421 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-05 10:24:58 +00:00
mguessan d9610efd27 Caldav: add getcontenttype response to fix compatibility issue with sunbird 1.0pre
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@420 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-04 23:31:20 +00:00
mguessan f864989cf8 Fix OS X setup doc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@419 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-04 22:50:11 +00:00
mguessan 25a06bb3e8 Fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@418 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-04 22:05:26 +00:00
mguessan e2f7003425 Caldav: Parse inner MultiPart messages
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@417 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-04 18:20:35 +00:00
mguessan 0e1ba6c469 Caldav: fix regressions after refactoring
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@416 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-04 17:21:15 +00:00
mguessan 06f4b6075e Caldav: Handle non multipart mime message, improve debug log
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@415 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-04 06:53:24 +00:00
mguessan cc1aa6ce32 Caldav: Fix AllDay handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@414 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-03 15:59:06 +00:00
mguessan 6bf03bba3a IMAP: fix range parser
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@413 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-03 15:49:42 +00:00
mguessan 3671222ed9 Caldav: remove calendar-auto-schedule, breaks Lightning
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@412 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-03 11:24:30 +00:00
mguessan dde5fbd75c Mac OS X and thunderbird IMAP setup doc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@411 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-03 11:10:47 +00:00
mguessan 4a2903efc3 Caldav response refactoring: replace StringBuilder with CaldavResponse object
and ctag implementation on inbox

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@410 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-03 11:09:07 +00:00
mguessan 33bd67e13f OSX: Fix version value in OSX package
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@409 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-02 16:05:59 +00:00
mguessan 25403fe07a IMAP: Encode folder path on create
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@408 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-02 16:03:34 +00:00
mguessan 88a52bef79 IMAP: silent expunge on close
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@407 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-02 15:45:07 +00:00
mguessan 2691f87144 IMAP: implement BODYSTRUCTURE, needed for Apple Mail
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@406 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-02 15:38:02 +00:00
mguessan 87fdfb4936 Fix: when redirected to another SSO server, use full URL instead of path
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@405 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-27 13:18:17 +00:00
mguessan eb1187e5ea Fix NullpointerException with CAS single signon form
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@404 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-27 11:45:38 +00:00
mguessan 92809cdde9 IMAP: ... but BODYSTRUCTURE size should be rfc822size
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@403 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-27 10:15:15 +00:00
mguessan f969e6582f IMAP: when fetching only TEXT, rfc822 size is different from result size
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@402 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-27 10:05:43 +00:00
mguessan 33a6bdf5a2 IMAP: implement UID range search
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@401 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-25 17:17:51 +00:00
mguessan 5910e4a754 IMAP: another try at multiple clients compatibility, implement FETCH BODY[TEXT] with PartOutputStream, send BODYSTRUCTURE with BODY for Apple Mail with actual size, do not set to current folder to null on close
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@400 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-25 17:12:02 +00:00
mguessan 762fbecb98 IMAP: implement fake BODYSTRUCTURE for bigger messages
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@399 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-25 13:33:37 +00:00
mguessan 9bd3a96b13 Caldav: Replace substrings with real MIME message parser to retrieve events, handle ics objects in Inbox
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@398 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-25 10:23:07 +00:00
mguessan 49b4301ce0 IMAP: do not send bodystructure at all, as we do not parse MIME body, best way to support most clients (Thunderbird, Apple Mail, Outlook)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@397 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-24 23:02:24 +00:00
mguessan 6cc5e2ec6f IMAP: implement STORE FLAGS and allow empty date
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@396 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-24 14:26:48 +00:00
mguessan cb441d22ef IMAP: Fix FETCH answers to match Outlook expectations
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@395 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-24 12:14:03 +00:00
mguessan e45328fe43 Various fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@394 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-24 11:53:02 +00:00
mguessan a75fda975e IMAP: remove test code
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@393 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-24 10:22:55 +00:00
mguessan eba0e0fded Refactor IMAP fetch to handle more cases (still broken with Outlook)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@392 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-23 17:42:49 +00:00
mguessan 15bd7b51d5 Added dfoody as Java Contributor
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@391 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-23 17:40:19 +00:00
mguessan fa32f8ae4d Caldav: Fix regression in calendar REPORT with Lightning
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@390 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-23 14:17:07 +00:00
mguessan 758391571e Caldav: From dfoody: Split EXDATE exceptions into multiples lines to work with iCal. Ignore X-ENTOURAGE_UUID to avoid problems with iCal.
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@389 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-23 13:11:58 +00:00
mguessan ea866b0045 LDAP: do not fail on (&(...)) and filters
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@388 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-23 10:15:44 +00:00
mguessan e689c36aa8 Build: remove empty Java stub and update release guide
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@387 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-23 10:10:43 +00:00
mguessan 4554b9f685 Caldav: do not send notifications if no valid recipients found
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@386 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-23 10:08:51 +00:00
mguessan 52d5f6473a IMAP: fixes for Apple Mail SEARCH: UID 1:* search, do not overwrite global messages during search and allow FLAGS.SILENT STORE option
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@385 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-23 10:06:12 +00:00
mguessan 7efceef0c2 Caldav: allow user name in principal path (in addition to email)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@384 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-23 09:55:53 +00:00
mguessan f645065bde Caldav: Get calendarmessages in Caldav inbox from Exchange Inbox
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@383 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-20 17:44:30 +00:00
mguessan 1b7a121318 IMAP: Fetch by id for Apple Mail, hide authenticate password in logs, use actual message list size instead of object count
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@382 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-20 17:06:03 +00:00
mguessan fda58f72e8 Name OSX package with version
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@380 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-02-19 22:29:53 +00:00