Checks for user language availability and includes .hlp files
[squirrelmail.git] / ChangeLog
CommitLineData
cf59dc94 1Version 0.5pre1 -- DEVELOPMENT
2------------------------------
3
4
5
6Version 0.4 -- May 15, 2000
7---------------------------
80faa2d5 8- If subject is blank, displays "(no subject)"
9- Fixed a few minor bugs and typos reported to list
349ca9f7 10- Changed <? to <?php in a few places
11
12Version 0.4pre2 -- May 5, 2000
a8194730 13------------------------------
ecf51658 14- Replying sets the "Answered" flag on the original message
15- When message is sent, it sends you to the folder you were looking at.
acaa9842 16- HTML based address book search
a871010c 17- Made folder listing look first at subscribed folders, making it
ecf51658 18 faster, even if you don't have $folder_prefix set.
a871010c 19- Fixed some bugs with default sent and trash folders
20- Fixed some bugs with folder manipulating
a8194730 21
3b3d853f 22Version 0.4pre1 -- April 29, 2000
23---------------------------------
24- For speed's sake, unseen messages are only noted on INBOX in left
25 folder list. This will change with 0.5.
26- Optomizations, fewer IMAP calls, more efficient sorting algorithms.
be8e07f8 27- Fixed all bugs listed in BUG
28- When inside the Sent folder, it displays "To" instead of "From"
0ac6fb02 29- Added ability to go to Next and Previous message while reading a message
30- Caching of the message headers in mailbox (much faster)
4e0295b2 31- Added a preference that allows users to customize how many messages
32 they see when they index a mailbox
d65ba808 33- Added flag status showing on message list (Answered, Flagged, and Seen)
84439367 34- Now using PHP session management
175e7218 35- Parsing the body for URLs and Email addrs
43fcef5c 36- Added option to configure default folder directory. ie: ~/mail
3a3b5826 37- Configuration script added: config/conf.pl
73c82cca 38- Addressbook with LDAP support
a3886f39 39- Big speed improvements with folder listing
4debe366 40- Added Subscribe/Unsubscribe to folders
bbd30ac8 41- Fixed bug in UW that didn't mark unseen messages
e5370d43 42- Saving sent messages into $sent_folder
d17b1a71 43- It doesn't bail out if PHP wasn't compiled with --with-gettext.
44 It only uses english in this case.
bdeb5293 45- Added support for Cyrillic (thanks to Artem Botchkov for help)
8c086db6 46- Included information on Russian Apache from Konstantin Riabitsev
6441f7c6 47- Honoring charset parameter for the body.
a9eed94d 48- Changed the way emptying of trash was done to work better
49 across different IMAP servers
d17b1a71 50
51
ecf51658 52
d17b1a71 53Version 0.3.1 -- March 13, 2000
54-------------------------------
55- Fixed a bug that didn't allow downloading of attachments
56
ebb42164 57Version 0.3 (final) -- March 10, 2000
58-------------------------------------
59- Fixed bug in smtp.php and made sending RFC complient
c973661d 60- Fixed a bug that wouldn't let you rename folders with UW server.
61- Other minor bugfixes
62
63Version 0.3pre2 -- March 5, 2000
64--------------------------------
37ea6f44 65- Rewrote folder deletion. It works much more flexably now.
b5d86033 66- Fixed message deletion that didn't always delete the right messages.
67- Removed font tags
7973444b 68- Better character translation, especially for i18n
69- Added the choice of language as a user preference
70- Bug fixes, bug fixes, bug fixes
71- Fixed bugs in message moving and deleting
4ca45d7b 72- Rewrote all IMAP functions from scratch
73
74Version 0.3pre1 -- February 17, 2000
75------------------------------------
cb8dd416 76- Added user-specific preferences including:
77 Full Name (for outbound messages)
78 Reply-to address
79 Theme
80 Move messages to trash option (true/false)
81 Wrap incoming text at XX characters
82 Editor window size (in characters)
ac2f88c7 83 Time between reloads of the left folder list
84 Signature
cb8dd416 85- Rewrote SMTP functions. It now works and handles error correction.
838f9159 86- Only folders that you're subscribed to will be listed
87- Fixed a bug in outbound messages that translated " into \"
c741cd09 88- Added themes in distribution (7 total)
9295b1ed 89- Added option to send email via sendmail rather than SMTP
60ee701b 90- Increased speed of viewing folder by date about 25%, and viewing the folder by
91 Subject or Sender by up to 100%.
ffc2ccbc 92- Added internationalization
93- Added sending of attachments
ac2f88c7 94- Left folder refreshing at intervals (with META tags)
cb8dd416 95
96
97
4ca45d7b 98
78509c54 99Version 0.2.1 -- January 05, 2000
100---------------------------------
101- Rewrote how MULTIPART messages were handled and made it recursive
102- We now take into account the encoding type rather than guessing
103- Redesigned how attachments are displayed
104- Fixed the bug that wouldn't let you send messages (I hope)
105- Added a "download message" option
106- Added a plain text viewer for text messages
107
8dc0fb27 108Version 0.2 -- January 02, 2000
109-------------------------------
4809f489 110- Attachment support (much better MIME support in general)
97be2168 111- Themeable support replaced Custom Colors. Themes are pluggable.
8dc0fb27 112
113
cb8dd416 114
4ca45d7b 115
8dc0fb27 116Version 0.1.2 -- December 20, 1999
117-----------------------------------
0f1835f3 118- Date translation to local time
8dc0fb27 119- Rewrote folder fetching code universally
120- Added attachment detection (no downloads yet)
121- Fixed many minor bugs that were reported
0f1835f3 122
123Version 0.1.1 -- December 16, 1999
124-----------------------------------
125- Reworked all the IMAP functions to make them RFC 2060 compliant
126 (should work with all IMAP servers)
127- Added color customization
128- Sorted folder list (on left bar)
129- Added MUCH better error correction and notification
130
d92b6f31 131Version 0.1 -- December 14, 1999
132--------------------------------
133- Message composing (with to, cc, bcc)
134- Message viewing, including HTML messages
135- Basic MIME support, no attachments...yet
136- Message sorting by Date, Name, or subject
137- Folder manipulation (deleting, creating, moving, and renaming)
138- IMAP email (currently only Cyrus IMAP server has been tested)
139- Many other features that are basic email functionality