summaryrefslogtreecommitdiff
path: root/camel/providers/mapi/ChangeLog
blob: a2000c99180d62a8adc9a17a96c3f50ef42e1df4 (plain)
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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
2008-11-06  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c (mapi_refresh_folder):
	* camel-mapi-store-summary.c (summary_header_load):
	* camel-mapi-store.c (mapi_create_folder), (mapi_rename_folder),
	(mapi_build_folder_info), (mapi_convert_to_folder_info),
	(mapi_folders_sync), (mapi_get_folder_info):
	* camel-mapi-store.h:
	* camel-mapi-summary.c (mapi_message_info_to_db):
	* camel-mapi-transport.c (mail_build_props):
	Fix some compilation warnings.

2008-10-31  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-summary.c (mapi_summary_header_to_db): Fixed bad return type.

2008-10-29  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (fetch_items_cb): Added camel_operation_progress.

2008-10-29  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (fetch_items_cb, fetch_item_cb): Using
	FetchItemsCallbackData.
	
2008-10-28  Johnny Jacob  <jjohnny@novell.com>

	** Use restrictions for fetching new messages.
	
	* camel-mapi-summary.h (struct _CamelMapiSummary): Added sync_time_stamp
	field.

	* camel-mapi-folder.c (fetch_items_cb): Look for last modification time.
	(mapi_refresh_folder): Added restrictions. Fetch new items only.

	* camel-mapi-summary.c (CAMEL_MAPI_SUMMARY_VERSION): Adding version.
	(mapi_summary_header_to_db, mapi_summary_header_from_db): Added version and 
	last sync time stamp.

2008-10-24  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_sync): Use FolderType to fetch the FID instead of 
	names (eg. olFolderDeletedItems).

	* camel-mapi-store.c (struct _CamelMapiStorePrivate): Removed default_folder_ids
	& Added default_folders hash table. Contains the default folder's FID:Type.
	(mapi_system_folder_fid): Added.
	(mapi_fid_is_system_folder): Use default_folders.
	(camel_mapi_store_system_folder_fid): Added

2008-10-23  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_sync, mapi_expunge): Do not use folder names to 
	identify Trash.

2008-10-22  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_fid_is_system_folder): Added.
	(mapi_fid_is_system_folder) : Removed.
	(struct _CamelMapiStorePrivate): Added default_folder_ids.
	(mapi_folders_sync): Add fids to default_folder_ids if it is a 
	default folder.
	(mapi_create_folder): Use mapi_fid_is_system_folder.
	(mapi_rename_folder): Use mapi_fid_is_system_folder.
	(mapi_path_to_physical): Removed 'subfolders' string.
	
2008-10-22  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c (fetch_item_cb): Ensure proper type casting when 
	assigning the return value of "still" an implicitly declared function. 

2008-10-22  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-summary.c: Fixed a build break. 
	
2008-10-20  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_create_folder): Add summary entry during on 
	create_folder.

2008-10-10  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_convert_to_folder_info): Donot use Folder names 
	for identifying Default folders.

2008-10-07  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_folder_get_message): Use _FETCH_BODY_STREAM to 
	actually use _GETBESTBODY.

2008-10-01  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_get_folder_info_offline): Filter out
	Subscribed folders.
	(convert_to_folder_info): Mailbox folders are marked as subscribed
	by default. Do not add folders in store summary.
	(mapi_unsubscribe_folder, mapi_subscribe_folder): Support for public
	folder subscription added.

2008-09-25  Johnny Jacob  <jjohnny@novell.com>

	** Updating Licences.
	
	* Makefile.am (noinst_HEADERS): Removed camel-mapi-store-summary.h .

2008-09-19  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-store.c (mapi_folders_sync): Don't always
	expect a PF hierarchy to be present. 

2008-09-11  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-summary.c (mapi_summary_clear): use 
	camel_folder_summary_save_to_db.

	* camel-mapi-folder.c (mapi_sync_summary, mapi_refresh_info): use 
	camel_folder_summary_save_to_db.

	* camel-mapi-summary.c (camel_mapi_summary_new): Load folder_summary from DB.
	(camel_mapi_summary_class_init): override the new db functions.
	(mapi_summary_header_to_db): Added.
	(mapi_summary_header_from_db): Added.
	(mapi_message_info_from_db): Added.
	(mapi_message_info_to_db): Added.
	(mapi_content_info_from_db): Added.

2008-09-08  Johnny Jacob  <jjohnny@novell.com>
	
	* camel-mapi-store.c (convert_to_folder_info): Mark Folder leaf nodes with
	CAMEL_FOLDER_NOCHILDREN.

2008-09-08  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_get_folder_info_offline): Filter public
	folder for subscriptions dialog.

2008-09-05  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c: Don't fetch PR_BODY_HTML since it seems to 
	cause corruption. 

2008-09-02  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_get_folder_info): Connect if 
	disconnected.
	(mapi_folders_sync): Added name<->id hash table mapping.

	* camel-mapi-folder.c (mapi_sync): PFSTORE aware.	
	
2008-08-27  Suman Manjunath  <msuman@novell.com>
	
	* camel-mapi-folder.c (camel_build_name_id): Fetch some more properties

2008-08-22  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c (mapi_folder_item_to_msg):
	* camel-mapi-transport.c (mapi_item_add_attach):
	Fix for ABI change in ExchangeMAPIAttachment. 

2008-08-21  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_construct): Mark store for subscription 
	capability.
	
2008-08-21  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_refresh_folder),(mapi_folder_get_message): 
	Use flags to indentify the type of folder.

	* camel-mapi-store.c (convert_to_folder_info): Mark folders as
	personal / private.

	* camel-mapi-store-summary.h: Removed unused structs.

2008-08-18  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_build_folder_info): Mark default
	folders.

2008-08-11  Johnny Jacob  <jjohnny@novell.com>	
	
	* camel-mapi-store.c (mapi_connect): Fixed network states.

2008-08-11  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c (fetch_item_cb): Use g_utf8_strlen(). 

2008-08-11  Johnny Jacob  <jjohnny@novell.com>	

	* camel-mapi-folder.c (mapi_sync_summary): Touch summary for writing.
	* camel-mapi-store.c (mapi_construct): Initialise summary path.

2008-08-11  Suman Manjunath  <msuman@novell.com>
	
	* camel-mapi-folder.c (fetch_item_cb): Typo fix. 
	(mapi_folder_get_message): Use the MAPI_OPTIONS_GETBESTBODY option.

2008-07-31  Johnny Jacob  <jjohnny@novell.com>	
	
	* camel-mapi-folder.c (mapi_transfer_messages_to): Free mids.	
	(mapi_folder_get_message): Remove unused variables.
	(mapi_update_cache): Removed unused variables.

2008-07-31  Suman Manjunath  <msuman@novell.com>
	
	* camel-mapi-transport.c (mapi_item_add_recipient): Added props
	required for external recipients. 

2008-07-30  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (fetch_item_cb), (fetch_items_cb): Added
	camel_debug. export CAMEL_DEBUG=mapi:folder for MAPI property dumps
	during fetch_item(s).

2008-07-29  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (fetch_item_cb): Cleanups.

2008-07-29  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_getv): Enable getv.

2008-07-29  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-summary.c (mapi_content_info_save)
	(mapi_content_info_load, mapi_message_info_save)
	(mapi_message_info_load, mapi_summary_header_save)
	(mapi_summary_header_load): Call parent.

	* camel-mapi-folder.c (mapi_update_cache): clean ups.

2008-07-28  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-summary.c (camel_mapi_summary_class_init): Fixed class 
	hierachy.

2008-07-28  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c (fetch_item_cb): Use PR_MESSAGE_CLASS_UNICODE if 
	it exists. 

2008-07-28  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (camel_GetPropsList): Added PR_BODY*.

2008-07-28  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.[ch] (camel_mapi_store_get_profile_name): Added.
	Helper accessor function to get MAPI Profile name.

2008-07-21  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c (camel_build_name_id), (fetch_item_cb),
	(mapi_populate_msg_body_from_item), (mapi_folder_get_message):
	* camel-mapi-folder.h:
	Initial code for rendering meeting requests. 

2008-07-17  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_folder_get_message): Use GetProps instead
	of GetPropsAll.

2008-07-16  Johnny Jacob  <jjohnny@novell.com>	
	
	Initial support for Copy / Move Messages.
	
	* camel-mapi-folder.c (mapi_transfer_messages_to): Added. Copies / 
	Moves messages.
	
	* camel-mapi-folder.c (camel_mapi_folder_class_init): Enabled 
	mapi_transfer_messages_to .
	
2008-07-09  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-transport.c: Missed this in the last commit. 

2008-07-03  Johnny Jacob  <jjohnny@novell.com>

	Support for Expunge.
	
	* camel-mapi-summary.c (mapi_summary_clear): Added.
	* camel-mapi-folder.c (mapi_expunge): Added.
	
2008-07-01  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_sync): Delete Messages support : Move to 
	Deleted Items folder.

2008-06-30  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (fetch_item_cb, mapi_folder_get_message): Adjusted 
	mem allocation for MapiItem for FetchCallback signature change.

2008-06-29  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c: (fetch_items_cb), (mapi_refresh_folder),
	(fetch_item_cb), (mapi_folder_get_message):
	Fix for API change in fetch_item, fetch_items and FetchCallback. 
	NOTE: get_message seems to be broken by this. 

2008-06-26  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c (fetch_items_cb), (fetch_item_cb): Fix for 
	callback signature change. 

2008-06-25  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_construct): Disable VTrash folder.

2008-06-25  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-summary.c (mapi_info_set_flags): Removed. No need to override this 
	now.

2008-06-23  Suman Manjunath  <msuman@novell.com>
	
	* camel-mapi-transport.c (mapi_item_add_recipient),
	(mapi_message_item_send): API change fix, use re-designed 
	ExchangeMAPIRecipient. 

2008-06-19  Johnny Jacob  <jjohnny@novell.com>
	
	* camel-mapi-store.c (camel_mapi_store_init): Subscriptions disabled (temp). 

2008-06-19  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-provider.c (mapi_initialize): Removed.

2008-06-10  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-transport.c: (mapi_send_to),
	(mapi_item_add_recipient): Remove ExchangeMAPIRecipientType, use 
	OlMailRecipientType instead.

2008-05-16  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-transport.c (mapi_send_to): Fixed non-multipart
	mails.

2008-05-05  Johnny Jacob  <jjohnny@novell.com>		
	
	* camel-mapi-store-summary.c: Cleaned up warnings.
	
2008-05-05  Johnny Jacob  <jjohnny@novell.com>	

	* camel-mapi-summary.c (mapi_summary_header_load)
	(mapi_summary_header_save, mapi_message_info_load)
	(mapi_message_info_save, mapi_content_info_load)
	(mapi_content_info_save, mapi_info_set_flags): Placeholder Added.
	(camel_mapi_summary_class_init): Populated class members.

2008-05-05  Johnny Jacob  <jjohnny@novell.com>	

	* camel-mapi-transport.c (mapi_item_add_attach): Using slist.

	* camel-mapi-folder.c (get_content): Removed.
	(mapi_update_cache): Cleanup warnings.
	(mapi_sync): Using GSList.
	(mapi_refresh_folder): Cleanup warnings.
	(mapi_refresh_folder): Cleanup warnings.

2008-05-05  Johnny Jacob  <jjohnny@novell.com>	

	* camel-mapi-store.c (mapi_rename_folder): exchange_mapi_rename_folder API
	change fix.

	* camel-mapi-store.h: Added prototypes.

	* camel-mapi-store.c (camel_mapi_store_get_type): Fix type checking.

2008-04-28  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-store.c: (mapi_auth_loop): Use a common password component
	across e-d-s, Camel and Evolution. 

2008-04-17  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (camel_mapi_store_init): Mark store for 
	subscription support.

2008-02-14  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_refresh_folder): Fix for fetch_items 
	api changes.

2008-02-11  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-summary.c, camel-mapi-folder.c,
	camel-mapi-store.c: Cleanups.

2008-02-11  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.h (struct MapiItemAttachment): Added.

	* camel-mapi-transport.c (mapi_item_add_attach, mapi_do_multipart, 
	mapi_send_to): Send Attachments support.

2008-02-01  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_folder_item_to_msg): Add attachments 
	to messages.

	* camel-mapi-folder.h (struct MapiItem): Added attachment field.

2008-01-30  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_sync): Initial support for flags upsync.

2008-01-28  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_refresh_folder): re-naming variables.

2008-01-28  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (fetch_items_cb): use PR_NORMALISED_SUBJECT.

2008-01-25  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_rename_folder): Folder rename support added.

2008-01-15  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (camel_mapi_store_summary_path_to_full): Added.
	(mapi_delete_folder): Added. Folder delete support.
	(mapi_forget_folder): Added. Deletes cache on folder removal.

2008-01-15  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (mapi_create_folder): Added. Create Folder support.

2008-01-15  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-transport.c (mapi_item_set_body_stream): Fixed build break.
	
2008-01-15  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-transport.c (mapi_item_set_body_stream): Initial support
	for sending plain text mails.

2007-12-21  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c: (fetch_items_cb), (mapi_refresh_folder),
	(fetch_item_cb), (mapi_folder_get_message): Fixes for fetch_item(s) and
	fetch_item(s)_cb API changes. 

2007-12-21  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.h, camel-mapi-transport.h : chmod -x .
	
2007-12-19  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c (mapi_refresh_folder): Use the new util
	functions for id conversions.

	* camel-mapi-store.c (convert_to_folder_info):Use the new util
	functions for id conversions.

	* camel-mapi-folder.h: Cleanup.

	* camel-mapi-provider.c : Cleanups.

	* camel-mapi-store.h : Cleanups.

2007-12-10  Johnny Jacob  <jjohnny@novell.com>

	** Connection Fixes.

2007-12-11  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-folder.c: (fetch_item_cb): Fix for fetch_item_cb 
	API change.

2007-12-10  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-folder.c: (mapi_refresh_folder): Add a new param for 
	exchange_mapi_connection_fetch_items.

2007-12-06  Srinivasa Ragavan  <sragavan@novell.com>
	
	* camel-mapi-folder.c (mapi_folder_get_message): Fix for fetch_item
	API change.
	(mapi_refresh_folder): Fix for fetch_items API change.

2007-11-24  Johnny Jacob  <jjohnny@novell.com>
	
	* camel-mapi-store.c (mapi_folders_sync): Filter folder list based on folder 
	type. Ignore the root folder.
	(convert_to_folder_info): Assign proper flags for folder.
	(mapi_get_folder_info_offline): Donot overwirte flags.

	* camel-mapi-folder.c (camel_mapi_folder_new): Fix storage path.
	Use storage_path/folder_name. 

	* camel-mapi-store.c: (mapi_get_folder) : Fix storage path.

	* camel-mapi-provider.c (camel_provider_module_init): Use mapi_transport.

2007-11-22  Johnny Jacob  <jjohnny@novell.com>
	* camel-mapi-folder.c (fetch_items_cb): Two new parameters are added 
	for the callback. Fixed.

2007-11-19  Srinivasa Ragavan  <sragavan@novell.com>
	
	* camel-mapi-provider.c: (camel_provider_module_init): Added support
	for additional configuration.

2007-11-15  Suman Manjunath  <msuman@novell.com>

	* camel-mapi-transport.c: Updated licence.
	(camel_mapi_transport_get_type): Added.
	(camel_mapi_transport_class_init): Added.

	* camel-mapi-transport.h: Updated licence. CamelMapiTranslport 
	class added.

2007-11-15  Suman Manjunath  <msuman@novell.com>
	
	* camel-mapi-folder.c: (mapi_item_class_to_type):
	
	* camel-mapi-store.c: (mapi_folders_sync):
	Changed _JOURNAL to _MEMO.

2007-11-13  Johnny Jacob  <jjohnny@novell.com>
	
	Crude message fetch.
	
	* camel-mapi-folder.c (mapi_populate_details_from_item): Added.
	(mapi_populate_msg_body_from_item): Added.
	(mapi_folder_item_to_msg): Added.
	(mapi_folder_get_message): Fetch/Cache Mails.

2007-10-29  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-store.c (convert_to_folder_info): Include 
	unread and total counts in folder info.

2007-10-26  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-summary.[ch] : Added.

	* Implemented get_folder_info and some base work.

2007-10-22  Johnny Jacob  <jjohnny@novell.com>

	* camel-mapi-provider.c : Added new licence. Renamed APIs.
	* camel-mapi-store.c: Added new licence. Renamed APIs.
	
2007-10-22  Johnny Jacob  <jjohnny@novell.com>

	* Makefile.am : Added.
	
2007-10-22  Srinivasa Ragavan <sragavan@novell.com>

	* Initial code drop for the Exchange MAPI provider.