be94954aaf83fa360952eb41678f3e5571573ecb
[squirrelmail.git] / ChangeLog
1 Version 0.5pre1 -- DEVELOPMENT
2 ------------------------------
3 - Changed how attachments are displayed and handled
4 - Rewrote MIME support from scratch, optomizing it an unbelievable amount
5 - Added support for message highlighting
6 - Moved Address and Send buttons on Compose form for easier access
7 - Added Polish translation from Lukasz Klimek <casa@LO.Pila.PL>
8
9
10 Version 0.4 -- May 15, 2000
11 ---------------------------
12 - If subject is blank, displays "(no subject)"
13 - Fixed a few minor bugs and typos reported to list
14 - Changed <? to <?php in a few places
15
16 Version 0.4pre2 -- May 5, 2000
17 ------------------------------
18 - Replying sets the "Answered" flag on the original message
19 - When message is sent, it sends you to the folder you were looking at.
20 - HTML based address book search
21 - Made folder listing look first at subscribed folders, making it
22 faster, even if you don't have $folder_prefix set.
23 - Fixed some bugs with default sent and trash folders
24 - Fixed some bugs with folder manipulating
25
26 Version 0.4pre1 -- April 29, 2000
27 ---------------------------------
28 - For speed's sake, unseen messages are only noted on INBOX in left
29 folder list. This will change with 0.5.
30 - Optomizations, fewer IMAP calls, more efficient sorting algorithms.
31 - Fixed all bugs listed in BUG
32 - When inside the Sent folder, it displays "To" instead of "From"
33 - Added ability to go to Next and Previous message while reading a message
34 - Caching of the message headers in mailbox (much faster)
35 - Added a preference that allows users to customize how many messages
36 they see when they index a mailbox
37 - Added flag status showing on message list (Answered, Flagged, and Seen)
38 - Now using PHP session management
39 - Parsing the body for URLs and Email addrs
40 - Added option to configure default folder directory. ie: ~/mail
41 - Configuration script added: config/conf.pl
42 - Addressbook with LDAP support
43 - Big speed improvements with folder listing
44 - Added Subscribe/Unsubscribe to folders
45 - Fixed bug in UW that didn't mark unseen messages
46 - Saving sent messages into $sent_folder
47 - It doesn't bail out if PHP wasn't compiled with --with-gettext.
48 It only uses english in this case.
49 - Added support for Cyrillic (thanks to Artem Botchkov for help)
50 - Included information on Russian Apache from Konstantin Riabitsev
51 - Honoring charset parameter for the body.
52 - Changed the way emptying of trash was done to work better
53 across different IMAP servers
54
55
56
57 Version 0.3.1 -- March 13, 2000
58 -------------------------------
59 - Fixed a bug that didn't allow downloading of attachments
60
61 Version 0.3 (final) -- March 10, 2000
62 -------------------------------------
63 - Fixed bug in smtp.php and made sending RFC complient
64 - Fixed a bug that wouldn't let you rename folders with UW server.
65 - Other minor bugfixes
66
67 Version 0.3pre2 -- March 5, 2000
68 --------------------------------
69 - Rewrote folder deletion. It works much more flexably now.
70 - Fixed message deletion that didn't always delete the right messages.
71 - Removed font tags
72 - Better character translation, especially for i18n
73 - Added the choice of language as a user preference
74 - Bug fixes, bug fixes, bug fixes
75 - Fixed bugs in message moving and deleting
76 - Rewrote all IMAP functions from scratch
77
78 Version 0.3pre1 -- February 17, 2000
79 ------------------------------------
80 - Added user-specific preferences including:
81 Full Name (for outbound messages)
82 Reply-to address
83 Theme
84 Move messages to trash option (true/false)
85 Wrap incoming text at XX characters
86 Editor window size (in characters)
87 Time between reloads of the left folder list
88 Signature
89 - Rewrote SMTP functions. It now works and handles error correction.
90 - Only folders that you're subscribed to will be listed
91 - Fixed a bug in outbound messages that translated " into \"
92 - Added themes in distribution (7 total)
93 - Added option to send email via sendmail rather than SMTP
94 - Increased speed of viewing folder by date about 25%, and viewing the folder by
95 Subject or Sender by up to 100%.
96 - Added internationalization
97 - Added sending of attachments
98 - Left folder refreshing at intervals (with META tags)
99
100
101
102
103 Version 0.2.1 -- January 05, 2000
104 ---------------------------------
105 - Rewrote how MULTIPART messages were handled and made it recursive
106 - We now take into account the encoding type rather than guessing
107 - Redesigned how attachments are displayed
108 - Fixed the bug that wouldn't let you send messages (I hope)
109 - Added a "download message" option
110 - Added a plain text viewer for text messages
111
112 Version 0.2 -- January 02, 2000
113 -------------------------------
114 - Attachment support (much better MIME support in general)
115 - Themeable support replaced Custom Colors. Themes are pluggable.
116
117
118
119
120 Version 0.1.2 -- December 20, 1999
121 -----------------------------------
122 - Date translation to local time
123 - Rewrote folder fetching code universally
124 - Added attachment detection (no downloads yet)
125 - Fixed many minor bugs that were reported
126
127 Version 0.1.1 -- December 16, 1999
128 -----------------------------------
129 - Reworked all the IMAP functions to make them RFC 2060 compliant
130 (should work with all IMAP servers)
131 - Added color customization
132 - Sorted folder list (on left bar)
133 - Added MUCH better error correction and notification
134
135 Version 0.1 -- December 14, 1999
136 --------------------------------
137 - Message composing (with to, cc, bcc)
138 - Message viewing, including HTML messages
139 - Basic MIME support, no attachments...yet
140 - Message sorting by Date, Name, or subject
141 - Folder manipulation (deleting, creating, moving, and renaming)
142 - IMAP email (currently only Cyrus IMAP server has been tested)
143 - Many other features that are basic email functionality