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