aboutsummaryrefslogtreecommitdiffstats
path: root/lib/native/windows/jmsoutlookaddrbook.dll
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Outlook 2016 address book searchIngo Bauersachs2016-05-171-0/+0
|
* Reorders the code for Oulook COM server to register earlier and increaseshristoterezov2014-06-131-0/+0
| | | | the tries to connect to the COM server in the COM client.
* Fixes the issue with hanging JVM or Jitsi crashes when second instance ofhristoterezov2014-05-131-0/+0
| | | | Jitsi on windows is started.
* Fixes exception in the calendar service. Adds log messages for the outlookhristoterezov2014-05-091-0/+0
| | | | contact source.
* Fixes the issue with changing the presence status to "In a meeting" fromhristoterezov2014-05-091-0/+0
| | | | | | not accepted calendar items. Fixes MAPI notifications to notify only for items from the calendar folders or contacts folders. Separates the contacts notifications from calendar notifications in the native code.
* Implements warning dialog which is shown if Outlook is not the defaulthristoterezov2014-04-301-0/+0
| | | | mail client.
* Fixes the wrong check in Outlook COM server if Outlook is default mail client.hristoterezov2014-04-291-0/+0
|
* Fixes issue with Outlook COM server arguments and implements logger level ↵hristoterezov2014-04-281-0/+0
| | | | for the native logger.
* Fixes the issue with not creating the log file for Outlook COM server.hristoterezov2014-04-251-0/+0
|
* Adds log messages for the Outlook registry checks.hristoterezov2014-04-221-0/+0
|
* Implements Logger class for Outlook address book native code and adds loghristoterezov2014-04-171-0/+0
| | | | messages for debug purpose.
* Adds 32bit native binaries for the calendar service.hristoterezov2014-04-021-0/+0
|
* Fixes canceling outlook queries when new one is created and uses one remote ↵Damian Minkov2014-03-241-0/+0
| | | | object to deliver results from com server, instead of creating new one for every contact. Adds some measurement trace prints, that can track execution time of native part.
* Limits permissions required to access to Outlook contact database.Vincent Lucas2013-08-301-0/+0
|
* Corrects UTF strings modification for Outlook contacts.Vincent Lucas2013-08-171-0/+0
|
* Corrects error at Outlook COM server startup, when Outlook is installed but ↵Vincent Lucas2013-07-261-0/+0
| | | | no account is configured. Try to speed up Outlook entry ID resolution. Gets and logs Outlook version.
* Adds initial check if Outlook is installed before starting the Outlook COM ↵Vincent Lucas2013-07-241-0/+0
| | | | server.
* Adds modification of Outlook display for home/work postal address. Corrects ↵Vincent Lucas2013-07-151-0/+0
| | | | Outlook funcitons to get/set/delete email addresses: add the management of EX address type.
* Removes extra debug for Outlook address book plugin. Adds a thread collector ↵Vincent Lucas2013-07-101-0/+0
| | | | for Outlook notifications.
* Corrects memory leaks fro the Outlook address book plugin.Vincent Lucas2013-07-031-0/+0
|
* Adds management of Outlook contact with multiple identifier. Corrects null ↵Vincent Lucas2013-06-271-0/+0
| | | | pointer segmentation fault when comparing entry identifiers. Uses MAPI service provider to retrieve a tag corresponding to a property identifier.
* Corrects STATUS_ACCESS_VIOLATION error, when failing to get the properties ↵Vincent Lucas2013-05-291-0/+0
| | | | of a MsOutlook contact.
* Corrects CoInitializeEx check for "msoutlookaddrbook", when this function ↵Vincent Lucas2013-05-281-0/+0
| | | | was already called. Adds debug information when retrieving MsOutlook contacts from the "addrbook" plugin.
* Updates the jmsoutlookaddrbook library and COM server in order to integrate ↵Vincent Lucas2013-05-161-0/+0
| | | | the correction for the work postal address.
* Corrects unresolved import due to missing static link for MsOutlook plugin.Vincent Lucas2013-05-131-0/+0
|
* Always uses the COM server to interoperate with Outlook and thus even if JitsiVincent Lucas2013-05-071-0/+0
| | | | bitness is compatible with MAPI library.
* Creates a COM service to able Jitsi 32 bits to communicate with MAPI 64 bits ↵Vincent Lucas2013-05-071-0/+0
| | | | (Outlook). And vice-versa.
* Corrects IMAPIProp_GetProps problem with outlook. Adds contact addition and ↵Vincent Lucas2013-04-081-0/+0
| | | | deletion functionality for outlook and MacOsX contacts. Improves and corrects getting and setting contact details for outlook and MacOsX contacts.
* Corrects redundant setting of current directory for jmsoutlookaddrbook.dll. ↵Vincent Lucas2013-03-021-0/+0
| | | | Updates the dll (32 and 64 bits).
* New version of the jmsoutlookaddrbook.dll (32 and 64 bits).Vincent Lucas2013-03-021-0/+0
|
* New version of the jmsoutlookaddrbook.dll. Corrects wrong cast.Vincent Lucas2013-03-011-0/+0
|
* Fixes crashes in the Outlook contact integration related to calling conventions.Lyubomir Marinov2013-02-281-0/+0
|
* Implements contact details edition and notification for outlook.Vincent Lucas2013-02-271-0/+0
|
* Commits work in progress on libjitsi.Lyubomir Marinov2012-06-191-0/+0
|
* Fixes a crash in the Microsoft Outlook Contacts and Address Book ↵Lyubomir Marinov2011-12-171-0/+0
| | | | integration. Does not display contacts and contact groups without contact details. Displays the company name for contacts without a display name akin to Microsoft Outlook.
* Rebuilds jmsoutlookaddrbook.dll using tdm-gcc instead of mingw-w64.Lyubomir Marinov2011-03-041-0/+0
|
* Fixes a couple of possible causes of access violation in the JNI library of ↵Lyubomir Marinov2011-02-211-0/+0
| | | | the support for Microsoft Outlook contacts.
* Searches through the contacts of Microsoft Outlook only if it is the default ↵Lyubomir Marinov2011-01-141-0/+0
| | | | mail client (in order to prevent a notification dialog displayed by Microsoft Outlook).
* Fixes an access violation in the support for the Address Book of Microsoft ↵Lyubomir Marinov2011-01-111-0/+0
| | | | Outlook (privately) reported by Damian Minkov.
* Temporarily disables the support for the Address Book of Microsoft Outlook ↵Lyubomir Marinov2011-01-111-0/+0
| | | | because of a crash (privately) reported by Damian Minkov.
* Delays the linking to the Microsoft Outlook API from compile to run time as ↵Lyubomir Marinov2011-01-101-0/+0
| | | | much as possible in order to fix a crash on Windows XP without Microsoft Outlook (privately) reported by Damian Minkov.
* Temporarily disables the support for the Address Book of Microsoft Outlook ↵Lyubomir Marinov2011-01-101-0/+0
| | | | because of a crash (privately) reported by Damian Minkov.
* Mitigate the following issue with the support for the Address Book of Mac OS ↵Lyubomir Marinov2011-01-101-0/+0
X: if Microsoft Office is not installed or a 32-bit version of Microsoft Office is installed on 64-bit Windows and SIP Communicator, a dialog may appear to notify the SIP Communicator user that there is no default e-mail program.