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