updated documentation
[squirrelmail.git] / ChangeLog
1 Version 0.4pre2 -- DEVELOPMENT
2 ------------------------------
3
4
5 Version 0.4pre1 -- April 29, 2000
6 ---------------------------------
7 - For speed's sake, unseen messages are only noted on INBOX in left
8 folder list. This will change with 0.5.
9 - Optomizations, fewer IMAP calls, more efficient sorting algorithms.
10 - Fixed all bugs listed in BUG
11 - When inside the Sent folder, it displays "To" instead of "From"
12 - Added ability to go to Next and Previous message while reading a message
13 - Caching of the message headers in mailbox (much faster)
14 - Added a preference that allows users to customize how many messages
15 they see when they index a mailbox
16 - Added flag status showing on message list (Answered, Flagged, and Seen)
17 - Now using PHP session management
18 - Parsing the body for URLs and Email addrs
19 - Added option to configure default folder directory. ie: ~/mail
20 - Configuration script added: config/conf.pl
21 - Addressbook with LDAP support
22 - Big speed improvements with folder listing
23 - Added Subscribe/Unsubscribe to folders
24 - Fixed bug in UW that didn't mark unseen messages
25 - Saving sent messages into $sent_folder
26 - It doesn't bail out if PHP wasn't compiled with --with-gettext.
27 It only uses english in this case.
28 - Added support for Cyrillic (thanks to Artem Botchkov for help)
29 - Included information on Russian Apache from Konstantin Riabitsev
30 - Honoring charset parameter for the body.
31 - Changed the way emptying of trash was done to work better
32 across different IMAP servers
33
34
35 Version 0.3.1 -- March 13, 2000
36 -------------------------------
37 - Fixed a bug that didn't allow downloading of attachments
38
39 Version 0.3 (final) -- March 10, 2000
40 -------------------------------------
41 - Fixed bug in smtp.php and made sending RFC complient
42 - Fixed a bug that wouldn't let you rename folders with UW server.
43 - Other minor bugfixes
44
45 Version 0.3pre2 -- March 5, 2000
46 --------------------------------
47 - Rewrote folder deletion. It works much more flexably now.
48 - Fixed message deletion that didn't always delete the right messages.
49 - Removed font tags
50 - Better character translation, especially for i18n
51 - Added the choice of language as a user preference
52 - Bug fixes, bug fixes, bug fixes
53 - Fixed bugs in message moving and deleting
54 - Rewrote all IMAP functions from scratch
55
56 Version 0.3pre1 -- February 17, 2000
57 ------------------------------------
58 - Added user-specific preferences including:
59 Full Name (for outbound messages)
60 Reply-to address
61 Theme
62 Move messages to trash option (true/false)
63 Wrap incoming text at XX characters
64 Editor window size (in characters)
65 Time between reloads of the left folder list
66 Signature
67 - Rewrote SMTP functions. It now works and handles error correction.
68 - Only folders that you're subscribed to will be listed
69 - Fixed a bug in outbound messages that translated " into \"
70 - Added themes in distribution (7 total)
71 - Added option to send email via sendmail rather than SMTP
72 - Increased speed of viewing folder by date about 25%, and viewing the folder by
73 Subject or Sender by up to 100%.
74 - Added internationalization
75 - Added sending of attachments
76 - Left folder refreshing at intervals (with META tags)
77
78
79
80
81 Version 0.2.1 -- January 05, 2000
82 ---------------------------------
83 - Rewrote how MULTIPART messages were handled and made it recursive
84 - We now take into account the encoding type rather than guessing
85 - Redesigned how attachments are displayed
86 - Fixed the bug that wouldn't let you send messages (I hope)
87 - Added a "download message" option
88 - Added a plain text viewer for text messages
89
90 Version 0.2 -- January 02, 2000
91 -------------------------------
92 - Attachment support (much better MIME support in general)
93 - Themeable support replaced Custom Colors. Themes are pluggable.
94
95
96
97
98 Version 0.1.2 -- December 20, 1999
99 -----------------------------------
100 - Date translation to local time
101 - Rewrote folder fetching code universally
102 - Added attachment detection (no downloads yet)
103 - Fixed many minor bugs that were reported
104
105 Version 0.1.1 -- December 16, 1999
106 -----------------------------------
107 - Reworked all the IMAP functions to make them RFC 2060 compliant
108 (should work with all IMAP servers)
109 - Added color customization
110 - Sorted folder list (on left bar)
111 - Added MUCH better error correction and notification
112
113 Version 0.1 -- December 14, 1999
114 --------------------------------
115 - Message composing (with to, cc, bcc)
116 - Message viewing, including HTML messages
117 - Basic MIME support, no attachments...yet
118 - Message sorting by Date, Name, or subject
119 - Folder manipulation (deleting, creating, moving, and renaming)
120 - IMAP email (currently only Cyrus IMAP server has been tested)
121 - Many other features that are basic email functionality