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