updated the changelog
[squirrelmail.git] / ChangeLog
1 Version 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 Time between reloads of the left folder list
11 Signature
12 - Rewrote SMTP functions. It now works and handles error correction.
13 - Only folders that you're subscribed to will be listed
14 - Fixed a bug in outbound messages that translated " into \"
15 - Added themes in distribution (7 total)
16 - Increased speed of viewing folder by date about 25%, and viewing the folder by
17 Subject or Sender by up to 100%.
18 - Added internationalization
19 - Added sending of attachments
20 - Left folder refreshing at intervals (with META tags)
21
22
23
24 Version 0.2.1 -- January 05, 2000
25 ---------------------------------
26 - Rewrote how MULTIPART messages were handled and made it recursive
27 - We now take into account the encoding type rather than guessing
28 - Redesigned how attachments are displayed
29 - Fixed the bug that wouldn't let you send messages (I hope)
30 - Added a "download message" option
31 - Added a plain text viewer for text messages
32
33 Version 0.2 -- January 02, 2000
34 -------------------------------
35 - Attachment support (much better MIME support in general)
36 - Themeable support replaced Custom Colors. Themes are pluggable.
37
38
39
40 Version 0.1.2 -- December 20, 1999
41 -----------------------------------
42 - Date translation to local time
43 - Rewrote folder fetching code universally
44 - Added attachment detection (no downloads yet)
45 - Fixed many minor bugs that were reported
46
47 Version 0.1.1 -- December 16, 1999
48 -----------------------------------
49 - Reworked all the IMAP functions to make them RFC 2060 compliant
50 (should work with all IMAP servers)
51 - Added color customization
52 - Sorted folder list (on left bar)
53 - Added MUCH better error correction and notification
54
55 Version 0.1 -- December 14, 1999
56 --------------------------------
57 - Message composing (with to, cc, bcc)
58 - Message viewing, including HTML messages
59 - Basic MIME support, no attachments...yet
60 - Message sorting by Date, Name, or subject
61 - Folder manipulation (deleting, creating, moving, and renaming)
62 - IMAP email (currently only Cyrus IMAP server has been tested)
63 - Many other features that are basic email functionality