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