Updated folder displaying code with changes we discussed on list
[squirrelmail.git] / ChangeLog
1 Version 1.0pre1 -- DEVELOPMENT
2 ------------------------------
3 - Folder displays have been changed to be more readable in drop-down lists
4 - For security, login verification happens, then we're redirected to webmail.php
5 - Folder sorting now case insensative
6 - added config option to set IMAP folder delimiter rather than always detecting it
7 - Made session cookie parameter use PHP's settings rather than making assumptions
8 - Select/Deslect all implemented using only HTML (not Javascript)
9 - Fixed default charset that is sent with outbound messages (now user's preferred charset)
10 - Sort method saving now transparent to user, and saves between sessions
11 - Now replacing all \n with \r\n before sending the message.
12 - Added sorting option for NO sorting.. 10000 times faster!
13 - Using <pre> tags for viewing message body instead of <tt> and &nbsp;
14 - Added redirection from subdirectories to login page
15 - Attachments are shown in message index (shown as a "+")
16 - Updated attachment plugin support and passing values to hooks (see plugins.txt)
17 - Added file and message size in many locations
18 - Made message index order customizable (from, subject, date) can be (date, from, subject)
19 - Fixed some security problems with uploading attachments
20 - When reading, attachments look better and have a better plugin interface
21 - Some functions now pass values by reference to save on memory
22 - Added Catalan translation from Josep Sanz <jsanz@fa.upc.es>
23 - Added Serbian translation from Boris Manojlovic <steki@verat.net>
24 - Added Polish translation of Help from Krystian Kanabrodzki <krys@voruta.eu.org>
25
26
27 Version 0.5 -- September 25, 2000
28 ---------------------------------
29 - Fixed some problems with downloading attachments in IE
30 - If no date is set in header, we take internal date of the imap server
31 - Fixed some lingering bugs in mime parsing
32 - Searching specifies CHARSET option
33 - Security fixes
34 - Fixed hyperlink rendering problems
35
36 Version 0.5pre2 -- September 6, 2000
37 ------------------------------------
38 - Added quite a few new themes
39 - Fixed double folder problem on some servers
40 - Using encryption for passwords
41 - Added a patch from Bill Thousand to allow easier virtual domains
42 - Security updates with attachments
43 - Added more hooks for plugins, updated plugin.txt
44 - Improved HTML address book
45 - Fixed bugs in parsing email addresses in smtp.php
46 - Applied fixes for Courier IMAP server (by Andreas Dahl)
47 - Fixed some buggy IMAP handling
48 - Improved word wrapping
49 - Fixed bugs with adding and not adding backslashes
50 - Made message highlighting case insensative
51 - Added Korean translation from Jong-II Kim <aporie@netian.com>
52 - Added Italian translation from Aldo Moresco <moresco@idcm.it>
53 - Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
54
55 Version 0.5pre1 -- August 9, 2000
56 ---------------------------------
57 - Searching folders functionality added
58 - Date display now is similar to Netscape Messenger
59 - Many bugs have been reported to the list, and been squashed
60 - Help system developed
61 - Folder list now shows configurable details about messages
62 - It is now possible to select multiple subscribes/unsubscribes
63 - Removed a bunch of annoying "success" screens, improved navigation
64 - Better IMAP session handling
65 - Redid the options section and split it into different parts
66 - Added "view all headers" option when reading a message
67 - In-Reply-To and References headers are inserted when replying to a message.
68 - Changed how attachments are displayed and handled
69 - Rewrote MIME support from scratch, optomizing it an unbelievable amount
70 - Added support for message highlighting
71 - Moved Address and Send buttons on Compose form for easier access
72 - Added Polish translation from Lukasz Klimek <casa@LO.Pila.PL>
73 - Added Swedish translation from Tobias Ekbom
74 - Added Brazilian Portuguse translation from Henrique Moura
75 - Added Dutch translation from Arjen Halma
76
77
78
79 Version 0.4 -- May 15, 2000
80 ---------------------------
81 - If subject is blank, displays "(no subject)"
82 - Fixed a few minor bugs and typos reported to list
83 - Changed <? to <?php in a few places
84
85 Version 0.4pre2 -- May 5, 2000
86 ------------------------------
87 - Replying sets the "Answered" flag on the original message
88 - When message is sent, it sends you to the folder you were looking at.
89 - HTML based address book search
90 - Made folder listing look first at subscribed folders, making it
91 faster, even if you don't have $folder_prefix set.
92 - Fixed some bugs with default sent and trash folders
93 - Fixed some bugs with folder manipulating
94
95 Version 0.4pre1 -- April 29, 2000
96 ---------------------------------
97 - For speed's sake, unseen messages are only noted on INBOX in left
98 folder list. This will change with 0.5.
99 - Optomizations, fewer IMAP calls, more efficient sorting algorithms.
100 - Fixed all bugs listed in BUG
101 - When inside the Sent folder, it displays "To" instead of "From"
102 - Added ability to go to Next and Previous message while reading a message
103 - Caching of the message headers in mailbox (much faster)
104 - Added a preference that allows users to customize how many messages
105 they see when they index a mailbox
106 - Added flag status showing on message list (Answered, Flagged, and Seen)
107 - Now using PHP session management
108 - Parsing the body for URLs and Email addrs
109 - Added option to configure default folder directory. ie: ~/mail
110 - Configuration script added: config/conf.pl
111 - Addressbook with LDAP support
112 - Big speed improvements with folder listing
113 - Added Subscribe/Unsubscribe to folders
114 - Fixed bug in UW that didn't mark unseen messages
115 - Saving sent messages into $sent_folder
116 - It doesn't bail out if PHP wasn't compiled with --with-gettext.
117 It only uses english in this case.
118 - Added support for Cyrillic (thanks to Artem Botchkov for help)
119 - Included information on Russian Apache from Konstantin Riabitsev
120 - Honoring charset parameter for the body.
121 - Changed the way emptying of trash was done to work better
122 across different IMAP servers
123
124
125
126 Version 0.3.1 -- March 13, 2000
127 -------------------------------
128 - Fixed a bug that didn't allow downloading of attachments
129
130 Version 0.3 (final) -- March 10, 2000
131 -------------------------------------
132 - Fixed bug in smtp.php and made sending RFC complient
133 - Fixed a bug that wouldn't let you rename folders with UW server.
134 - Other minor bugfixes
135
136 Version 0.3pre2 -- March 5, 2000
137 --------------------------------
138 - Rewrote folder deletion. It works much more flexably now.
139 - Fixed message deletion that didn't always delete the right messages.
140 - Removed font tags
141 - Better character translation, especially for i18n
142 - Added the choice of language as a user preference
143 - Bug fixes, bug fixes, bug fixes
144 - Fixed bugs in message moving and deleting
145 - Rewrote all IMAP functions from scratch
146
147 Version 0.3pre1 -- February 17, 2000
148 ------------------------------------
149 - Added user-specific preferences including:
150 Full Name (for outbound messages)
151 Reply-to address
152 Theme
153 Move messages to trash option (true/false)
154 Wrap incoming text at XX characters
155 Editor window size (in characters)
156 Time between reloads of the left folder list
157 Signature
158 - Rewrote SMTP functions. It now works and handles error correction.
159 - Only folders that you're subscribed to will be listed
160 - Fixed a bug in outbound messages that translated " into \"
161 - Added themes in distribution (7 total)
162 - Added option to send email via sendmail rather than SMTP
163 - Increased speed of viewing folder by date about 25%, and viewing the folder by
164 Subject or Sender by up to 100%.
165 - Added internationalization
166 - Added sending of attachments
167 - Left folder refreshing at intervals (with META tags)
168
169
170
171
172 Version 0.2.1 -- January 05, 2000
173 ---------------------------------
174 - Rewrote how MULTIPART messages were handled and made it recursive
175 - We now take into account the encoding type rather than guessing
176 - Redesigned how attachments are displayed
177 - Fixed the bug that wouldn't let you send messages (I hope)
178 - Added a "download message" option
179 - Added a plain text viewer for text messages
180
181 Version 0.2 -- January 02, 2000
182 -------------------------------
183 - Attachment support (much better MIME support in general)
184 - Themeable support replaced Custom Colors. Themes are pluggable.
185
186
187
188
189 Version 0.1.2 -- December 20, 1999
190 -----------------------------------
191 - Date translation to local time
192 - Rewrote folder fetching code universally
193 - Added attachment detection (no downloads yet)
194 - Fixed many minor bugs that were reported
195
196 Version 0.1.1 -- December 16, 1999
197 -----------------------------------
198 - Reworked all the IMAP functions to make them RFC 2060 compliant
199 (should work with all IMAP servers)
200 - Added color customization
201 - Sorted folder list (on left bar)
202 - Added MUCH better error correction and notification
203
204 Version 0.1 -- December 14, 1999
205 --------------------------------
206 - Message composing (with to, cc, bcc)
207 - Message viewing, including HTML messages
208 - Basic MIME support, no attachments...yet
209 - Message sorting by Date, Name, or subject
210 - Folder manipulation (deleting, creating, moving, and renaming)
211 - IMAP email (currently only Cyrus IMAP server has been tested)
212 - Many other features that are basic email functionality