Commit Graph

327 Commits

Author SHA1 Message Date
mguessan ec97ae1bf4 Fix FBA authentication, reset query string in getAbsoluteURI()
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@793 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-27 09:26:12 +00:00
mguessan 505c912bc3 Remove trusted=4 from logon form parameters, breaks session creation on some servers
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@790 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-25 22:26:28 +00:00
mguessan 83cb84e579 Detect redirect form instead of logon form, follow redirect to logon form
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@789 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-25 22:24:53 +00:00
mguessan fd1719e10a Fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@786 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-19 09:00:22 +00:00
mguessan 0197b4eaa7 Caldav: Create a new setting davmail.forceActiveSyncUpdate to let users choose to force ActiveSync event. Note: custom iCal or Lightning ICS properties are lost if this option is enabled.
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@785 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-19 08:58:12 +00:00
mguessan b5b3839341 Allow follow redirects on /public GET requests
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@782 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-16 08:58: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 f5bafdbc6a Another fix from Dan Foody: improve dumpICS debug option
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@771 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-07 20:53:21 +00:00
mguessan f268474051 LDAP: improve contact search, reencode uids to hex to avoid case sensitivity issues
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@768 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-06 21:12:26 +00:00
mguessan db3bd5914b Caldav: fix regression after ActiveSync patch, PROPPATCH on contentClass removes all custom ICS properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@767 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-06 21:08:05 +00:00
mguessan d99f8b2866 Caldav: improve getICSValue, do not return values inside VALARM section
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@766 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-06 21:06:37 +00:00
mguessan cc9b6e56c3 Caldav: do not send events with a null instancetype (may be the cause of iCal failure)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@765 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-06 21:04:46 +00:00
mguessan f3913ba8fc Refactor ExchangeSession to allow independent session creation.
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@763 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-30 21:54:53 +00:00
mguessan 04135c9475 Caldav: added a debug trace when requested calendar is not user calendar (maybe shared, but often url mistake in Caldav client)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@761 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-29 21:02:37 +00:00
mguessan 4c70485fc9 Caldav: fix Bug 2686125, PROPPATCH event after PUT to trigger activeSync PUSH, tested with iPhone 3 using activeSync
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@760 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-29 11:03:15 +00:00
mguessan 2ef91c0e17 Improve script based form redirect to handle more cases
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@758 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-28 23:28:23 +00:00
mguessan f377b76d45 IMAP: fix space at end of folder name
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@755 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-25 11:49:04 +00:00
mguessan 79ba72e092 SMTP: experimental: remove Content-Type on create message to avoid 406 not acceptable with some Exchange servers.
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@752 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-24 22:36:10 +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 e9b6bc3ada Caldav: fix conflict between X-MICROSOFT-CDO-BUSYSTATUS, X-MICROSOFT-CDO-ALLDAYEVENT and ORGANIZER ics patches
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@740 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-22 12:37:35 +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 8a40476649 Improve error handling on invalid URL
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@732 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-20 14:10:54 +00:00
mguessan 8bfa014ab3 Various fixes from FindBugs audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@731 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-18 12:17:57 +00:00
mguessan 392ef6448a Refactor ExchangeSession: do not follow redirects with GET methods
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@729 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-17 21:40:47 +00:00
mguessan 4a175cbe82 Caldav: check credentials on each request
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@728 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-17 20:19:54 +00:00
mguessan 332ff6db99 Fix regression in Form Based Logon: fix script based logon URI creation with path and query
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@727 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-17 14:42:45 +00:00
mguessan 4d46d7c078 IMAP: fix absolute (public) path handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@720 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-15 09:48:52 +00:00
mguessan f6649d7217 OSX: crazy workaround from Dan Foody to fix attendee search on OSX Snow Leopard
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@717 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-14 21:16:15 +00:00
mguessan c434a5dace LDAP: Make sure we do not send empty description field, replace " \n" with null
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@713 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-10 08:47:01 +00:00
mguessan 26f1194507 Caldav: Experimental, fix sub calendar folders path
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@711 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-10 08:06:15 +00:00
mguessan bdd5dbca78 Caldav: Experimental, send sub calendar folders on propfind with depth 1
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@710 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-09 21:50:11 +00:00
mguessan b36085f241 Custom form (txtUserName, tstUserPass) support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@706 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-08 08:05:05 +00:00
mguessan 4ace24e406 LDAP: exclude non contact entries from search, fiw map key and sn copy for iCal
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@705 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-07 12:24:50 +00:00
mguessan 7bfc952437 LDAP: improve Contact search filter support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@700 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-04 22:30:03 +00:00
mguessan 3d39e21094 Doc: improve javadoc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@697 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-04 08:46:39 +00:00
mguessan 693f4cb0ed LDAP: Additional Contact attributes
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@696 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-03 23:08:35 +00:00
mguessan 4e9e374ea1 LDAP: refactor contact find, generic attribute mapping
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@695 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-03 09:48:58 +00:00
mguessan 8b80ac6251 Improve Form Based Logon: fix script based logon URI creation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@691 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-02 16:37:33 +00:00
mguessan b53a4e8522 Improve Form Based Logon: use full URI instead of path in PostMethod, also force trusted=4
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@690 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-02 16:05:03 +00:00
mguessan d4cd1898ef Handle multi line description in calendar message body
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@689 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-02 13:35:53 +00:00
mguessan d68eb2d9ff Caldav: merged contribution from Dan Foody,
- iCal4 (OSX Snow Leopard fixes
- convert sound to display alarms and back
- remove additional organizer attendee line
- remove RSVP=TRUE if PARTSTAT is not NEEDS-ACTION
- add dump ICS logging feature
- add a text/plain body to calendar messages
- create a subject for calendar messages
- fixed some encoding issues in Dan's code

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@688 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-02 10:33:54 +00:00
mguessan cdf3ebe683 IMAP: First fix for bug 2840255, do not follow redirects on message FETCH
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@684 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-31 21:12:07 +00:00
mguessan 689727a389 LDAP: experimental contact search support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@682 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-29 23:49:45 +00:00
mguessan 692d9faab8 Caldav: failover to DAV:comment instead of CALDAV:schedule-state on some Exchange servers
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@681 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-29 20:20:44 +00:00
mguessan 1dd75c84b3 Doc: Improve javadoc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@680 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-21 09:58:19 +00:00
mguessan dfe241dc2b Simplify HttpClient creation to avoid password decoding bug in commons httpclient ('+' in password decoded as ' ')
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@678 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-18 18:15:05 +00:00
mguessan e906b47ae4 Doc: Improve javadoc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@673 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-14 07:57:51 +00:00
mguessan c114edda33 Doc: improve javadoc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@669 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-13 08:34:51 +00:00
mguessan 2b65587c07 Caldav: improve error handling, 440 means 403 forbidden on Exchange
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@666 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-11 16:55:35 +00:00
mguessan 5cb2c3e9b7 Caldav: additional patch for Outlook created recurring events
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@663 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-11 09:14:16 +00:00
mguessan 2bb046a55f Caldav: set X-MICROSOFT-CDO-BUSYSTATUS according to TRANSP field
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@660 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-10 21:22:23 +00:00
mguessan c40e38d5f4 Caldav: implement a timezone translation table for iPhone 3, revert organizer patch (breaks notifications with Lightning)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@659 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-10 16:39:28 +00:00
mguessan 14084205bb Caldav: another iPhone fix, remove organizer line if user is organizer
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@658 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-08 09:13:25 +00:00
mguessan baaec39cac Caldav: generic timezone patch for iPhone 3
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@657 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-07 23:00:17 +00:00
mguessan 16bb4a9a4b Caldav: remove empty ics properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@656 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-07 13:10:33 +00:00
mguessan 40325ac29d Use getFolderPath in getSuFolders
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@654 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-07 09:01:37 +00:00
mguessan 24d9bf9011 Caldav: updated fix, remove organizer line if event has no attendees for iPhone
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@644 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-04 20:48:35 +00:00
mguessan 3b446fefbf Caldav: remove organizer line if current user is organizer for iPhone, will not remove line for events with attendees
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@643 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-08-04 08:39:43 +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 c86c957a54 Doc: improve javadoc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@634 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-07-28 06:39:27 +00:00
mguessan ea41aaf943 SMTP: fix bug 2791607, do not patch message body (breaks electronic signature), no longer needed with latest Thunderbird
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@629 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-07-23 12:02:13 +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 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 5f76f05c64 Fix empty organizer field in ICS (active sync support) and another getParticipants bug
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@613 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-07-08 22:51:34 +00:00
mguessan a919bf7354 Caldav: only include attendees with RSVP=TRUE or PARTSTAT=NEEDS-ACTION for notifications (avoid iCal additional notifications)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@602 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-06-24 23:14:25 +00:00
mguessan 32e5ed9342 Caldav: Improve error handling on FreeBusy failure
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@601 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-06-24 15:23:36 +00:00
mguessan 9cd2e14bbc Caldav: do not send freebusy info if attendee is unknown
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@583 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-06-10 16:46:58 +00:00
mguessan b555586cde Avoid 401 roundtrips
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@577 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-05-21 10:47:10 +00:00
mguessan f1ac470532 Additional login failover : get email from options page
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@571 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-05-19 10:42:56 +00:00
mguessan 023736018c Improve network down detection for Caldav
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@564 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-05-15 12:38:24 +00:00
mguessan 2abfa2ce46 POP: Defer message list after login phase and load only uid and size attributes
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@557 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-05-10 14:52:09 +00:00
mguessan 54f07e822b Refactor email retrieval : do not throw IOException in failovers
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@555 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-05-07 08:45:00 +00:00
mguessan 8660c267e1 Catch unknown host on session login
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@553 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-05-05 20:05:57 +00:00
mguessan 0a42c44863 Caldav: Exclude RSVP=FALSE from notifications recipients list for Outlook 2003 compatibility
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@545 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-28 21:01:40 +00:00
mguessan 9ad2490e3c I18N : externalize and translate exception messages
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@544 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-27 23:03:58 +00:00
mguessan 12246cbdf9 Workaround for post logon script redirect
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@541 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-25 10:31:33 +00:00
mguessan e263c8e797 Fix regression : /exchange/ does not work for galfind under Exchange 2007
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@538 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-23 22:10:10 +00:00
mguessan 5fb8e919cc Workaround for Exchange server misconfiguration: move galfind requests to mailPath or /exchange instead of /public
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@537 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-23 21:34:04 +00:00
mguessan 05d46b754d Enhancements from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@536 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-23 20:53:22 +00:00
mguessan a2ef02f331 Caldav: exclude invalid attendees address from recipient list
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@532 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-17 10:49:04 +00:00
mguessan 9257d6d637 Cleanup from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@528 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-16 22:33:52 +00:00
mguessan be2d0a4098 Cleanup from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@526 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-16 22:20:30 +00:00
mguessan 101a38d9d1 Cleanup from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@525 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-16 21:52:17 +00:00
mguessan 1f32b94aec Cleanup from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@523 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-16 21:16:40 +00:00
mguessan 59b19fee2b Caldav: implement public shared calendar
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@522 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-15 22:05:11 +00:00
mguessan b0f1aa7fe7 POP: make sure the url is encoded correctly on delete
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@520 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-15 16:15:00 +00:00
mguessan 08cf32b5f3 Caldav: In progress multi calendar support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@518 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-14 23:46:37 +00:00
mguessan 993f0c6a02 SMTP: fixed two bugs, header ignored because of Exchange 2007 from patch and bccbuffer double xml encoding (=> Delivery status notification)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@516 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-11 13:38:11 +00:00
mguessan d70390a77b Caldav: fix regression in FreeBusy date handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@515 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-11 12:27:10 +00:00
mguessan a702917994 LDAP: improve ldap search logging
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@513 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-10 20:07:49 +00:00
mguessan 0dee27f15f Implement a last resort failover to build email from alias and domain name
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@510 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-08 14:51:15 +00:00
mguessan 5f1d2e2b01 URI encode alias in getEmail()
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@509 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-07 16:38:34 +00:00
mguessan 619ac82f59 Refactor SimpleDateFormat usage
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@506 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-07 12:37:28 +00:00
mguessan acebab6e84 Caldav: another special characters handling improvement
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@503 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-03 23:01:18 +00:00
mguessan 52dd976637 Caldav: replace etag by resourcetag in getCalendarEtag
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@499 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-02 22:10:07 +00:00
mguessan 0998567fdf Caldav: Send events back to the client after each get on REPORT request (avoid iCal timeout)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@496 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-01 23:53:26 +00:00
mguessan 4a22fd56d4 Refactor DavProperty handling with new jackrabbit library
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@494 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-01 23:23:14 +00:00
mguessan 4fdca92f08 Remove deprecated HttpException api
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@492 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-01 22:58:03 +00:00
mguessan f6e98e3a77 Replace deprecated setRequestBody with setRequestEntity
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@491 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-01 22:06:53 +00:00