Updated the changelog
[squirrelmail.git] / ChangeLog
1 Version 0.3pre2 -- Development
2 ------------------------------
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
8 - Rewrote all IMAP functions from scratch
9
10 Version 0.3pre1 -- February 17, 2000
11 ------------------------------------
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)
19 Time between reloads of the left folder list
20 Signature
21 - Rewrote SMTP functions. It now works and handles error correction.
22 - Only folders that you're subscribed to will be listed
23 - Fixed a bug in outbound messages that translated " into \"
24 - Added themes in distribution (7 total)
25 - Added option to send email via sendmail rather than SMTP
26 - Increased speed of viewing folder by date about 25%, and viewing the folder by
27 Subject or Sender by up to 100%.
28 - Added internationalization
29 - Added sending of attachments
30 - Left folder refreshing at intervals (with META tags)
31
32
33
34
35 Version 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
44 Version 0.2 -- January 02, 2000
45 -------------------------------
46 - Attachment support (much better MIME support in general)
47 - Themeable support replaced Custom Colors. Themes are pluggable.
48
49
50
51
52 Version 0.1.2 -- December 20, 1999
53 -----------------------------------
54 - Date translation to local time
55 - Rewrote folder fetching code universally
56 - Added attachment detection (no downloads yet)
57 - Fixed many minor bugs that were reported
58
59 Version 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
67 Version 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