/net-im/p5-Net-AOLIM/

e='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
blob: 8c7a6daed515d2cd73282d75ae21f888b6baf00f (plain) (blame)
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
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
2000-06-09  Dan Winship  <danw@helixcode.com>

    * mail-format.c: Redo things a bit so that whitespace-only
    text parts aren't displayed. (In particular, so that
    whitespace-only subparts of multipart/mixed aren't displayed as
    separate (empty) parts.)

2000-06-06  Dan Winship  <danw@helixcode.com>

    * mail-ops.c (fetch_mail): 
    * folder-browser.c (folder_browser_load_folder): Update for folder
    creation/existence changes.

    * message-list.c (message_list_set_folder): Remove the code to
    create the folder if it doesn't exist, since we don't want to do
    that.

2000-06-05  Dan Winship  <danw@helixcode.com>

    * mail-ops.c (composer_send_cb): Leave the composer window around
    if the message doesn't get sent.

2000-06-05  Matt Loper  <matt@helixcode.com>

    * folder-browser.c (etable_key): Allow "GDK_KP_Delete", a keypad
    delete key, to delete a message.

2000-06-05  Dan Winship  <danw@helixcode.com>

    * session.c (evolution_auth_callback): Remember passwords between
    calls.
    (forget_passwords): Callback for "Forget Passwords" menu item.

    * folder-browser-factory.c (control_activate): 
    (control_deactivate): Add "Forget Passwords" menu item.

    * mail.h, mail-ops.c: fix some function prototypes

    * folder-browser.c (etable_key): Add "Delete" = delete message.

    * mail-format.c (mail_generate_forward): Update for new composer
    attachment interface.

2000-06-02  Jeffrey Stedfast  <fejj@helixcode.com>

    * mail-config.c (providers_config_new): Added a new notebook
    page that allowed for mail format (text/plain or 
    multipart/alternative)

2000-06-02  Dan Winship  <danw@helixcode.com>

    * message-list.c (filter_date): If the date in the summary is 0,
    output "?".

    * component-factory.c (create_view): keep a GList of folder
    browsers created
    (owner_unset_cb): Go through the list and close each folder before
    exiting so they sync their summary state, etc to disk.

    * mail-ops.c (fetch_mail): Use camel_service_connect, not
    connect_with_url, since we already passed the URL into
    camel_session_get_store.

2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

    * message-list.c: Use camel_folder_free_summary instead of
    g_ptr_array_free.  Unref the folder when we're done with it.

2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

    * session.c: Revert removal of e_setup_base_dir.

2000-06-02  Dan Winship  <danw@helixcode.com>

    * folder-browser.c (my_folder_browser_init): Connect to ETable's
    key_press signal.
    (etable_key): scroll mail on space/backspace.

2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

    * message-list.c: Made sent column as wide as from column.

2000-06-02  Jeffrey Stedfast  <fejj@helixcode.com>

    * mail-config.c (on_cmdSourcesAdd_clicked): Changed identity_row
    to source_row as this is a Sources clist we are dealing with and
    not an identity clist
    (on_cmdSourcesEdit_clicked): same
    (on_cmdSourcesDelete_clicked): again, same
    (on_cmdSourcesEdit_clicked): Source editor now fills in data from
    the clist

2000-06-01  Dan Winship  <danw@helixcode.com>

    * message-list.c: Add a date column.    
    (COL_SENT_WIDTH_MIN): Make this wider.
    (ml_value_at): return the sent date (as a time_t) for COL_SENT.
    (Fix COL_TO too while I'm here.) 
    (ml_duplicate_value, ml_free_value, ml_initialize_value,
    ml_value_is_empty): COL_SENT is numeric now.
    (message_list_init_renderers): Create a date renderer (using
    text_filter to translate the time_t into a string).
    (message_list_init_header): Use render_date for COL_SENT.

2000-06-01  Christopher James Lahey  <clahey@helixcode.com>

    * session.c: Don't call e_setup_base_dir.

2000-06-01  Dan Winship  <danw@helixcode.com>

    * mail-format.c (mail_generate_forward): Fix forwarding to work
    for people other than me. :) [Although apparently it doesn't
    really.]

    * mail-ops.c (delete_msg): Add a quick hack to move the selection
    down a row when you delete a message.

    * mail-format.c (handle_message_rfc822): use <blockquote> rather
    than <center><table border=1 width=95%> to frame the embedded
    message. If <pre> text in the subtable won't fit in the 95% width,
    GtkHTML will write past the border of the table (and
    <blockquote><table border=1> causes creeping updates so it's not
    usable for now).
    
2000-06-01  Christopher James Lahey  <clahey@helixcode.com>

    * message-list.c (message_list_init): Turn off the grid in our
    ETable.

2000-06-01  Dan Winship  <danw@helixcode.com>

    * mail-format.c (write_headers): Oops. This needs to take a
    message argument because we might be writing headers for an
    embedded message/rfc822 subpart rather than the root document.

2000-06-01  Jeffrey Stedfast  <fejj@helixcode.com>

    * mail-config.c: Config dialogs are completed.
    (service_acceptable): Fixed a segfault caused by duplicate 
    camel_exception_free()
    (providers_config_new): Identity and Source clists are now filled in
    when the dialog is created as well as the Transport page

    * folder-browser-factory.c: Renamed Tool/ menu items
    Vfolder was changed to Virtual Folder and
    Configure Camel Providers was changed to Mail Configuration

2000-06-01  Ettore Perazzoli  <ettore@helixcode.com>

    * Makefile.am (evolution_mail_LDADD): Link with
    `libemiscwidgets.a'.

    * mail-display.c (mail_display_new): Use an EScrollFrame instead
    of a GtkScrolledWindow.
    (mail_display_set_message): Likewise.

    * mail-display.h: Replace the GtkScrolledWindow with an
    EScrollFrame.

2000-06-01  Dan Winship  <danw@helixcode.com>

    * component-factory.c (owner_unset_cb): Quit when the shell exits.
    This is a kludge, but a pretty necessary one until the refcounting
    bugs that keep the component from exiting properly are fixed.

2000-05-31  Jeffrey Stedfast  <fejj@helixcode.com>

    * mail-config.c: Partially implemented the source
    configuration, seems to segfault due to a destroyed
    gnome dialog being destroyed again in the method
    on_SourceConfigDialogButton_clicked()

2000-05-31  Dan Winship  <danw@helixcode.com>

    * mail-format.c (free_url, handle_text_enriched,
    get_url_for_icon): Fix up memory management of x-evolution-data
    URLs so the URLs and/or their data don't get freed while there are
    still references to them.

    * message-list.c (message_list_init_header): redo the (unused)
    online status column to no longer refer to pixmaps that no longer
    exist.

2000-06-01  Ettore Perazzoli  <ettore@helixcode.com>

    * folder-browser-factory.c (control_activate): Put the toolbar
    into a frame to make it look like standard GNOME toolbars.  Also,
    set `GNOME_DOCK_ITEM_BEH_NEVER_VERTICAL' so that it does not do
    evil things when its moved to the left or the right of the window.

2000-05-31  Jeffrey Stedfast  <fejj@helixcode.com>

    * mail-config.c: Configuration dialog now allows 
    adding/editing/deleting of Identities (which leaves
    adding/editing/deleting of sources left to implement).
    The data is also saved when the dialog is exited via 
    the OK button.

2000-05-31  Dan Winship  <danw@helixcode.com>

    * mail-format.c (mail_format_mime_message): Initialize the "urls"
    hash table stored on the message and store cid and other URLs
    there rather than as object data on the message.
    (get_cid): rewrite this a bunch
    (handle_text_enriched): move the code from write_iframe_string()
    into here, since it's the only place that actually needs it.
    (handle_text_html): simplify this a lot. We can use a cid: URL
    here rather than x-evolution-data.
    (get_url_for_icon): New routine to return URLs for icons, and
    cache the results, so we don't have to keep re-reading the icon
    files (and so we can't be spoofed into reading non-icon files).
    (handle_mystery, handle_audio): use get_url_for_icon.

    * mail-display.c (save_data): move the CamelMimePart filename
    extracting code from get_cid to here.
    (on_link_clicked, on_object_requested): Update for cid: changes.
    (on_url_requested): Kill off the kludgy, exploitable x-gnome-icon
    URL schema, update cid and x-evolution-data to match
    mail-format.c.

    It should now be easier to implement RFC 2557 (Content-Location,
    etc), but that RFC still pretty much sucks.

2000-05-30  Dan Winship  <danw@helixcode.com>

    * mail-format.c: Redo this back to the old way: a single GtkHTML
    with various things inline in it. (Gets rid of flicker, simplifies
    some scrolling, selecting, and printing issues.)
    (handle_text_enriched, handle_text_html): Use <iframe>s for these,
    to protect the rest of the document from their possibily invalid
    HTML.
    (handle_via_bonobo): Use (new-and-improved) <object> tags for
    this, moving most of the work back into mail-display.c

    * mail-display.c (on_object_requested): Move the Bonobo embedding
    code back here again (reorganized a bit).
    (on_url_requested): add x-evolution-data handler, for iframe
    bodies.
    (mail_html_new, mail_html_end): removed
    (mail_display_set_message, mail_display_new): Update for NWO.

2000-05-30  Not Zed  <NotZed@HelixCode.com>

    * folder-browser.c (search_set): Properly encode the search string.

2000-05-30  Jeffrey Stedfast  <fejj@helixcode.com>

    * mail.h: Added a prototype for providers_config_new() which
    is the constructor for the configuration dialog window

    * mail-config.c: Added set_service_url() which is basically
    the reverse of get_service_url().
    Implemented on_cmdCamelServicesOK_clicked() - The configuration
    window will now remember the Sendmail/SMTP data that the user
    had entered in the previous session.
    Removed on_cmdCamelServicesApply_clicked() - No need for this.

2000-05-30  Dan Winship  <danw@helixcode.com>

    * message-list.c (message_changed): call
    e_table_model_row_changed, not e_table_model_changed so we do less
    work, and don't lose the current selection.
    (select_msg): Set up a timer to mark the displayed message as
    "seen" if it's selected for longer than 1.5 seconds (a number
    pulled out of Matt's butt).
    (ml_value_at): Use the MESSAGE_STATUS column for read/unread as
    well as deleted.

    * message-list.c: use the "new" tigert pixmaps rather than the
    older ones. Includes a "replied to" icon (which is used now), but
    no "deleted" icon (although we have the strikeout renderer for
    that now).

2000-05-30  Christopher James Lahey  <clahey@helixcode.com>

    * message-list.c, message-list.h: Added bold for unread messages.

2000-05-30  Jeffrey Stedfast  <fejj@helixcode.com>

    * mail.h: Added a prototype for providers_config()
    which is the callback for a new menu item that
    will construct a configuration dialog for the camel
    providers and identities and display it

    * mail-config.c: Added some code to construct the 
    new providers dialog and a bunch of callbacks (most 
    of which are not yet useful)

    * mail-ops.c: Added the code for the providers_confi()
    callback

    * folder-browser-factory.c: Added the 
    "Tools/Camel Providers Configuration ..." menu item

2000-05-30  Christopher James Lahey  <clahey@helixcode.com>

    * message-list.c: Switched to using "cursor_change" signal instead
    of "row_selection" for switching messages.  Select the first row
    (still doesn't work because of ETable.)  Adapt to some small
    ETable changes.  Set drawfocus to FALSE.

2000-05-29  Not Zed  <NotZed@HelixCode.com>

    * folder-browser.c (folder_browser_load_folder): Hardcode the
    vfolder source to just the inbox (so at least it returns
    something).

    * component-factory.c (create_test_storage): Create a vfolder dir
    first, and put the folders in that.
    (create_test_storage): Create the storage as VFolders, not
    "storage_name" :)

2000-05-28  Dan Winship  <danw@helixcode.com>

    * mail-config.c (error_dialog): helper function since we need to
    set "modal" on the dialogs returned by gnome_error_dialog to make
    them work when popped up from the modal Druid.
    (service_acceptable): New function to check if the info entered on
    a store/transport page actually checks out.
    (mail_config_druid): Connect to the "next" signal on the store and
    transport pages and don't let the user continue if the data is
    bad and "check this before continuing" is checked. Also, only
    display sources/transports in the "mail" domain. (Ie, not
    "vfolder".)

    * mail-format.c (write_recipients_to_stream): Use `foo@bar' rather
    than `<foo@bar>' for recipient with no name.

    * mail-ops.c (fetch_mail): don't put up an error message if the
    user cancels the password dialog.

2000-05-27  Not Zed  <NotZed@HelixCode.com>

    * Makefile.am (SHELL_OBJS): Include mail storage so we can
    initialise folders.

    * component-factory.c (create_test_storage): Parses vfolder
    defintions and adds them to the storage.  Definetly needs more
    work.

    * folder-browser-factory.c (control_activate): Add the VFolder
    druid menu item.
    (control_deactivate): And remove it.

    * mail-ops.c (vfolder_editor_clicked): For editing vfolder
    definitions (rather like filters, oddly enough :).  Tries to
    update the shell but it doesn't seem to work properly - requires a
    mail component restart to take effect.

    * folder-browser.c (folder_browser_load_folder): Handle vfolder:
    urls' appropriately and map to camel.  Still needs a way to tell
    the vfolder what folders to search! (all vfolders come up empty!).

2000-05-28  Christopher James Lahey  <clahey@helixcode.com>

    * message-list.c, message-list.h: Added a COL_DELETED and made it
    the strikeout column for both text renderers.

2000-05-27  Dan Winship  <danw@helixcode.com>

    * mail-format.c: Various improvements:

    (call_handler_function, etc): Add a "mime_type" argument to the
    handlers, so that if a part is tagged as
    "application/octet-stream", and we figure out that it's really
    something else, the handler we call can know what that something
    else is.

    (handle_text_enriched): Small fixes to make this not do
    text/enriched-specific syntax in text/richtext or vice versa.

    (handle_mystery): Allow for mystery data that can't even be saved
    to disk. (ie, unrecognized external-body). Let the caller specify
    the URL to use.

    (handle_message_external_body): New function to deal with
    message/external-body parts. Generates URLs for anon-ftp,
    local-file, and URL access-types, and a more-useful-than-before
    descriptive message for other types.

    (handle_audio, handle_undisplayable): Use gnome_mime_get_value to
    try to get a description of the MIME type to display to the user
    rather than the raw form. (This will only work if the user has
    recent gnome-vfs installed. [If they don't, it works just like