Archiveopteryx is a mail server system optimised for long-term storage
and heavy access. It comprises a set of server programs that provide
access to mail stored in a relational database (PostgreSQL).
With feedback from ajacoutot@ and JG Pailloncy, reads ok to ajacoutot@
and moving back to the unformatted pages fixes warnings from the
installation script (which does not expect the pages to be preformatted).
Problem noted by Brad and myself, possible fix suggested by me, diff
from Brad, ok jakob@ (maintainer).
- imap: Fixed a memory leak in ESEARCH.
- imap/pop3-login: Don't crash if passdb returns proxy field without host.
- lib-index: Added a missing sanity check for expunge-guid record's uid.
This fixes a non-self healing assert-crash.
- master: Delete also pipes from login_dir (left by v2.0).
From Brad (maintainer), ok ajacoutot@
- switch config dir to /var/sympa/etc as sympa daemon/fcgi might want to
write templates there
- switch to use spawn-fcgi, this way sympa web admin works fine in
chrooted httpd
- provide a httpd.conf fragment to ease sympa integration
- switch to rc scripts (with help from aja@)
- improve README
With help and feedback from J.G Pailloncy, ok ajacoutot@
- add rc script
- no need for groff
- remove README since the remaining relevant snippet is in the manpage
(maintainer timeout)
feedback and ok ajacoutot@
Mail is an internet library for Ruby that is designed to handle emails
generation, parsing and sending in a simple, rubyesque manner.
The purpose of this library is to provide a single point of access to
handle all email functions, including sending and receiving emails. All
network type actions are done through proxy methods to Net::SMTP,
Net::POP3, etc..
ok landry