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