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