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