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