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