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