File: ChangeLog

package info (click to toggle)
libroxen-webmail 1.24-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 72 kB
  • sloc: makefile: 38
file content (29 lines) | stat: -rw-r--r-- 1,265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
New features since 0.2
* It should now be threadsafe
* Support for mailboxes in subdirextories of the mailbox-directory
* Ability to ignore dot-mailboxes
* Non-quoting reply


Bugfixes since 0.2 (Probably I've missed to mention some fixes here)
* Proper handling of exceptions caused by bad headers in messages
* Changed files.file() to Stdio.File in smtp_speaker() to make it Pike 0.6 
  compatible. (Bug noticed by Tamas Forjan <tamas@2fkft.com>)
* Made the <TEXTAREA> wrapping
* Bug showing up as missing receipient when replying to messages where
  the From:-line had double-quotes. (Noticed by Josef Radinger)

New features since 0.1
	* Support for reading other mailboxes in a subdirectory of homedir.
	* Headers and offsets for mails are now cached. It's now _much_ faster
	  on large mailboxes.
	* Support for reading .signature from homedir of user.
	* Support for non-threaded pikes. 
	* Added som gtext-buttons to make the user interface look nicer.

Bugfixes  since 0.1
	* Subject dissappeared when posting fixed. (found byRadinger Josef 
	  <cheese@oehlux.uibk.ac.at>
	* Strange behavior with imapd's internal mesages. (found by Matthew 
	  Brookes <mtb@broadcom.ie> and Tobias Rundstrm.
	* Getting attachments always faild with an internal error.