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