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