added change for emptying trash
[squirrelmail.git] / ChangeLog
1 Version 0.4pre1 -- Development
2 ------------------------------
3 - Configuration script added: config/conf.pl
4 - Addressbook with LDAP support
5 - Big speed improvements with folder listing
6 - Added Subscribe/Unsubscribe to folders
7 - Fixed bug in UW that didn't mark unseen messages
8 - Saving sent messages into $sent_folder
9 - It doesn't bail out if PHP wasn't compiled with --with-gettext.
10 It only uses english in this case.
11 - Added support for Cyrillic (thanks to Artem Botchkov for help)
12 - Honoring charset parameter for the body.
13 - Changed the way emptying of trash was done to work better
14 across different IMAP servers
15
16
17 Version 0.3.1 -- March 13, 2000
18 -------------------------------
19 - Fixed a bug that didn't allow downloading of attachments
20
21 Version 0.3 (final) -- March 10, 2000
22 -------------------------------------
23 - Fixed bug in smtp.php and made sending RFC complient
24 - Fixed a bug that wouldn't let you rename folders with UW server.
25 - Other minor bugfixes
26
27 Version 0.3pre2 -- March 5, 2000
28 --------------------------------
29 - Rewrote folder deletion. It works much more flexably now.
30 - Fixed message deletion that didn't always delete the right messages.
31 - Removed font tags
32 - Better character translation, especially for i18n
33 - Added the choice of language as a user preference
34 - Bug fixes, bug fixes, bug fixes
35 - Fixed bugs in message moving and deleting
36 - Rewrote all IMAP functions from scratch
37
38 Version 0.3pre1 -- February 17, 2000
39 ------------------------------------
40 - Added user-specific preferences including:
41 Full Name (for outbound messages)
42 Reply-to address
43 Theme
44 Move messages to trash option (true/false)
45 Wrap incoming text at XX characters
46 Editor window size (in characters)
47 Time between reloads of the left folder list
48 Signature
49 - Rewrote SMTP functions. It now works and handles error correction.
50 - Only folders that you're subscribed to will be listed
51 - Fixed a bug in outbound messages that translated " into \"
52 - Added themes in distribution (7 total)
53 - Added option to send email via sendmail rather than SMTP
54 - Increased speed of viewing folder by date about 25%, and viewing the folder by
55 Subject or Sender by up to 100%.
56 - Added internationalization
57 - Added sending of attachments
58 - Left folder refreshing at intervals (with META tags)
59
60
61
62
63 Version 0.2.1 -- January 05, 2000
64 ---------------------------------
65 - Rewrote how MULTIPART messages were handled and made it recursive
66 - We now take into account the encoding type rather than guessing
67 - Redesigned how attachments are displayed
68 - Fixed the bug that wouldn't let you send messages (I hope)
69 - Added a "download message" option
70 - Added a plain text viewer for text messages
71
72 Version 0.2 -- January 02, 2000
73 -------------------------------
74 - Attachment support (much better MIME support in general)
75 - Themeable support replaced Custom Colors. Themes are pluggable.
76
77
78
79
80 Version 0.1.2 -- December 20, 1999
81 -----------------------------------
82 - Date translation to local time
83 - Rewrote folder fetching code universally
84 - Added attachment detection (no downloads yet)
85 - Fixed many minor bugs that were reported
86
87 Version 0.1.1 -- December 16, 1999
88 -----------------------------------
89 - Reworked all the IMAP functions to make them RFC 2060 compliant
90 (should work with all IMAP servers)
91 - Added color customization
92 - Sorted folder list (on left bar)
93 - Added MUCH better error correction and notification
94
95 Version 0.1 -- December 14, 1999
96 --------------------------------
97 - Message composing (with to, cc, bcc)
98 - Message viewing, including HTML messages
99 - Basic MIME support, no attachments...yet
100 - Message sorting by Date, Name, or subject
101 - Folder manipulation (deleting, creating, moving, and renaming)
102 - IMAP email (currently only Cyrus IMAP server has been tested)
103 - Many other features that are basic email functionality