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