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