Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
fetchmail-5.9.4 (Wed Oct 3 07:47:45 EDT 2001), 21104 lines:
* Finished license cleanup, all licenses in the distribution are now
officially GPL-compatible.
* Added a length check to from64tobits() after receiving a warning that
it might create buffer overflows. No exploitable overflows were found by
a careful case-by-case audit, and at minimum an exploit would have required
that the mailserver be subverted.
fetchmail-5.9.3 (Sun Sep 30 12:08:52 EDT 2001), 21075 lines:
* Fix configuration error in handling of long options.
* Thomas Moestl's patch to use querynames in UID files.
* Timeout to deal with long socket closes (Sunil Shetye).
* Move from RSA MD5 code to Colin Plumb's public-domain implementation (BSD
classic license eliminated)
* Rewrite strcasecmp() (BSD classic license eliminated).
* getopt_long is back for Solaris and HP-UX systems.
* Updated Danish po file.
* Re-enable explicit bounce message on bad address.
fetchmail-5.9.2 (Wed Sep 26 12:47:00 EDT 2001), 21118 lines:
* Enable code to build on Solaris again (long options won't work).
* Move Hesiod lookups to just before DNS lookups.
* Make sure the SICHLD handler is called when we run detached.
* Make kerberos5 in OpenBSD (Federico Schwindt <fgsch@olimpo.com.br>).
* Added FAQ item X8 on why mail sometimes gets an extra ) appended.
fetchmail-5.9.1 (Mon Sep 24 19:01:57 EDT 2001), 21120 lines:
* Make -D short option for --smtpaddress active again.
* Typo fix for Polish translation.
* Make sure IMAP capability checks are caseblind.
* Make sure suffix checks on akalists are properly caseblinded.
* All warning mail now has a generated date stamp.
* getopt.c and getopt1.c removed due to license incompatibility with OpenSSL.
* End of poll cycle is now logged.
* Sanity check now rejects SSL option if SSL support is not compiled in
(resolves Debian bug #109796).
* HMH's fix for the LMTP localhost/foo problem.
* Mike Warfield's fix for using a combined SSL cert and key in a single file.
* DNS lookups moved to just before the mailserver socket open, so fetchmail
now works OK even if started up without Internet access.
* Switched from _( to GT_( as a gettext macro, in order to avoid a
conflict with the SSL library.
|
|
Shell:
- Fixed a problem with shortcuts not appearing when created by the
mailer. (Ettore)
- Fixed right-click menu behavior for folders in the folder bar.
(Ettore)
- Got Rename to work again. (Ettore)
- Fixed some folder copy/move/dnd bugs. (Ettore)
- Added a menu item to configure the Pilot settings. (Ettore)
- Fixed some other miscellaneous bugs/crashes. (Ettore)
- Added ability to run the intelligent importers from the File->Import
menu item. (iain)
Mailer:
- Fixed the multiple error-dialog thing. (Michael)
- Fixes to PGP decrypting and verification code. (Jeff)
- Made vFolders work a lot better. (Michael)
- Added a confirm expunge option to the mail settings dialog.
(Jeff)
- Fixed the update-IMAP-unread-counts bug. (Jeff)
- Show messages in the user's preferred charset if the message
itself doesn't contain charset information or if the message
charset is wrong (ie the system can't convert the text to utf-8).
(Jeff)
- Many backend fixes that users won't notice. (Michael, Jeff, Dan)
- Fixed the crash that accompanied the invalid address warning. (Trow)
- Properly encode the mailto: links we generate inside of displayed
messages. (Trow)
- Improve the signature editor. (iain)
Calendar:
- Backend improvements (JP, Rodrigo).
- The alarm daemon can now re-enter properly [#10840]. (Federico)
- Alarms can now have zero-time offsets [#7892]. (Federico)
- Warning fixes. (Chris)
- Fixed custom Glade widgets on non-Linux systems. (Dan)
- Fixed crashing problems in the event/task editor. (Damon)
Addressbook:
- Miscellaneous bug fixes. (Trow, Chris Toshok, Chris Lahey, JP,
Peter Williams)
- Better handling of addresses containing commas or other special
characters. (Trow)
- Fixed bugs related to sending mail by left-clicking on an address
inside a message. (Trow)
- Auto-completion now matches against contact nicknames. (Trow)
- Added help text and generally cleaned up the contact editor.
(Anna)
- Handle multiple wombats properly. (Chris Toshok)
- Made which book to use for address completion configurable (no gui
for this yet.) (Chris Toshok)
- Made Print Preview work in addressbook. (Chris Lahey)
Summary:
- Cache images instead of repeatedly reloading them (iain)
- Only redraw when the summary is visible (iain)
- Use the encoding specified in the RDF file (Takuo Kitame)
- Leak fixes (Larry)
- Show todays tasks works (iain)
- Make the preferences dialog nicer. (iain)
Importers:
- Handle cases where the Netscape transport is nothing. (iain)
|
|
|
|
Mew 2.0.57 (2001/10/04) mew-dist release
* XML support.
* mew-mime-content-type hack.
* A patch for contrib/mew-caesar.el.
* mew-summary-kill-subprocess() now calls mew-pop-tear-down().
* Supporting .htm as well as .html.
|
|
Mew 2.0.56 (2001/10/03) mew-dist release
* mew-summary-folder-cache-save() now includes mew-touch-folder().
* A bug fix for non-UIDL POP servers.
* Unlimiting mew-header-max-depth for mew-scan-form-mark().
* Touching folders when 'mdrop.
* mew-set-environment() moved after loading mew-rc-file.
|
|
where action can be "install", "package", "create user for", etc., instead
of blindly always saying "install". Define "action" before calling
${_SU_TARGET} whereever it is used.
|
|
Mew 2.0.55 (2001/10/01) mew-dist release
* A bug fix for file mode of manuals.
* Code clean up for refile.
* A bug fix for mew-regex-id.
* Removing mew-folder-remotep.
* +mdrop finally.
* mew-time-diff.
* If a number N is set to mew-pop-delete, it means to keep message
on the POP server for N days.
* A bug fix for mew-folder-check.
* A bug fix for mew-substring.
* A bug fix for mew-summary-sort.
* A bug fix for mark handling of mew-summary-refile.
* Fixing the problem of ":" vs "y" and/or "C-cC-l".
|
|
The only change in this version is:
o rename qmail-conf to qmail-delivery-conf, so now it's clear
what it actually does
Update provided by Sen Nagata <sen_ml@eccosys.com> in private mail.
|
|
General:
- Lots of i18n fixes. (Zbigniew Chyla and others)
- Made the splash screen use BackingStore. (Ettore)
- Added a quit dialog box. (Ettore)
- Fixed a shell crash that could happen when launching Evolution
before a previously launched instance was done initializing itself.
- Fixed other random shell crashes. (Ettore)
- Got the shell to remember window geometries on exit. (Ettore)
- Fixed some things for Automake 1.5 (unfinished). (Richard
Boulton)
- Add nice highlighting to DnD operations in the folder tree.
- Fixed several leaks. (Dan)
- Fixed some problems with folder creation and deletion. (Toshok)
- Made the Summary the default folder. (Ettore)
- Made the title bar display the unread message count again.
Mail:
- Had a few beers while sitting back and relaxin'. (Jeff, Michael)
- Check for valid addresses before sending. (Trow)
- Use contact preferences when deciding whether or not to put the
composer into HTML mode by default. (Trow)
- Properly address mail from "hidden" contact lists. (Trow)
- Redid folder unread counts/folder tree backend code
completely. (Michael)
- Implemented/fixed getfolderinfo in maildir/spool/local
folder/vfolder, required to make unread counts work. (Michael)
- Redid 'local folder' handling code completely. (Michael, Peter)
Also fixed the properties dialogue to get the list of supported
types dynamically, and set the right one at startup. (Michael)
- Redid vfolder code in evolution-mail completely. Main visible
change is they open at startup, and the vfolder editor works
much better. (Michael)
- Made it so fcntl(2) locking failures on filesystems (e.g. NFS)
that dont support locking are treated as success. (Michael)
- Fix imap inbox filtering, then moved it to CamelFolder, and
partly implemented it for spool and maildir mailboxes. (Michael)
- Made the vfolder UNMATCHED folder's name translatable. (Michael)
- Change the way the 'not body contains' filter rule works, so that
it runs much more efficiently, particularly on IMAP. (Michael)
- Camel will not try and convert charsets of data that contain
invalid charset data, thus data will not be tainted by
a failed conversion process. (Michael)
- A few threading scheduling changes to try to optimise the user
experience. Also changed the way threads are terminated,
avoiding some possible libpthread bugs. (Michael)
- Changed vfolder uri's to not include the query, set it separately.
- Removed a lot of special case code for vfolder/file uri's, other
dead or newly redundant code, cleanups, etc. (Michael)
- Fixed a bug in libibex that would overallocate block data and
corrupt it and crash, also fail-back and reset the index in
more cases. (Michael)
- Fix filtering on score so the expression compiles. (Michael)
- Came to visit USA at a very wrong time. (Michael)
- Removed X-Evolution headers before sending messages. (Jeff)
- When configuring a new default account, make sure to set it as the
default. (Jeff)
- Convert all textual parts to 8bit before saving them, this makes
saved messages more human readable. (Jeff)
- Don't cache PGP passphrases unless the user requests to do so.
(Jeff)
- Unsubscribe from folders before deleting them. (Jeff)
- Fixed a number of race conditions in the subscribe dialog. (Jeff)
- Save transport (SMTP) passwords if the user has asked us to. (Jeff)
- Hide the S/MIME frame in the account editor, we won't be
supporting it for 1.0. (Jeff)
- Fixed it so that icons are displayed for PGP messages. (Jeff)
- Give a description for each of the Source and Transport types when
configuring an account. This makes a few things less confusing.
(Jeff)
- When performing a Send & Receive on a disconnected IMAP server, if
the user provides a password, connect tot he IMAP server and display
it's folders too. (Jeff)
- Return a folder info for each IMAP folder created when the user
creates a recursive directory structure. (Jeff)
- Added support for more charset conversions (including all
Windows-cp125x charsets). (Jeff)
- When the disk is full, warn the user and don't crash. (Jeff)
- Handle POP servers that don't support the UIDL extension. (Jeff)
- Several PGP fixes. (Jeff)
Addressbook:
- Miscellaneous bug fixes. (Jon Trowbridge, Chris Toshok, Chris Lahey,
Ettore Perazzoli, Iain Holmes, Zbigniew Chyla, Jacob Berkman)
- Fixed race conditions associated with adding/removing contacts.
The addressbook should be much more stable now. (Trow)
- Fixed reference counting bugs in addressbook & wombat. (Trow)
- Made address lookup smarter; cut & paste of address now mostly works.
- Plugged Trow's memory leaks. (Larry)
- Name completion now works with one-word names, so it is now much
easier to send mail to Cher. (Trow)
- Better handling of contact lists in the composer entries. (Trow,
Toshok)
- SelectNames dialog fixes. (Trow)
- Better handling of contact lists in the pilot conduits. (JP)
- Added Free busy URL and Calendar URI info to contact editor and
ECard. (JP)
- Made it so you can select uneditable text in Contact Editor.
(Chris Toshok)
- Worked on LDAP dialog. (Chris Toshok)
- General LDAP work. (Chris Toshok)
- Fixed charset handling within VCard handling. (Chris Lahey)
- Reworked Drag & Drop for card view.
Calendar & Tasks:
- Free/Busy changes. (JP, Rodrigo)
- iTIP fixes (JP)
- i18n fixes, particularly for printing (Zbigniew Chyla)
- Added option to confirm deletions (Federico)
- Improved alarm system (Federico)
- Fixed crashing bug when deleting a folder (Federico)
- Added option to hide completed tasks (Damon)
- Timezone changes for interoperability with Outlook (Damon)
- Fixed problems displaying/parsing times in locales which don't specify
'am' and 'pm' strings (Damon)
- Added toolbar button to delete the selected calendar event (Damon)
- Meeting selector integrated (JP)
Summary:
- Fixed bugs and leaks. (Iain)
- Fixed bug with handling of the Slashot RDF files. (Iain)
- Made the Addressbook and Tasks links open the editor for
them. (Iain)
- Mail summary doesn't force all folders to be opened. (Iain)
- Calendar summary shows if an alarm is set for an appointment. (Iain)
- Timezone fixes. (Iain, Damon)
Importers:
- Fixed more bugs. (Iain)
- Netscape importer shouldn't crash on Movemail users anymore.
- Pine importer should import addressbooks better. (Iain)
- VCard importer will actually import things now. (Iain)
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
those packages with a base package name of "foo".
|
|
|
|
|
|
`Mail::Audit' was inspired by Tom Christiansen's audit_mail and
deliverlib programs. It allows a piece of email to be logged, examined,
accepted into a mailbox, filtered, resent elsewhere, rejected, and so
on. It's designed to allow you to easily create filter programs to stick
in a .forward file or similar.
Provided in pkg/13848 by Sen Nagata <sen@eccosys.com>.
|
|
|
|
mailing list
This module analyzses Mail::Internet objects. It returns a
Mail::ListDetector::List object representing the mailing list.
The RFC2369 mailing list detector is also capable of matching some
Mailman and Ezmlm messages. It is deliberately checked last to allow
the more specific Mailman and Ezmlm parsing to happen first, and more
accurately identify the type of mailing list involved.
Provided in pkg/13847 by Sen Nagata <sen@eccosys.com>.
|
|
|
|
well-formed, and optionally, whether a mail host exists for the domain.
Provided in pkg/13844 by Sen Nagata <sen@eccosys.com>.
|
|
|
|
correct library at link-time and at run-time. Also, mark this package as
USE_BUILDLINK_ONLY. This fixes the problem noted in pkg/13901 by Tim
Preston <tim@flibble.org>.
|
|
|
|
|
|
Global:
- New startup assistant to create mail accounts, import mail and set
your timezone. (Iain, Taylor)
- Improved the appearance and behavior of the clickable title bar and
the folder tree. (Ettore)
- "Stock" folders such as Inbox have their names translated now and
cannot be removed. (Ettore)
- Moved the Summary (formerly known as "My Evolution") to be a
normal node instead of being the toplevel node. (Ettore)
- Fixed some problems with copying, moving and removing folderes.
(Jason)
- Fixed the handling of documentation files in the Help menu. It
now integrates nicely with Nautilus and Scrollkeeper. (Aaron,
Kjartan)
- Implemented the `File -> New' menu. (Ettore)
- Improved error messages on start-up. (Ettore)
- Fixed various crashes and minor bugs. (Ettore, Jason)
- Various UI tweaks and improvements. (Anna, Tuomas, Jakub)
Mail:
- Fixed creating IMAP folders. (Jeff)
- Add a shortcut to the INBOX of IMAP or spool stores when
their accounts are first created. (Peter)
- Fixed Crash on Exit bugs. (Jeff)
- Many more i18n fixes. (Zbigniew Chyla, Jeff and others)
- Subscribe dialog UI tweaks. (Peter, Anna)
- Displaying PGP signed messages now shows icons. (Jeff)
- Sensitize menu items based on number of selected messages. (Peter)
- Always-sign options for PGP. (Jeff)
- Fixed keep-on-server for POP servers that don't support UIDL.
(Jeff)
- Several IMAP fixes. (Peter, Jeff, Danw)
- Fix crash after conversion of an empty folder to another
format. (Peter)
- Ibex now limits its file descriptor usage. (Michael)
- When deleting an account, remove the shortcuts that point to it. (Peter)
- Several IMAP fixes. (Peter, Jeff, Danw)
- Miscellaneous bugfixes all around. (Peter, Jeff, Danw, Michael, others)
Calendar & Tasks:
- Calendar no longer crashes when you scroll a busy month view
(Federico).
- Performance improvements throughout (Damon).
- Improved search bar; now handles categories. (Jon, Federico)
- The date navigator now reflects the results of the search bar.
(Federico)
- An empty task is no longer added when you have selected a
category. (Federico)
- Internationalization fixes (Zbigniew).
- Timezone fixes (Damon).
- Time transparency and component classification support (Damon).
- Folder bar now displays the selected time range (Damon).
- Improved settings dialog (Anna, Damon, Federico).
- iTIP/iMIP fixes for attendees, cancellation. (JP).
- Category icon drawing fixes. (Rodrigo)
- Alarm fixes. (Federico)
- Calendar components can be saved independently. (JP)
- New icons. (Tuomas)
- Contacts support. (Damon)
- You can double-click on appointments to edit them. (Damon)
- Share more code between the backends. (Rodrigo)
- Miscellaneous fixes all over the place. (Damon, JP, Rodrigo, Federico)
Addressbook:
- Various fixes. (Anna Dirks, Dan Winship, Jason Leach, Jos Dehaes,
Kjartan Maraas, Lahey, Nat Friedman, Radek Doulik, Toshok, Trow)
- Made addressbook menus match the right click menus. (Lahey)
- Made addressbook use camel for building email addresses. (Trow)
- Fixed up phone number matching to not cause errors. (Lahey)
- Made the alphabet bar change the current search. (Lahey)
- Made duplicate contact matching less sensitive. (Lahey)
- Changed advanced search to match behavior in mailer. (Toshok)
- Redesigned LDAP server dialog. (Anna Dirks)
- Work on addressbook authentication. (Toshok)
- Changes to EDestination. (Trow)
- Magic comma work. (Trow)
- Redesigned ESelectNames dialog. (Anna Dirks)
- Made LDAP changes appear in gui immediately if they're made by the
local client. (Toshok)
- Made ECard hold a link to its original EBook. (Lahey, Trow)
- Adapted for new ESearchBar. (Federico, Trow)
- Added the ability to create cards from anywhere in evolution.
(Lahey)
- Made searches for completion not use invalid cached data. (Trow)
- Encode strings typed in by the user for use in sexps. (Toshok)
- Made EContactEditor make the save button active more often.
(Toshok)
- Made ESelectNames handle LDAP storages. (Toshok)
- Added full country list to addressbook full address editor.
(Lahey)
- Added the contact count to the folder bar. (Lahey)
- Updated icons. (Damon, Ettore)
- Worked on addressbook conduit. (JP)
- Made ESelectNames only show names on the left that aren't on the
right. (Trow)
- Fixed up minicard dragging. (Toshok)
My Evolution:
- Miscellaneous fixes all over the place. (iain)
- New icons. (Tuomas and Jakub)
- Works for people whos text colour was a light colour. (iain)
|
|
into other shared libraries.
XXX There should probably be a libibex-static (a la libeutil-static) for
linking into evolution-mail, but someone else can change that.
|
|
by Xavier HUMBERT <xavier@xavhome.fr.eu.org>.
|
|
Bump to 0.4.9.4nb1.
|
|
scan -format "%(clock{date})"
This is a time_t > 1e9 problem.
|
|
This version fixes several bugs found in 1.3.19 and 1.3.20.
|
|
|
|
the man page was moved to section 1 making some tweaks in the package
Makefile no longer necessary.
|
|
|
|
Changes to numerous to mention see the changes.html file.
|
|
Mew 2.0.54 (2001/09/17) mew-dist release
* Defining mew-warning-field-level.
* Bug fixes for mew-pop-info-name and mew-smtp-info-name.
* completion-ignore-case hack in draft for mouse clicking.
* Highlighting a body when reediting.
* Re-writing mew-summary-sort.
* C-u# now asks a printer name.
* A bug fix for mew-header-fold-region.
* Removing the last "," of enum in pattern.c.
* The "-f" option for "test" instead of the "-e" otpion in Makefile.
|
|
|
|
ezmlm is an easy-to-use, high-speed mailing list manager for qmail.
ezmlm lets users set up their own mailing lists within qmail's address
hierarchy. A user, Joe, types
ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net
and instantly has a functioning mailing list, joe-sos@isp.net, with all
relevant information stored in a new ~/SOS directory.
ezmlm takes advantage of qmail's VERPs to reliably determine the
recipient address and message number for every incoming bounce message.
ezmlm is reliable, even in the face of system crashes. It writes each
new subscription and each new message safely to disk before it reports
success to qmail.
ezmlm doesn't mind huge mailing lists. Lists don't even have to fit into
memory. ezmlm hashes the subscription list into a set of independent
files so that it can handle subscription requests quickly. ezmlm uses
qmail for blazingly fast parallel SMTP deliveries.
Package provided by Sen Nagata <sen@eccosys.com> in pkg/13890
|
|
|
|
fastforward handles qmail forwarding according to a cdb database. It can create
forwarding databases from a sendmail-style /etc/aliases or from user-oriented
virtual-domain tables.
fastforward supports external mailing lists, stored in a binary format for fast
access. It has a tool to convert sendmail-style include files into binary
lists.
Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13889
|
|
|
|
qmailanalog is a collection of tools to help you analyze qmail's activity
record. It supplies statistics to answer a wide variety of questions:
overall: how many messages? recipients? attempts? etc.
ddist: how soon were 50% of the messages delivered? 90%? 95%? 99%?
rxdelay: what's the best order of recipients for mailing lists?
recipients, rhosts: who's getting mail? bytes? messages? attempts?
successes, failures, deferrals: why? how often? how much delay?
senders, suids: messages? bytes? load? recipients? attempts? delay?
qmailanalog also includes several tools to focus attention on particular
senders, recipients, or messages.
Package provided by Sen Nagata <sen@eccosys.com> in pkg/13891
|
|
|
|
dot-forward reads sendmail's .forward files under qmail. You can run it in the
qmail startup script to support all your existing .forward files automatically.
Individual users can switch to the .qmail mechanism at their leisure.
dot-forward supports forwarding, program deliveries, and comments. It does not
support file deliveries or :include:. (However, it recognizes file delivery
attempts, and defers delivery to give you a chance to set up a .qmail file.)
Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13891
|
|
|
|
only 1.6.1).
|
|
|
|
Mew 2.0.53 (2001/09/10) mew-dist release
* mewls bug fix for sort.
KAMEI Ken-ichi <mule@pluto.dti.ne.jp>
* Sort and pack doesn't call mew-scan. Just arrange Summary cache.
* Preserving all marks when scanning.
* Enhancing thread architecture.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Defining mew-input-language-name.
* A bug fix for mew-input-address.
* Removing unnecessary code from mew-summary-sort.
Tatsuya Kinoshita <tats@iris.ne.jp>
|
|
one.
|
|
Parts of the daemon code are now run in a chroot jail. qmail-style
~/Mailbox support was added. The inetd vs. standalone mode setting has been
made runtime configurable. A bug resulting in incorrect failure reason being
logged, and a bug which could result in mailbox corruption (glued messages)
have been fixed.
|
|
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
|
|
1.15: Aug.26,2001:
dns.c:
avoid DNS query synchronization when no queries are sent
in case a LMTP connection is used for multiple transaction.
lmtp.c:
some messages in setproctitle() are changed.
main.c:
logging peer-name for use with inetd (LMTP over TCP)
README:
some comments added: Sendmail 8.12 includes the DYNAMIC_TOBUF
feature by default which supplied from 3.xW patch for sendmail.
So you do not need the patch any more if you do not use
extensions in sendmail.cf description offered by the patch.
1.14: Aug.15,2001:
smtp.c:
changes on some timeout values
work around for bogus mail gateway to mobile phone...
fix on NULL pointer access which causes unterminating process
with proctitle like: "smtpfeed: 550% delivered"
reported by Hisaaki Shibata <shibata@luky.org>
fixed by Anatoly A. Orehovsky <tolik@asplinux.ru>
do not rewrite envelope sender using the following rule
when sender is <>: SndrUser+RcptUser=RcptDomain@SndrDomain
problem reported by Shin ZUKERAN <shin@ryukyu.ad.jp>
log.c:
increase retry counter value
common.h, address.c, smtp.c, extern.h, main.c, util.c:
support par domain recipient number setting with file
suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
|