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