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