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