JaM
view release on metacpan or search on metacpan
$Id: Changes,v 1.33 2002/03/08 10:55:34 joern Exp $
1.0.10 2002/03/08 joern
Bugfixes:
- setting Reply-To didn't work
Features:
- added "Reply Group" button which replies to the address
of the "To:" header field. Useful for replying into
mailing lists.
- you can simply specify another From address per mail
by selecting the appropriate entry of the recipient
popup in the compose mail dialog.
- if you have many email aliases forwarded to one account
this one is for you: when replying JaM checks the To:
field against the addresses listed in the Non-Reply
user configuration field (it assumes that these are
your aliases). The first address which matches and
is not your normal From: address configured in the
mail account window, will be set as From by default.
This way you don't change your address inside one
thread, if a mail was posted to one of your alias
addresses.
- mail filter: regex filter also available as a
case relevant version.
1.0.9 2001/11/15 joern
Bugfix:
- text was wrapped before quoted when replying to mails
1.0.8 2001/11/06 joern
Bugfix:
- non multipart HTML Mails, where the HTML message
is contained in the main body of the mail, were displayed
without filtering html tags.
1.0.7 2001/11/02 joern
Bugfix:
- sent mail were wrapped with wrong length
- removed debugging output to STDERR
1.0.6 2001/11/02 joern
Bugfix:
- wrapping was done after converting URLs to links,
so the added HTML code was counted which leads
to early wrapping.
1.0.5 2001/11/02 joern
Features:
- Great improvements on wrapping long lines of received
mails and saved drafts / templates, e.g. automatic
paragraph detection and auto insertion. Lines are wrapped
when displaying and sending mail only (not altering received
mails), so line wrapping is preserved for replies and saved
mails.
- You can configure wrapping by two new User Configuration
parameters: 'View Mail Wrapping Line Length' (Default: 85) and
'Send Mail Wrapping Line Length' (Default: 72).
- Netscape Browser program is configurable (e.g. for using Mozilla
instead) and started in background by JaM.
- the new parameters push schema version to 7.
1.0.4 2001/10/27 joern
Bugfixes:
- Due to a incompatible interface change in DBI 1.20
(selectall_hashref) JaM now needs DBI >= 1.20.
1.0.3 2001/10/14 joern
Bugfixes:
- There seems to be a strange bug in MIME::Entity or
Mail::Internet. The X-Mailer field of JaM is rather
long, ok ;) That should be no problem, but the X-Mailer
header field was folded strange. A folded line of
- this version ships with a patch for Gtk::HTML to support
the set_default_content_type() method. JaM uses it, when
available, to set the correct charset when viewing mail.
(see statement beyond regarding support of character sets
for outgoing/replied messages).
If the method is missing, mails will be displayed with
the standard locale charset, which may be wrong.
The patch is located in the patches/ directory, together
with a small README. I hope Ken will add this patch to the
next Gtk-Perl release, so we'll get this feature without
patching.
- convert reply messages iso-8859-1, if the orignal message is
utf-8 encoded. unfortunately the i18n stuff in Gtk+ is well
undocumented (at least i can't find good documents, only the
mailing list archive with a horrible slow search frontend), so i
insist on iso-8859-1 for now. i hope i can change this when
i learned more about i18n. iso-8859-1 is ok for me, that's what
counts here ;)
JaM now needs Unicode::String to do the necessary conversions.
- user configuation dialog. the layout of this dialog is somewhat
raw (can't get Label widgets aligned *sigh*), but it works.
Info:
- table schema is now version 3
0.9.6 2001/08/18 joern
Bugfixes:
- filtering was case sensitive
- moving a folder to the top level did not work since
i omitted the top "Mail" folder (version 0.9.4)
- the new Config value 'default_recipient_domain' was not
created by first database setup, only via updating
Features:
- In-Reply-To header added
- file selection boxes remember last selected directory
inside the same session. if you restart JaM the corresponding
configuried default value will be used again.
- empty trash
- deletion of the standard folders is now impossible
- ask for saving new mail to Drafts if the composse window is
closed
- writing mail based on a Draft
- create mail templates and write mails based on templates
0.9.5 2001/08/17 joern
Bugfixes:
- oops, I missed it using a rfc822 compliant date for
outgoing mails
- filters were only applied on the first value of
multi value fields
- it was not possible to save html filtered mail
attachments
- when replying to a mail with "reply all" all recipients
were added to the "To" header field, instead of using
'CC' for other recipients than the original sender.
0.9.4 2001/08/16 joern
Bugfixes:
- input filter were applied on outgoing mails sometimes
- filter adding via folder and subject popup menus did
not work
- path values of folders are now computed correctly,
when folder with childs move
- name clashing is prevented now when creating, moving
and renaming folders
- the folder "Mail" is not displayed anymore. it only
wastes space and can confuse if someone drops a folder
beside it
Features:
- you can address different .JaMrc files using the environment
variable JAMRC. This way you can easily uses several
independently instances of JaM as the same user.
- move mails to folder
- a default domain name for recipients can be configured
(if we had a dialog to do this ;). currently you must update
the corresponding value in the Config table.
Config.name='default_recipient_domain'
0.9.3 2001/08/15 joern
New Features:
- you can configure if pop3 messages should be deleted on
the server (in the account dialog)
- "Input Filters" are now "IO Filters". you can defined
output filters which are applied on outgoing mail.
- reset schema version to 1 (yet possible, because there
are no production installations, what will change soon ;)
- today I throw away my Netscape Mailer
0.9.2 2001/08/14 joern
New Features:
- parent folders with child folders which have unread
mail can be colored differently. the new configuration
parameter pushes schema version to 2.
- quickly adding new filter rules now via right click folder
popup menu. target folder will be set accordingly.
- quickly adding new filter rules now via right click subjects
popup menu. target folder will be set accordingly *and*
toccfrom will be set to the "To:" adresse of the clicked mail.
this way you create mailing list filters with one click.
- quick search via right click subjects menu for
- sender
- subject
- body
- recipient
( run in 0.877 second using v1.01-cache-2.11-cpan-364913b4093 )