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