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