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