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