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