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