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