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