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