1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00
Commit Graph

65 Commits

Author SHA1 Message Date
mguessan
d9538e774b Enable tray icon on LDAP connection
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@941 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-02-08 20:50:47 +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
fa7ed285b1 LDAP: fix bug 2919463, escape quotes in search filter
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@896 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-12-23 09:17:20 +00:00
mguessan
e53f62b415 LDAP: fix Kontact ldap filter parsing, allow LDAP_FILTER_PRESENT in subfilter
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@893 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-12-22 13:18:28 +00:00
mguessan
e839c623bd LDAP: implement cn=* filter for Evolution
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@822 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-11-05 00:11:38 +00:00
mguessan
51c843de93 LDAP: run searches in separate threads to implement ABANDON, will make searches faster with some clients (Evolution and OSX address book)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@799 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-29 10:20:23 +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
6edbca54d4 LDAP: implement startsWith on Contact search, only objectclass=* is a full search
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@780 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-12 21:33:21 +00:00
mguessan
636eaeafd7 Fix from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@777 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-12 20:27:50 +00:00
mguessan
baa5dcb814 LDAP: fix for iCal4 attendee completion, send localhost if current socket is local, else send fully qualified domain name
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@772 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-07 22:08:05 +00:00
mguessan
db4b9d5a94 LDAP: major refactoring from Dan Foody to improve complex filters handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@769 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-10-06 21:13:41 +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
a725a78c8b Doc: improve javadoc and code cleanup
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@725 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-17 09:22:19 +00:00
mguessan
6b27c6193a LDAP: iCal fix to suit both iCal 3 and 4: move cn to sn, remove cn
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@721 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-15 13:18:03 +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
e0d80701a3 LDAP: iCal: do not send LDAP_SIZE_LIMIT_EXCEEDED on apple-computer search by cn with sizelimit 1
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@716 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-11 08:53:45 +00:00
mguessan
736437670a LDAP: copy uid to apple-generateduid for iCal attendee search
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@714 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-10 13:20:55 +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
8183986842 LDAP: fix contact search, do not send unrequested attributes
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@701 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-09-06 17:42:12 +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
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
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
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
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
3a3483cd7d Revert to simple class names in thread names
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@552 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-05-04 22:31:06 +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
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
ce864c36c6 I18N: externalize all DavGatewayTray log statements for i18n
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@535 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-23 14:54:06 +00:00
mguessan
974edf0ee3 I18N: ldap package
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@534 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-17 13:32:26 +00:00
mguessan
041a8fb164 I18N: davmail package
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@531 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-17 10:32:11 +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
a16df127b8 Fixed 2717547: Unsupported filter attribute: apple-group-memberguid
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@521 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-15 16:16:33 +00:00
mguessan
bdb41fbc11 Improve exception handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@519 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-15 15:20:06 +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
c3e596ee8c Reorganize packages
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@501 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-04-03 07:38:31 +00:00
mguessan
9349641165 Fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@485 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-27 13:00:47 +00:00
mguessan
a0ebe90328 Cleanup from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@476 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-26 16:07:05 +00:00
mguessan
aa9e56de99 LDAP: additional ignore attribute and improves log
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@468 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-19 15:04:30 +00:00
mguessan
4dddf4a50f LDAP: comment iCal code
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@463 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-19 11:42:28 +00:00
mguessan
119f224de6 LDAP: improve iCal autocomplete performance: do not lookup details
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@462 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-19 11:40:22 +00:00
mguessan
69cc508651 LDAP: iCal autocomplete fix
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@461 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-19 11:23:04 +00:00
mguessan
a38055b5ea Make ExchangeSession thread safe and replace stack pool with simple instance pool
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@458 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-19 08:58:55 +00:00
mguessan
cf4a925b5a LDAP: iCal autocomplete, moved to separate o=od naming context
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@447 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-17 07:46:38 +00:00
mguessan
e319712ce9 LDAP: iCal autocomplete fix from Dan Foody
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@446 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-17 07:43:37 +00:00
mguessan
6a87f2802e LDAP: commit iCal autocompletion extensions, even if is does not yet work on my test platform
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@436 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-13 11:14:29 +00:00
mguessan
4cce79f0c9 LDAP: implement complex filter support to prepare iCal completion
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@434 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-03-12 13:56:37 +00:00