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