updated the changelog
[squirrelmail.git] / ChangeLog
... / ...
CommitLineData
1Version 0.3pre1 -- Development
2------------------------------
3- Added user-specific preferences including:
4 Full Name (for outbound messages)
5 Reply-to address
6 Theme
7 Move messages to trash option (true/false)
8 Wrap incoming text at XX characters
9 Editor window size (in characters)
10- Rewrote SMTP functions. It now works and handles error correction.
11
12
13
14Version 0.2.1 -- January 05, 2000
15---------------------------------
16- Rewrote how MULTIPART messages were handled and made it recursive
17- We now take into account the encoding type rather than guessing
18- Redesigned how attachments are displayed
19- Fixed the bug that wouldn't let you send messages (I hope)
20- Added a "download message" option
21- Added a plain text viewer for text messages
22
23Version 0.2 -- January 02, 2000
24-------------------------------
25- Attachment support (much better MIME support in general)
26- Themeable support replaced Custom Colors. Themes are pluggable.
27
28
29
30Version 0.1.2 -- December 20, 1999
31-----------------------------------
32- Date translation to local time
33- Rewrote folder fetching code universally
34- Added attachment detection (no downloads yet)
35- Fixed many minor bugs that were reported
36
37Version 0.1.1 -- December 16, 1999
38-----------------------------------
39- Reworked all the IMAP functions to make them RFC 2060 compliant
40 (should work with all IMAP servers)
41- Added color customization
42- Sorted folder list (on left bar)
43- Added MUCH better error correction and notification
44
45Version 0.1 -- December 14, 1999
46--------------------------------
47- Message composing (with to, cc, bcc)
48- Message viewing, including HTML messages
49- Basic MIME support, no attachments...yet
50- Message sorting by Date, Name, or subject
51- Folder manipulation (deleting, creating, moving, and renaming)
52- IMAP email (currently only Cyrus IMAP server has been tested)
53- Many other features that are basic email functionality