Commit Graph

156 Commits

Author SHA1 Message Date
Patrick Simpson 856c803887 [KOE-92] Turns out item Add and Change events pass a handle to a COM object that must be released. Changed the event handler to release it, with the global option ReleaseItemEventWrappers (default true) to revert back to old behaviour. 2017-04-12 11:53:57 +02:00
Patrick Simpson 343705345b [KOE-94] Fixed rendering of & in tree nodes for shared folders. Fixed encoding of strings in SOAP requests, which caused shared folders with special characters to fail. 2017-04-05 14:09:41 +02:00
Patrick Simpson 388bedaf74 [KOE-96] Added XML escaping to OOF messages. 2017-04-05 14:09:41 +02:00
Patrick Simpson 11102c90cc Stripping weird UNC prefix from local path 2017-03-22 14:13:01 +01:00
Patrick Simpson fc6e517373 Added additional log for missing parent 2017-03-22 13:50:11 +01:00
Patrick Simpson 4749f12de9 Exception while loading shared folder tree nodes is now logged. Any nodes whose parents are missing are silently ignored. 2017-03-22 13:45:27 +01:00
Patrick Simpson 267daf3b9b [KOE-89] Improved handling of expired time-based Out-of-Office 2017-03-20 11:34:29 +01:00
Patrick Simpson 41ccd3849d [KOE-87] Changed the event used to initialize the plugin. The original event was sometimes invoked after the ribbon was initialised, which meant buttons did not show up. 2017-03-15 11:32:32 +01:00
Patrick Simpson acb96a5aed Removed whitespace 2017-03-15 11:32:32 +01:00
Patrick Simpson bb6fa0d219 Restored DeviceId to debug dialog 2017-03-15 09:24:36 +01:00
Patrick Simpson e3006ef1ed Replacement %title in signature now linked to "job title". 2017-03-10 12:15:01 +01:00
Patrick Simpson d404692444 Restarter command line now adds profile key, if possible 2017-03-08 12:50:39 +01:00
KOE_Export_Strings_Commit dfd393d3f5 Commit strings #146 2017-03-02 11:08:25 +01:00
Patrick Simpson 4960ede9f9 Translated using Weblate (English)
Currently translated at 100.0% (126 of 126 strings)
2017-03-02 11:46:31 +01:00
Patrick Simpson 8fcf78ec4a [KOE-42] Added scrollbar to OOF dialog 2017-03-02 11:35:29 +01:00
Patrick Simpson fbd899cc50 [KOE-70] Added explicit BOM to HTML signature files, to prevent encoding errors 2017-03-02 11:27:39 +01:00
Patrick Simpson 8746702052 [KOE-14] Restarter now waits for the Outlook process to finish before starting a new one. 2017-03-01 11:28:57 +01:00
Patrick Simpson c0170bf856 Removed workaround for Z-Push not sending parent ids of shared folders. 2017-03-01 10:21:48 +01:00
Patrick Simpson 155f382231 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-02-28 16:09:09 +01:00
Patrick Simpson 08c771d762 [KOE-12] Added debug option to disable COM code, which is the one bit that might cause a crash. 2017-02-28 16:08:57 +01:00
Patrick Simpson 7a885acb71 32-bit fixes for encoding of search criteria 2017-02-28 14:02:52 +01:00
KOE_Export_Strings_Commit 628668083d Commit strings #144 2017-02-28 13:08:23 +01:00
Patrick Simpson 0cda2fa0c1 [KOE-12] Hooked reminder query manipulation into sync of shared folder state; this makes it work for new shares too. 2017-02-28 12:44:33 +01:00
Patrick Simpson 43e0d9b02d [KOE-12] Basic implementation of reminder query modification. For now only works when existing shares are modified, as the new shares do not have a sync id yet. This will be added.
Added SharedFoldersManager as a wrapper around the API; it manages the API and syncing with the reminder query.
Also untested on 32-bit for now, which will most likely crash, as the COM interface has some size-specific fields.
2017-02-28 12:14:13 +01:00
Patrick Simpson 65912b962c Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-02-27 19:04:53 +01:00
Patrick Simpson 8f5c08e4a9 [KOE-12] Finished encoding of search criteria for COM. Added code to modify search query to exclude shared folders, still need to add code to allow for selected folders. 2017-02-27 19:04:41 +01:00
Patrick Simpson e0356b0321 Permission label is now hidden for shared folders when permissions are not yet known. 2017-02-27 16:24:01 +01:00
Patrick Simpson 00cba3d9e7 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-02-27 16:05:24 +01:00
Patrick Simpson ddcd9764ea [KOE-17] Added null check to prevent exception in log 2017-02-27 16:05:09 +01:00
Patrick Simpson ad03e67961 [KOE-14] Secondary contacts are now displayed with the correct icon and start syncing. This means the restart is now less urgent, hence the warning has been modified. Also added a debug option to disable the warning. If the dialog is used to restart Outlook, it will now close any open KOE forms. 2017-02-27 16:04:42 +01:00
KOE_Export_Strings_Commit 1c82cd8676 Commit strings #143 2017-02-27 15:08:02 +01:00
Weblate bac6b37807 Merge remote-tracking branch 'origin/master' 2017-02-27 13:58:01 +01:00
Klaus c160a6fdde Translated using Weblate (Norwegian Bokmål)
Currently translated at 41.3% (48 of 116 strings)
2017-02-27 13:58:01 +01:00
Patrick Simpson e98240ab47 [KOE-17] Added settings dialog with resynchronise button. Added option to overwrite local signatures. 2017-02-27 13:51:42 +01:00
Patrick Simpson f44e092ca0 [KOE-17] signatures now include smtp address of account for uniqueness. Signatures are also synced periodically. 2017-02-27 13:16:53 +01:00
KOE_Export_Strings_Commit 5339fbec8b Commit strings #142 2017-02-27 12:58:06 +01:00
Patrick Simpson 12e8f65265 Fix for undisposed wrapper. 2017-02-27 12:36:17 +01:00
Patrick Simpson 7773d7f973 [KOE-51] Added tracking of changed names. To this end, the flag "TrackShareName" (=2) has been added. If this is set, and the name does not match the original folder's name, the name will be updated. The flag is set automatically when shares are applied and the share name matches the original name. Note that this flag does not cause the apply button to become enabled, to prevent having changes on existing shares. 2017-02-27 12:36:04 +01:00
Patrick Simpson 8ab30b53c1 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-02-23 17:42:06 +01:00
Patrick Simpson c8a3c3e04b [KOE-67] Added offline check to periodic tasks 2017-02-23 17:41:54 +01:00
Patrick Simpson ce6d62167f [KOE-17] Small fix to lookup of current user 2017-02-23 17:17:50 +01:00
Patrick Simpson 6daac784c3 [KOE-17] Added replacement of placeholders in signatures based on GAB. To detect GAB changes, added the FeatureGAB.SyncFinished event, and CompletionTracker to track completion with asynchronous tasks. 2017-02-23 17:07:39 +01:00
KOE_Export_Strings_Commit dc14356140 Commit strings #141 2017-02-23 16:29:14 +01:00
Patrick Simpson e735aafc72 [KOE-17] Basic infrastructure is working, still need replacement of placeholders 2017-02-23 15:29:53 +01:00
Patrick Simpson 629bfd371b Fallback commit, some files were missed 2017-02-23 10:20:48 +01:00
Patrick Simpson 2f0e46f18d Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source
Conflicts:
	src/AcaciaZPushPlugin/AcaciaZPushPlugin/AcaciaZPushPlugin.csproj
	src/AcaciaZPushPlugin/AcaciaZPushPlugin/Native/MAPI/Property.cs
	src/AcaciaZPushPlugin/AcaciaZPushPlugin/Native/MAPI/Restriction.cs
	src/AcaciaZPushPlugin/AcaciaZPushPlugin/SearchQuery.cs
	src/AcaciaZPushPlugin/AcaciaZPushPlugin/Stubs/IFolder.cs
	src/AcaciaZPushPlugin/AcaciaZPushPlugin/Stubs/OutlookWrappers/FolderWrapper.cs
2017-02-23 10:15:51 +01:00
Patrick Simpson c5325b4623 Search criteria encoding 2017-02-23 10:10:31 +01:00
Patrick Simpson 86dbc32b51 [KOE-14] Added possibility to set icon for folder, though this coomes out looking weird. Leaving for now. 2017-02-22 15:17:25 +01:00
Patrick Simpson 4a57e014c2 Fixed undisposed wrapper on folder remove event 2017-02-22 11:56:55 +01:00
Patrick Simpson f5ea05189c Partial implementation of raw MAPI access. 2017-02-22 10:20:20 +01:00