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