1
0
mirror of https://github.com/Kopano-dev/kopano-ol-extension.git synced 2023-10-10 13:37:40 +02:00
Commit Graph

116 Commits

Author SHA1 Message Date
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
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
KOE_Export_Strings_Commit
d1eaaba84e Commit strings #140 2017-02-15 15:51:36 +01:00
KOE_Export_Strings_Commit
93f0ea4de8 Commit strings #139 2017-02-15 14:21:10 +01:00
Patrick Simpson
9c915c6b75 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-02-15 15:17:05 +01:00
Patrick Simpson
5dd43d2e6e Added build year to about dialog 2017-02-15 15:16:23 +01:00
KOE_Export_Strings_Commit
b7a30b2eae Commit strings #137 2017-02-15 12:43:05 +01:00
Patrick Simpson
4847fda8cb Added license comments 2017-02-15 12:01:04 +01:00
Patrick Simpson
16f791818f Fixes to small store init issues 2017-02-15 11:53:56 +01:00
Patrick Simpson
66601246b1 More small cleanups 2017-02-15 11:40:34 +01:00
Patrick Simpson
0657c490c8 Cleaned up more TODOs 2017-02-15 11:32:37 +01:00
Patrick Simpson
f687ee9f22 Made Search manage returned items, like Folder.Items 2017-02-15 10:53:24 +01:00
Patrick Simpson
10d2bd4d65 Cleaned up item filtering and some other small todos. 2017-02-15 10:38:57 +01:00
Patrick Simpson
9e0603e22f Fixed ownership issue in folder watching startup 2017-02-15 10:15:10 +01:00
Patrick Simpson
026f537dae Backup commit, not compiling at the moment 2017-02-14 18:30:48 +01:00
Patrick Simpson
dc12b73bbc Reimplements folders and items events 2017-02-14 18:05:25 +01:00
Patrick Simpson
cbf9207ff7 Tiny code cleanup 2017-02-14 15:48:22 +01:00
Patrick Simpson
33e38f16dc Removed debug logging 2017-02-14 15:48:13 +01:00
Patrick Simpson
80735cbaa0 Switched to ReleaseComObject instead of FinalReleaseComObject, as that releases objects that may actually be shared (e.g. app.ActiveExplorer). 2017-02-14 15:47:52 +01:00
Patrick Simpson
bcd743a4c4 Fixed exception when creating new local store 2017-02-14 15:38:18 +01:00
Patrick Simpson
b3ac1bd6b0 Cleaned up ZPushWatcher.
Small cleanups.
All access to Outlook objects is now contained in wrappers/stubs.
2017-02-14 15:16:13 +01:00
Patrick Simpson
cb32513ed3 Cleaned up account checking 2017-02-14 14:46:24 +01:00
Patrick Simpson
d4b03c2eb9 Cleaned up ZPushSync. 2017-02-14 10:47:51 +01:00
Patrick Simpson
f913ed5a01 Made HookItemEvents default option 2017-02-13 15:49:37 +01:00
Patrick Simpson
49efb68298 Further fixes for item events 2017-02-13 15:20:18 +01:00
Patrick Simpson
b3c0aae951 Further event hooking tests 2017-02-13 14:02:37 +01:00
Patrick Simpson
a698c4e475 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-02-13 13:03:56 +01:00
Patrick Simpson
50147d3c4b MailEvents experiment 2017-02-13 13:03:37 +01:00
Patrick Simpson
94d1db275c Revert "Switched to pfx for signing"
This reverts commit 1bf1c846f1.
2017-02-10 14:51:33 +01:00
Patrick Simpson
dff661914d Small fix for release build 2017-02-10 14:42:32 +01:00
Patrick Simpson
a56cb98ce8 Small cleanups. Made HookItemEvents disabled by default. Restored DebugSupport buttons. 2017-02-10 14:42:32 +01:00
Patrick Simpson
5842e90203 Cleaned up ZPushFolder, removed Folder subclass. It compiles, but will not run. Event handling code disabled for now. 2017-02-10 14:42:32 +01:00
Patrick Simpson
297efe023b Made wrappers simpler by moving some functionality to ComWrapper. Does not currently build, backup commit before attempting to clean up ZPushFolder 2017-02-10 14:42:32 +01:00
Patrick Simpson
9eb6d2026e Cleaned up OutlookImageList 2017-02-10 14:42:31 +01:00
Patrick Simpson
d1bbb221b4 Cleaned up ZPushLocalStore, merged into IStore. 2017-02-10 14:42:31 +01:00
Patrick Simpson
65a46510c1 Cleaned up usage of Recipient/AddressEntry 2017-02-10 14:42:31 +01:00
Patrick Simpson
cc51366c7f Added option to disable item event hooking 2017-02-10 14:42:31 +01:00
Patrick Simpson
d7df634a3d Cleaned up MailEvent release. Added debug option to GAB to prevent MailEvent hooking. 2017-02-10 14:42:31 +01:00
Patrick Simpson
471b9c80c7 Small fixes, debug tweaks 2017-02-10 14:42:30 +01:00
Patrick Simpson
773f0b07bf Added statistics on tasks. Added debug cycling of gab resync. 2017-02-10 14:42:30 +01:00
Patrick Simpson
3117418785 More debug options 2017-02-10 14:42:30 +01:00
Patrick Simpson
7e05792d8c Added extra GAB debug options 2017-02-10 14:42:30 +01:00