blob: ed89bdac4172f55989bbd3d573623a169de30ca8 (
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
|
Changes of Sylpheed
* 2.1.4 (development)
* Bugfixes:
- The IMAP4 parser was fixed so that it can handle literals in response.
- A bug that caused crashes on receive if Date header has abnormal time
was fixed.
- Sylpheed will not close anymore even if the tray icon is closed.
- Win32:
o The problem that prevented the rename and move of folders was fixed.
o The problem that prevented the creation of temporary files by users
who don't have the write permission of the root directory was fixed.
o The action of Drag'n'drop now becomes move.
* Feature changes / enhancements:
- The directory with multiple hierarchy can be specified when creating
a new mailbox.
- Error messages are now output to the log window and the log file.
- The 'Create filter rule' menu was brought back in the context menu.
- The display of the property of top folders was enabled.
- Win32:
o SSL/TLSv1 was supported.
o The console window was disabled.
o The environmental variable APPDATA is used for the location of
configuration files.
o The default browser is used now when opening URL.
o The system settings will be used when opening attachments.
o The launch of executable files was disabled.
o The support of environment-dependent Japanese characters was
enhanced.
o The duplicate launch is prohibited now.
* 2.1.3 (development)
* The feature to save all attachments at once was added.
* The subscription dialog of newsgroups was reimplemented with GtkTreeView.
* The verification of S/MIME sigunature (PKCS#7) was enabled.
* The support of character entity references in HTML messages was improved.
* The subject line is now displayed in the title bar of the composition
window.
* The vertical scrollbar of the folder view now shows or hides itself
automatically.
* The message number columns of the folder view can be toggled now.
* The selected row of the summary view will be kept when the state of
thread display is changed.
* The selected row will be aligned to center when it reaches the edge of
the summary view on key operation.
* The code conversion error and line limit warning will not be displayed
anymore when saving as draft.
* Some code cleanups were made.
* 2.1.2 (development)
* The core parts were separated into a library (LibSylph), and its license
was changed to LGPL.
* The feature to sort the summary by thread date was implemented.
* When executing IMAP4 operations which take long time, its progress is
now displayed on the statusbar, and the UI is periodically updated.
* The number of messages to be copied at a time on IMAP4 was limited to
prevent timeout error.
* GPG and SSL settings are now saved even if they are disabled at the
compile time.
* The auto detection of Japanese encoding now supports UTF-8 encoding.
* The text display has been modified a bit.
* The initial implementation of tray icon was added.
* Address fields are now normalized before sending.
* Some problems of the addressbook was fixed.
* A bug in which message/rfc822 attachments were broken when pgp-signed
was fixed.
* Win32: A bug in which opened sockets were not closed properly was fixed.
* 2.1.1 (development)
* IMAP4 now works with Win32 platform.
* The sorting of summary now fall backs to comparison by date.
* localedir, manualdir, and faqdir became user-configurable on configure.
* A bug that multiple selection of the addressbook with Control key
didn't work with GTK+ 2.6.9 was fixed.
* 2.1.0 (development)
* Win32 (MinGW) platform was supported.
* Many portability fixes were made.
|