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