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