aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 663e4535674177a2d0da4ca1b5298fbde1e11f22 (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
Version 0.2
-----------

Shell:

  * Folder selection dialog (Ettore).

  * Folder creation dialog (Ettore).

Addressbook:

  * LDAP server configuration dialog (Chris Toshok).
  
  * Integration of LDAP servers in the shell's tree view (Chris Toshok).
  
  * ETable-based view (Chris Lahey).
  
  * Printing support for the ETable-based view (Chris Lahey).
  
  * Address selection dialog integrated with the message composer (Chris
    Lahey).
  
  * Many miscellaneous bugs fixed (everyone).


Calendar:

  * Printing support (Michael, Federico).
  
  * Many, many behavior fixes and polishing to the day/week/month view
    widgets (Damon).
  
  * New glade-based event editor.  This is unfinished but usable (Seth,
    Federico).
  
  * Mouse wheel scrolling support (Anders).
  
  * We have an awesome new engine for computing recurring events
    (Damon).  This will be plugged in to the new iCalendar code.
  
  * Internal and public API fixes (Federico, Seth).
  
  * Shell-related changes (Ettore).
  
  * Data model for ETable; this is not used yet (Federico).
  
  * New iCalendar support; this is not used yet (Federico).
  
  * Pilot syncing updates; this is not used yet (Seth).
  
  * Many miscellaneous bugs fixed (everyone).


Mailer:

  Major features:

  * Basic IMAP support (Jeff)

  * Threaded message view (Michael, Chris Toshok)

  * Filters now work (original work by Michael, bugfixes by Dan)


  Smaller features:

  * Implemented moving messages between folders (Dan)

  * Very basic printing support (Dan, but it was only like 5 lines
    of code, because gnome-print kicks ass)

  * "Delete", "Forward", and "Refile" operations now work on
    multiple messages. (Chris Lahey, Peter Williams, Dan)

  * Toggle read/unread flag when the user clicks on the envelope
    icon (Chris Lahey, Dan).

  * The "New folder" menu item now works (Ettore, Dan).

  * The filter/vfolder druid now uses the new shell folder selection
    UI (Michael)

  * Added "Cc" to the set of filter/vfolderable headers and make the
    filter/vfolder "messages to address" rule work with to or cc.
    (Dan)

  * New key bindings: "Delete" deletes the current message and jumps
    to the next undeleted message. "N" and "P" go to next/previous
    unread message. (Dan)

  * Keep asking for POP/IMAP password until the user gets it correct
    or hits Cancel, and remember the result until the user exits (or
    chooses "Forget Passwords"). (Dan, Jeff)

  * Kludge Camel to output ISO-8859-1 instead of UTF-8, since
    neither GtkHTML nor ETable supports UTF-8 still. (Dan)

  * Use the gnome-vfs "sniff buffer" interface to try to identify
    the MIME type of attachments without useful type information
    (Dan)

  * Allow saving drafts in the composer (Ettore)

  * Added "Received date" header to the set of possible message list
    headers. (Dan)

  * Partial gladification of the config dialog (JP Rosevear)


  Bug fixes:

  * Message read/unread/deleted flags should now be saved reliably
    when you exit, and summary should not be rebuilt when a rebuild
    isn't needed. Expunging should work reliably (Dan, Ettore,
    Jeff).

  * Fix disappearing toolbar bug (Dan).

  * Fixed a bug that made downloading of very large messages over
    POP incredibly slow, and various other smaller POP bugs. (Dan)

  * Fixed bugs that made large attachments sometimes get dropped and
    small ones sometimes get truncated. (Dan)

  * Fixed filter/vfolder "messages to address" rule to correctly
    match "to" rather than "from". (Michael)

  * Fix some text/plain formatting bugs in the composer. (Dan,
    Ettore)

  * Turn off search mode when getting new mail (to avoid corrupting
    the display). Make "get mail" always put unfiltered mail into
    Inbox rather than the current folder. (Dan)

  * Fixed a bug that caused "Re:" to be prepended even to subjects
    that started with "Re:" when replying. Added a default subject
    to forwarded messages. (Dan)

  * Make the "Attach" dialog in the composer remember the last
    directory it was in. (Dan)

  * Code to parse invalid date formats since some mailers generate
    them... (Jeff)

  * Fixed various small SMTP bugs (Jeff, Chris Lahey)

  * Fixed some memory leaks (Peter, Jeff)

  * Make replies use the text/plain part of a multipart/alternative
    if the user configured plain text rather than HTML mail sending.
    (Dan)

  * Various config dialog fixes (Jeff)

  * Partial filter/vfolder GUI facelift (Jacob)