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