~samarjit-adhikari/evolution/evolution-ews-3.6

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
Evolution-EWS 3.6.3 2012-01-21
------------------------------

Bug Fixes:
	Bug 671893 - Filter by 'Mailing list' doesn't work (Milan Crha)
	Bug 687874 - Be able to select Sent folder again (Milan Crha)
	Bug 689521 - Delivery notification reply fails to send (Milan Crha)
	Bug 690474 - Explicitly link to libm (Alexandre Rostovtsev)

Translations:
	Balázs Úr (hu)
	Marek Černocký (cs)
	Sandeep Sheshrao Shedmake (mr)


Evolution-EWS 3.6.1 2012-11-12
------------------------------

Bug Fixes:
	Bug 681665 - Crash during fetch of the OAB url (Milan Crha)
	Bug 686024 - Accepted meeting request sent as tentative (Milan Crha)
	Bug 686227 - Calendar does repeated ResolveNames requests for the same
	             people (Milan Crha)
	Bug 686228 - Cannot fetch list of addressbooks (Milan Crha)
	Bug 686268 - Crash under oal_response_cb() (Milan Crha)
	Bug 687228 - Master's ESource change causes rewrite of GAL ESource
	             (Milan Crha)

Other Changes:
	* Allow changing permissions of a Calendar folder (Milan Crha)
	* Fix XML parsing failure during Free/Busy fetching (Milan Crha)

Translations:
	Andika Triwidada (id)
	Mario Blättermann (de)
	Rafael Ferreira (pt_BR)
	Мирослав Николић (sr)


Evolution-EWS 3.6.0 2012-09-22
------------------------------

Translations:
	Martin Srebotnjak (sl)


Evolution-EWS 3.5.92 2012-09-17
-------------------------------

Bug Fixes:
	Bug 655774 - Copy sent messages to Sent Items (Milan Crha)
	Bug 680921 - e_shell_window_get_action_group() doesn't return
	             reffed pointer (Milan Crha)
	Bug 682914 - Some messages won't show translated strings
	             (Jiro Matsuzawa)

Other Changes:
	* Make translations work in respective modules (Milan Crha)

Translations:
	Chris Leonard (en_GB)
	Martin Srebotnjak (sl)
	Piotr Drąg (pl)


Evolution-EWS 3.5.91 2012-09-03
-------------------------------

Bug Fixes:
	Bug 675730 - Crash on book backend regular update (Milan Crha)
	Bug 682020 - Crash when fetching GAL list in account properties
	             (Milan Crha)

Other Changes:
	* Make use of SOUP_MESSAGE_IDEMPOTENT SoupMessage flag, if
	  available (Milan Crha)
	* Support both new and old xmlOutputBuffer APIs (Milan Crha)
	* Implement CamelFolder::get_message_cached() (Milan Crha)
	* Do not update folder structure in source registry for disabled
	  accounts (Milan Crha)
	* Do not overwrite user's changes on GAL ESource (Milan Crha)

Translations:
	Javier Mazorra (es)
	Piotr Drąg (pl)


Evolution-EWS 3.5.90 2012-08-20
-------------------------------

Bug Fixes:
	Bug 670458 - Unable to accept meeting request (Milan Crha)
	Bug 674321 - Support for password expiration information (Vibha Yadav)
	Bug 681544 - Crash on failed autodiscovery (Milan Crha)

Other Changes:
	* Add version information to CamelEwsStoreSummary (Milan Crha)
	* Implement "Subscribe to folder of other user" feature (Milan Crha)
	* Set CamelEwsSettings::email on successful autodiscover (Milan Crha)
	* Re-add foreign calendar/tasks/book sources on initial collection
	  setup (Milan Crha)
	* Do not add owner's folders under 'Mailbox - User Name' folder
	  (Milan Crha)

Translations:
	Javier Mazorra (es)
	Matej Urbančič (sl)


Evolution-EWS 3.5.5 2012-08-06
------------------------------

Bug Fixes:
	Bug 656376 - Support for delegation (Milan Crha)
	Bug 656709 - Excessive updates being sent to server (Milan Crha)
	Bug 665986 - Crash when failed to get a message from a server
	             (Milan Crha)
	Bug 669460 - Can pick freed connection (Milan Crha)
	Bug 670506 - Task is adding time to due date from somewhere
	             (Milan Crha)
	Bug 673095 - Should call SoupSessionAsync functions in soup thread
	             only (Milan Crha)
	Bug 675285 - Crash on deleted event move (Milan Crha)
	Bug 675442 - Crash in ews_active_job_done() (Milan Crha)
	Bug 678464 - Default GAL needs a non-NULL resource ID (Matthew Barnes)
	Bug 680153 - Crash under message_info_from_db() (Milan Crha)
	Bug 680525 - Deadlock in calendar when locking priv structure
	             (Milan Crha)
	Bug 680683 - Do not block factory's main thread (Milan Crha)
	Bug 680960 - Invalid g_object_ref() call on evolution start
	             (Matthew Barnes)

Other Changes:
	* Support remote folder creation and deletion. (Matthew Barnes)
	* Use template files to generate GEnumClass types. (Matthew Barnes)
	* Finish rewriting the "Out of Office" config page. (Matthew Barnes)
	* Remove the remaining account setup EPlugin code. (Matthew Barnes)
	* Be able to read/write folder permissions (Milan Crha)
	* Do not save unchanged Out-Of-Office settings (Milan Crha)
	* CamelEwsStoreSummary: Store enum values by their nickname.
	  (Matthew Barnes)

Translations:
	Daniel Mustieles (es)


Evolution-EWS 3.5.4 2012-07-16
------------------------------

Bug Fixes:
	Bug 663383 - Doesn't allow to quit (Milan Crha)
	Bug 677007 - Add Basic authentication type (Milan Crha)
	Bug 679303 - Doesn't detect when password has changed (Milan Crha)
	Bug 679305 - EX addresses not decoded in folder summary (Milan Crha)
	Bug 679305 - EX addresses not decoded in folder summary (Milan Crha)

Other Changes:
	* Fix crasher in oal_response_cb(). (Matthew Barnes)
	* Add "Connection timeout" option into mail account properties
	  (Milan Crha)
	* Rework SOAP response handling. (Matthew Barnes)


Evolution-EWS 3.5.3 2012-06-25
------------------------------

Bug Fixes:
	Bug 654543 - Mark as junk doesn't work (Milan Crha)
	Bug 673408 - Crash in get_attachments_response_cb() (Milan Crha)
	Bug 674599 - Crash on contact view open (Milan Crha)
	Bug 676081 - Deleted message not deleted from server (network issue)
	             (Milan Crha)
	Bug 677398 - Can get stuck in e_book_backend_ews_authenticate_user()
	             (Milan Crha)
	Bug 677531 - May skip empty vCards in GAL (Milan Crha)
	Bug 678321 - Bug in usage of signed/unsigned crashes downloading of
	             GAL (derolf)

Other Changes:
	* Adapt to the new ESource API. (Matthew Barnes)
	* Adapt to single-include E-D-S libraries. (Matthew Barnes)
	* ebews_start_gal_sync(): Avoid crash when EwsOALDetails list is NULL.
	  (Matthew Barnes)
	* Drop gconf-2.0 dependency. (Matthew Barnes)
	* Bump minimum gtk+-3.0 requirement to 3.0. (Matthew Barnes)
	* Do not call g_object_notify() when property didn't change
	  (Milan Crha)

Translations:
	Daniel Mustieles (es)
	Bruno Brouard (fr)
	Rūdolfs Mazurs (lv)
	Matej Urbančič (sl)


Evolution-EWS 3.5.1 2012-04-30
------------------------------

Bug Fixes:
	Bug 653631 - Empty trash doesn't work (Milan Crha)
	Bug 659717 - free busy not working (Punit Jain)
	Bug 661436 - Search is required for GAL (Milan Crha)
	Bug 661979 - Crash in e_ews_connection_sync_folder_items_start
	             (Milan Crha)
	Bug 664637 - Deleted messages appear in Inbox (Milan Crha)
	Bug 668555 - Crash in ews_cal_sync_items_ready_cb (Punit Jain)
	Bug 670217 - Doesn't show all calendar events (Milan Crha)
	Bug 670457 - Add bulk methods to ECalClient (Milan Crha)
	Bug 670944 - Option to handle out of office without date range
	             (Punit Jain)
	Bug 671624 - crash in e_ews_folder_get_folder_type (Punit Jain)
	Bug 671969 - Crash in g_thread_join, e_ews_connection_dispose
	             (Milan Crha)
	Bug 672175 - Make CamelFolderSearch cancellable (Milan Crha)
	Bug 672448 - compiler warnings when flag is set to O2 (Punit Jain)
	Bug 672448 - memory corruption related and other issues (Punit Jain)
	Bug 673349 - Missing charset breaks setting of utf-8 strings
	             (Milan Crha)

Miscellaneous Changes:
	Fix compiler warning for portability (Vibha Yadav)
	Fix possible crash at the end of autodiscovery (Milan Crha)
	Report errors from backends in their error domain (Milan Crha)

Translations:
	Marek Černocký (cs)
	Daniel Mustieles (es)
	Bruno Brouard (fr)
	Fran Diéguez (gl)
	Matej Urbančič (sl)
	Мирослав Николић (sr)


Evolution-EWS 3.4.0 2012-03-26
------------------------------

Translations:
	Marek Černocký (cs)
	Joe Hansen (da)
	Мирослав Николић (sr)


Evolution-EWS 3.3.92 2012-03-19
-------------------------------

Bug Fixes:
	Bug 665801 - Fix a corner case for a leak fix from bug #665801 (Milan Crha)
	Bug 660428 - Some calendars/task lists are missing after reconfiguring account (Milan Crha)
	Bug 667849 - Unable to open Contacts address book (Milan Crha)

Miscellaneous Fixes:
	Use e_book_backend_foreach_view for notifying status messages to all the views. (Chenthill Palanisamy)
	Suppress deprecation warnings. (Matthew Barnes)

Translations:
	Gabor Kelemen (hu)
	Piotr Drąg (pl)

Evolution-EWS 3.3.90 2012-02-20
-------------------------------

Bug Fixes:
        Bug 656375 Out of Office Implementation (Punit Jain)
        Bug 668174 unable to create appointments and meetings (Punit Jain)
        Bug 654810 conversion of evolution query to ews restriction and test function (Punit Jain)
        Bug 654810 finditem API implementation (Punit Jain)
        Bug 654822 set system folder flags using getfolder operation (Punit Jain)
        Bug 658347 - Harmonize mnemonic for "Check new messages for Junk contents" (Milan Crha)
        Bug 664749 - Cannot send message "Service not connected" (Milan Crha)
        Bug 665801 - Crash in SoupSessionAsync::finalize (David Woodhouse)
        Bug 669338 - Wrong Content-Type in Autodiscover xml soap (David Woodhouse)

Miscellaneous Fixes:
        Updated POTFILES.in (Piotr Drąg)

Translations:
        Matej Urbančič (sl)
        Marek Černocký (cs)
        Daniel Mustieles (es)
        Gonzalo Sanhueza (es)


Evolution-EWS 3.3.5 2012-02-05
------------------------------

Bug Fixes:
	(none)

Other Changes:
	* Adapt to libemail-engine. (Matthew Barnes)


Evolution-EWS 3.3.4 2012-01-16
------------------------------

Bug Fixes:
	Bug 665104 - Possible memory leaks (Vibha Yadav)
	Bug 665533 - OAB caching not working (Punit Jain)
	Bug 667185 - Menu items from plugins not translated (Milan Crha)

Translations:
	Nicolás Satragno (es)
	Kjartan Maraas (nb)


Evolution-EWS 3.3.3 2011-12-19
------------------------------

Bug Fixes:
	Bug 659679 - Password management- Clicking 'ok' without entering a password doesn't bring up a message (Chenthill Palanisamy)
	Bug 665065 - Updates changed items forever (Milan Crha)
	Bug 664637 - Deleted messages appear in Inbox (David Woodhouse)
	Bug 656376 - Support for delegation (Vibha Yadav)
	Bug 664116 - "Fetch URL" doesn't always work (Milan Crha)
	Bug 664572 - Change e_cal_backend_notify_component* to use ECalComponent (Milan Crha)
	Bug 648877 - Address completion gives mailbox name rather than contact name (Milan Crha)
	Bug 663379 - Cannot configure EWS account on 3.3.1 (Milan Crha)
	Bug 654940 - Fetch url even works in offline (Chenthill Palanisamy)
	Bug 661537 - Crash in e_book_backend_sqlitedb_get_is_populated at e-book-backend-sqlitedb.c:1726 (Chenthill Palanisamy)

Miscellaneous Fixes:
	Fix address-book to display contents without error. Make a dummy get_folder request on the distinguished folder "contacts" 
	 to make sure we have a valid connection. The duplicate requests can be avoided once we have a EClientStore implemented or if 
	 e_ews_connection_new can handle it. (Chenthill Palanisamy)
	Implement GetFolder request. Refactor the code to request for additional properties. (Chenthill Palanisamy)
	Remove all *_DISABLE_DEPRECATED_FLAGS. (Matthew Barnes)
	Remove GSEAL_ENABLE macro. (Matthew Barnes)

Translations:
	Matej Urbančič (sl)
	Daniel Mustieles (es)


Evolution-EWS 3.3.2 2011-11-21
------------------------------

Bug Fixes:
	Bug 657320 - Set/Modify Birthday of Contact (Vibha Yadav)
	Bug 661528 - g_ascii_strcasecmp: assertion `s2 != NULL' failed
	             (Vibha Yadav)
	Bug 661972 - Crash in ews_book_remove_contact_cb at
	             e-book-backend-ews.c:881 (Chenthill Palanisamy)
	Bug 662598 - Store server folder cache in user's cache directory
	             (Milan Crha)

Other Changes:
	* Remove g_thread_init() calls. (Matthew Barnes)
	* Distribute 'xz' tar archives instead of gzip. (Matthew Barnes)
	* Fix default-enable of AM_MAINTAINER_MODE (David Woodhouse)
	* Do not use deprecated g_atexit. (Chenthill Palanisamy)

Translations:
	Marek Černocký (cs)
	Daniel Mustieles (es)
	Zoltan Mezi (hu)
	Matej Urbančič (sl)


Evolution-EWS 3.3.1 2011-10-24
------------------------------

Miscellaneous Changes:
	* Adapt to various API changes. (Milan Crha, Matthew Barnes)
	* Prefill Host URL when creating new account (Milan Crha)
	* Use SHA256 of EWS ItemId for cache filename, not the ItemId itself.
	  (David Woodhouse)

Translations:
	Mario Blättermann (de)