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