Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Changes since 1.59:
version 1.60: Wed Sep 24 09:20:30 CEST 2003
- [Henrique Martins] found that enclosing parenthesis were not
correctly stripped when processing a Mail::Address.
- [Tony Bowden] asked for a change in Mail::Address::name, where
existing (probably correct) capitization is left intact. The
_extract_name() can be called as method, is needed, such that
it can be extended.
|
|
|
|
The bug that caused the failure of cache data read has been fixed.
Also remove my workaround for the above.
|
|
Changes:
2003-12-13 Version 0.5.1
* Procmail usage instructions added to manpage.
* Fixed missing <algorithm> header in detector.cc (thanks to Jerome Warnier).
2003-11-26 Version 0.5.0
* ENCA support added (thanks to Volodymyr M. Lisivka).
* -I and -O options added to exclude some charsets from processing (thanks
to Ingvarr Zhmakin).
|
|
to be corrupt. The use of setvbuf after a file has had IO performed causes
a discard of data from that stream, so the cache file appears corrupt.
This cures performance issues with imap folders, where all the headers were
refetched all the time, rather than using the cached versions.
|
|
|
|
Changes:
o The offline mode has been implemented.
o The performance of the scanning of MH folders has been improved on
the platforms which support d_type in 'struct dirent'.
o The error checking on moving/deleting messages has become strict.
o When getting IMAP4 message list, it now fallbacks to FETCH command
if server doesn't fully support SEARCH command.
o Outbox for accounts are now correctly chosen when sending from queue.
o Gettext has been upgraded to 0.12.1.
o IPv6 support is now enabled by default.
o Other bugfixes have been made.
|
|
|
|
Major changes since 0.3:
* Improved Look
The default theme for Mozilla Thunderbird has taken a huge leap
forward. The theme is about 90% complete with only a few "classic"
looking icons remaining.
The message list pane now shows status for reply, forward and unread
as icons directly on the message envelope instead of using text.
The message list pane now has a separate sortable column for
attachment status on a message.
The Windows animated alert has a new look and feel. It now shows the
Account name instead of your server user name.
* Improved Interoperability With the OS
Linux: Thunderbird properly dispatches browser URLs to the default
browser. Read more about how to hook this up.
Mac OS X: Added a Windows menu which makes it easier to manage open
Thunderbird windows. The menu bar behaves correctly after closing all
open windows. Mozilla Firebird and Thunderbird can be run at the same
time with out the two builds interfering with URL dispatching between
applications.
Windows: Thunderbird can be set as the default mail client and/or as
the default news client.
* New Features
Windows users can copy and paste images (including screen shots) from
the Windows clipboard into HTML mail compose.
Only mark a message as read when it has been open in the preview pane
for a configurable number of seconds.
More options for customizing toolbars the way you want them.
Enchancements include: a mark button in the main mail window and
copy/cut/paste icons in mail compose.
Profile Migration from Netscape 4.x has seen a lot of improvements.
A Palm Sync Address book conduit extension is now available for
Thunderbird 0.4.
POP Accounts now support aging on the server.
* Recently Fixed Bugs
No more new mail alert notifications when the incoming messages are
Junk.
The progress bar now appears in the mail 3-pane window when reporting
progress for operations like downloading new mail or a message body.
Auto Proxy URLs now work.
POP Accounts: "Click here to download the rest of the message" now
works.
POP Accounts: A new filter action to delete a message from POP3 server
if messages are left on the server by default.
Junk Folder Purging works on all accounts and not just the first one.
If you configure a mail server to use secure authentication but the
server does not support it, Thunderbird no longer silently falls back
to insecure authentication. Thunderbird brings up an error dialog and
refuse to connect to the server.
News error dialogs no longer hang the application.
HTML Anchors in messages work.
When threads are sorted by date, Thunderbird sorts by the newest
message in the thread.
|
|
|
|
it again, as ln(1) on Solaris won't overwrite an existing file. noted
by agc.
|
|
Changes in version 0.9.5
- Fix of bug that appeared in daemon mode, where the date used in search
queries (newer/older command) was not updated each time the program connected
to the server.
- Added an explanation on the way the program does the filtering (filter
execution order, etc.)
- Added new variable to control if a message is flagged as seen, when part of
it (ie. some of its headers) is fetched.
Changes in version 0.9.4
- Bug fix; rcopy/rmove failure, while trying to FETCH the header of a message.
Changes in version 0.9.3
- Bug fix; default variable not substituted during rcopy/rmove.
|
|
|
|
|
|
|
|
* the MIME parser has been rewritten
* GnuPG/GPGME: the method of checking signed messages has been
improved and the reporting of signed messages has been modified.
* GnuPG/GPGME: decrypted messages are no longer saved and the user
will now be prompted to decrypt each time the message is selected.
* new icons have been added for MIME types
* Filtering: 3 new actions have been added.
* IMAP: UIDPLUS support for COPY and EXPUNGE has been added
* Folder Properties: 'Procesing on startup' has been added.
* LDAP: it is possible to browse an entry that was retrieved using
an explicit LDAP search
* LDAP: a 'contains' query is now possible
* SpamAssassin plugin: updated spamc to version 2.60. Support for
new libspamc transports has been added
* updated translations: Croatian, French, German, Japanese,
Polish, Spanish, Serbian, Simpilified Chinese, and Slovak
* Bug fixes
|
|
|
|
Changes:
v0.99.10.4 2003-11-24 Timo Sirainen <tss@iki.fi>
- Fixed reference counters in imap-login and pop3-login.
IMAP AUTHENTICATE and POP3 AUTH commands could have left the
process stuck doing nothing forever.
v0.99.10.3 2003-11-24 Timo Sirainen <tss@iki.fi>
- FETCH RFC822.HEADER returned message body as well
- SUBSCRIBE broke subscription lists
- LIST code rewritten, children flags should be correct now
- SORT and THREAD could have given invalid replies
- Partial BODY[...] fetches might have returned wrong data or at
least performed worse than was necessary
v0.99.10.1 2003-11-10 Timo Sirainen <tss@iki.fi>
* mbox: \Draft and \Deleted flags used opposite flag chars in
X-Status header. We were incompatible with other mbox accessing
software.
WARNING: Upgrading from previous version doesn't automatically
swap the flags, so be careful not to accidentally expunge messages
that had their \Draft flag changed to \Deleted.
* Configuration file changes:
- Whitespace at end of line is stripped, use quotes if you need it
- # comments are supported after key=value lines. if you need '#'
character, quote the value
- Both " and ' quotes are supported. If you need to use them, '\'
can be used for escaping.
- mbox: COPY into same mailbox didn't work and could have corrupted
the mailbox
- Using Dovecot without index files would crash after using a while
- Partial BODY[header] or BODY[part] fetches were buggy if client
requested more data than was available in the header/part.
- Partial BODY[...] fetches were buggy with messages that had CRLFs
- Some BODY and BODYSTRUCTURE replies missed data for message/rfc822
MIME parts causing clients to break
- SORT (SUBJECT) was buggy
- Timezone fixes with Date-header
This also includes Joshua Goodall's patch (now in the CVS tree) for
CRAM-MD5 for the -release tag.
|
|
|
|
Collection.
Clam AntiVirus is an anti-virus toolkit for UNIX. This module provides
a simple interface to it's C API.
|
|
|
|
|
|
|
|
Changes made between 0.6.3 and 0.6.4 (2003/11/17).
The uses of sprintf(3) have been replaced by the concat() function
implemented locally.
Also, add rc.d script to PLIST for binary packages.
|
|
- Fix test_tlscomm with the right signature for read()
- Another bugfix to IMAP msglst when headers are abnormal.
- Avoid strcpy for overlapping regions.
- Update security.debian.rb for ruby 1.8.
- Bugfix to avoid infinite loop when reading from IMAP.
- Bugfix to msglst to allow capitalized header names.
- Add msglst feature to Pop3 mailboxes. (Paolo Gianrossi)
- Bugfix to OS X keychain use for panther.
- On Mac, ask the keychain for passwords if
askpass = internal:apple:keychain
- Bugfix to an infinite loop found in the
TLS interface.
- Checks TLS certificates. See wmbiffrc(5) for
details on the certfile option. Designed to work
with mutt.
- Show a busy mouse cursor while talking to remote
servers, to show that wmbiff won't be responsive
to mouse clicks for a little bit.
- New buttontwo (middle click) action to complement
action (left mouse click) and fetchcmd (right mouse).
- #'s are now only comments in .wmbiffrc at the
beginning of lines or following whitespace,
allowing #'s in (most) passwords.
- AppleScript examples for driving Apple's Mail
application in sample.wmbiffrc
- Special mailbox action 'msglst' brings up a
transient window showing message headers from IMAP
and program output for shell methods. This is
intended to be faster than starting up a new
mail program or re-executing a script.
- Avoid repetitive error messages when disconnected.
- Use conventional -geometry option handling.
- Fix bug in 0.4.15 to re-enable *'s in IMAP passwords.
- Frobnicate internally stored passwords, partially
obfuscating them in memory. Not actually more
secure, but harder to casually discover a password.
- Tighten configuration file lines to more quickly
detect misconfiguration. Add the -relax option if
it is too paranoid.
- Add support for -bg to round out -hi and -fg color
specifiers.
- Handle building on systems with both posix and gnu
regex in different but conflicting files.
- Restart wmbiff on SIGUSR1. You may need to use
'killall -USR1 wmbiff' if it gets stuck.
- Restart wmbiff on ctrl-shift mouse 1.
Package source related changes:
- Make this work with version 1.1.90 of the "libgcrypt" package.
|
|
* A nested MIME multipart message with a sub-part piped through an external
program (such as HTML with w3m) caused nail to abort after SIGPIPE if the
PAGER command terminated before reading the whole message.
* A 'next' command following a 'hold' command displays the next message
after the one the 'hold' applies to (Bugreport by Mike Sipser). This
might not be exactly what POSIX specifies, but it makes sense and is
consistent with traditional behavior. If you actually favor 'next'
not to advance after 'hold', contact me and I'll add a configuration
option for this.
* If the value of the 'record' variable started with an environment
variable reference such as '$HOME' or with a tilde and the 'outfolder'
variable was set, it was not expanded correctly (Bugreport by Volker
Kuhlmann).
|
|
* Removed docs/NIBS from the OS X project file.
* Minor improvements in the Account bundle.
* Improvements when first starting GNUMail.app (first time user).
* Minor improvements in the Fonts bundle for OS X.
* Removed inexistant headers in the OS X project file.
* Improved the message on OS X when the user removed
all its mailboxes but left the preferences file around
|
|
* Added support for read-only IMAP folders.
* Improvements and bug-fixes.
|
|
|
|
|
|
|
|
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language.
|
|
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language.
|
|
|
|
|
|
harvested from databases/db/buildlink2.mk. defaults to db1 where
possible unless EXIM_DB.db1 != YES.
tidy up mysql and postgresql handling.
|
|
|
|
originally this package was taken from the netbsd-1-5-PATCH003 tag,
and a number of updates have been made to it:
- updated to 3.36.
- added security patch from
http://www.exim.org/pipermail/exim-announce/2003q3/000094.html
- use a variety of new pkgsrc features for installing configuration files,
creating directories, rc scripts, etc.
- added mysql and postgresql support.
- other general nits/fixes.
exim3 is still widely used by a large number of sites, and this package
has been added again to support existing installations.
|
|
|
|
mechanism already does this, so pkgsrc for this should do the same.
Make sure getipnodebyaddr is used under BSD/OS.
This closes PR #23060.
|
|
My apologies for any inconveniences from the original change.
|
|
|
|
|
|
that do make it into the binary package. Under the default configuration
on NetBSD these files are erroneous. This fix should resolve PR 20852
Here are the details:
1) /etc/mail/statistics
This file is created like so:
statistics:
${CP} /dev/null statistics
This file is not needed because sendmail is configured to use:
O StatusFile=/var/log/sendmail.st
To avoid creating this file, I added to devtools/OS/NetBSD:
define(`confNO_STATISTICS_INSTALL', `')
2) /etc/mail/submit.cf
This file is not needed because we install it as:
${PREFIX}/share/sendmail/cf/submit.cf
To avoid installing /etc/mail/submit.cf, I added to devtools/OS/NetBSD:
define(`confINST_DEP', `')
If confINST_DEP is undefined, then it will default to:
`${DESTDIR}/etc/mail/submit.cf ${DESTDIR}${MSPQ}'
3) /var/db/pkg/sendmail-8.12.8nb1/+INSTALL
This is now created by pkg_add with the binary package.
It appears the problem is resolved.
4) /var/spool/clientmqueue
This directory is not needed because sendmail is configured to use:
O QueueDirectory=/var/spool/mqueue
To avoid installing this directory, I added to devtools/OS/NetBSD:
define(`confINST_DEP', `')
|
|
http://abuse.easynet.nl/dynablocker.html
|
|
|
|
Beattie encountered on Linux.
Relevant changes sinc 2.22:
o Better compatibility of Makefile.PL with new MakeMaker
o C Code compiles with C compilers other than GCC.
o Detect and skip body parts that only contain MIME headers.
o Fixed a bug where razor-check would terminate prematurely
on messages for which it could not compute a signature.
o Introduced SOCKS support. Net::SOCKS is required in
order to use SOCKS. Specify socks_server in the config file.
o Fixed a bug where the MIME boundary was being spuriously set
in certain cases.
o A bug in the selection of zone prefixes in bootstrap
discovery was fixed.
o Razorhome is gleaned from the config file passed to
razor-agents, if all else fails. "razor-report
-conf=/etc/razor/razor.conf spam" will use /etc/razor
as its home if no other home is found (eg in
$HOME/.razor). To force a particular Razorhome value,
use the -home=path option.
o Force bootstrap discovery when all discovery servers are
unavailable. This fixes a bug where by razor-agents would
try to connect to the old Razor2 discovery server found in
servers.discovery.lst.
|
|
|