summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant8-16/+16
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-20Use @PREFIX@, not "/usr/pkg" (which is obviously not right).grant1-2/+2
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam5-34/+5
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam7-20/+7
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-09-18${PKG_PREFIX} -> ${PREFIX}grant1-2/+2
2002-09-17Update sylpheed to 0.8.3mjl2-6/+6
* The state of compose window is now changed automatically when the account is selected. * The option to only mark message as read when opened in new window has been added. * The receive progress dialog now shows detailed information in the status list. * The receive progress dialog can be kept open. * The line-joining problem of auto-wrapping has been fixed. * IMAP and News cache files/directores are now correctly purged if they become unnecessary. * The wrong news article number calculation has been fixed. * The summary refresh problem has been fixed.
2002-09-16Updated squirrelmail to 1.2.8martti3-10/+23
* HTML cleanup on search and addressbook pages * Fixes for multiple XXS exploits on the addressbook, search, help, and options pages * more accurate error messages on failed login * HTML table cleanup when viewing attachments * fix for X-MSMail-Priority conflict bug #600369 * fix for multiple email addresses on the same message line * fix for "." on a single line in a text attachment bug #598750 * Core code and plugins converted to work with register_globals Off * fix for reply quoting on resumed drafts * fix for fgets errors in file_prefs bug #578834 * fix for date format on calendar day view bug #582919 * fix for org. logo width/height values bug #572807 * fix for reading/writing ldap prefs with conf.pl bug #57595 * fix for 'fixed' font style in css bug #571463 * fix for attachments in safe mode bug #585340 * fix for forward attachment bug #585836 * fix for php warning when saving drafts bug #585012 * returned generic_header hook to page_header.php bug #554278 * fix for syntax error in darkness theme bug #576066 * fix for some attachments not being displayed bug #577052 * fix for matching uppercase headers on mailbox display bug #584082 * fix for folder names containing regex characters bug #574889, #578156 * fix for endless loop on raw binary data in email bug #547662
2002-09-15Use mk/emacs.mk.uebayasi2-161/+164
2002-09-11Depends on cyrus-sasl with its version.taca1-2/+2
(Postfix's document claims it works with cyrus-sasl 1.5.5 at least.)
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10The master site moved the archive in a subdirectory with the same name. ↵manu1-2/+2
Requesting the archive was causing the server to tar.Z the direcctory on the fly, and we ended up with an archive containing the source archive. This was blocked by the checksum. Fixed the archive path.
2002-09-09* buildlink1 --> buildlink2.jlam5-26/+33
* Pass the LDFLAGS through to the build process so that the final binaries are built with the appropriate -Wl,-R flags. This should fix pkg/18054. * Use ROOT_{USER,GROUP} instead of hardcoding "root" and "wheel" when installing poppassd.
2002-09-08Add conflict with p5-Mail-SpamAssassin (for those who still have it installed).wiz1-1/+3
2002-09-05Fix db3 version check so that addressbook now finally works.rh4-11/+38
Bump PKGREVISION. This closes PR pkg/18164 by Ales Krenek <ljocha@ics.muni.cz>
2002-09-05 The SpamAssassin daemon (spamd) must be started with the -dhubertf1-2/+2
flag to really become a daemon, but that flag is missing in the provided rc.d script. Patch by Urban Boquist <urban@boquist.net> in PR 18171
2002-09-04Remove work arround for bug in buildlink2 framework which was fixedtron1-6/+1
by Johnny Lam.
2002-09-04upgrade to 20020826 snapshot. repaint logic updates. "make USE_IDEA=yes"itojun2-8/+10
will enable IDEA support.
2002-09-03Add work arround for bug in buildlink2 framework described in PR pkg/18156.tron1-1/+6
2002-09-03Remove non-standard mime-types file again.wiz2-107/+2
Users are encouraged to copy it from the www/apache if needed. Bump PKGREVISION. Closes pkg/18101.
2002-09-02Update to 20020102.wiz2-5/+5
Changes: Bugfixes and license change.
2002-08-31Update to 0.61. From the changelog:schmonz3-6/+11
* New -A option for tmda-ofmipd to allow authentication against checkpassword compatible programs such as checkpassword-pam (http://checkpasswd-pam.sourceforge.net/). * New -C option for tmda-ofmipd to set a limit on the number of simultaneous connections. Default is 20. * tmda-ofmipd general bugfixes and security improvements. * New config variable, `X_TMDA_IN_SUBJECT' which turns on parsing of the Subject header for X-TMDA override actions. See description in Defaults.py for more information. * New config variable, `ADDED_HEADERS_SERVER' which allows you to add arbitrary headers to all server-sent (i.e, tmda-filter) messages. * Josh Huber's tmda.el, an elisp module for integrating TMDA with Gnus and Message mode, has been added to the contrib directory. This is super-cool, Jason sez check it out! * Major improvements to the filter file language, courtesy of Tim, including: - The addition of "macro" definition and expansion. - The addition of variable interpolation. - A new argument, `-optional', for all rules that access files. - Support for nested filter files with the 'include' statement. For more information on these new features, see the updated TMDA Filter Specification (http://tmda.net/config-filter.html). * Logging capability for client-side message (i.e, those sent with tmda-sendmail). Set LOGFILE_OUTGOING in your config to enable this. * New version of tmda.el. * Fixed a bug which prevented the `from/to-mailman' filter sources from working.
2002-08-31Update p5-MailTools to 1.49mjl2-5/+5
- Mail::Mailer::_clean_up left an extra space behind each header line. - Mail::Mailer::_clean_up trims folded headerlines on more than two lines. - The fix for nested comments in Mail::Address's "Mark Overmeer <mailtools@overmeer.net> (mailtools maintainer)" was parsed into two separate objects - Mail::Mailer::_cleanup_headers unfolds the header lines, but forgot to remove the indentation blanks - Mail::Cap::new has two new options - typo in Mail/Mailer/rfc822.pm - Add Content-Disposition to the list of structured header fields - Mail/Mailer/smtp.pm which enables the passing-on of args to Net::SMTP
2002-08-30Add REQUIRE: DAEMON to ensure starts at the right time.abs1-1/+2
Omission noted by wiz.
2002-08-30Updated spamassassin to 2.31nb1abs3-2/+26
Add rc.d/spamd (From norm at sandbox org uk)
2002-08-28Ops, DISTNAME is mailman-2.0.12 not 2.0.13. This is a leftover from mybouyer1-2/+2
attemps to upgrade it to 2.0.13. 2.0.13 is announced on the home page, but the distfile doesn't seem to be available from ftp.gnu.org yet ...
2002-08-28buildlink1 -> buildlink2jlam1-8/+9
2002-08-26Rename pkgsrc/mail/p5-Mail-Spamassassin to pkgsrc/mail/spamassassin.hubertf12-137/+9
2002-08-26Rename pkgsrc/mail/p5-Mail-Spamassassin to pkgsrc/mail/spamassassin.hubertf6-0/+126
2002-08-26Add dependency for correct version of gpgme, so that the privacymjl1-1/+4
managing stuff gets included.
2002-08-26Update to 0.8.2mjl2-5/+5
* GnuPG improvements and fix o The line endings are canonicalized correctly before signing. WARNING: don't sign messages with Sylpheed prior to this version since they didn't fully conform RFC3156 and may cause incompatibility between other MUAs. o The feature to store passphrase in memory temporarily has been implemented. o The ascii-armored encryption and clear text signing has been implemented. * Line-wrapping improvements and fix o The cursor movement on auto-wrapping has been fixed. o Flickers on auto-wrapping has been repressed. * Socket I/O timeout has been implemented. * The '--attach' command line option has been implemented. * Automatic cache expiration for News has been implemented. * Time stamp has been added to the log messages. * Temporary files are created under ~/.sylpheed/tmp/. * The problem of folder and summary view refresh on incorporation has been fixed. * The correct FQDN will be returned to server. * Some major memory leaks have been fixed. * Some other bugs have been fixed.
2002-08-26buildlink1 -> buildlink2.jlam1-9/+7
2002-08-25Use buildlink2 instead of buildlink1.jlam4-39/+12
2002-08-25spamassassin is already present as p5-Mail-SpamAssassinhubertf5-68/+1
(how obvious... NOT!)
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam10-7/+66
buildlink2.mk files back into the main trunk.
2002-08-24add & enable spamassassinhubertf1-1/+2
2002-08-24Add spamassassin-2.31: Spam identifier and blockerhubertf4-0/+66
SpamAssassin is a mail filter which attempts to identify spam using text analysis and several internet-based realtime blacklists. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify "spam", also known as unsolicited commercial email. Once identified, the mail can then be optionally tagged as spam for later filtering using the user's own mail user-agent application. In its most recent test, SpamAssassin differentiated between spam and non-spam mail correctly in 99.94% of cases. Since then, it's just been getting better and better!
2002-08-23Add mailmanbouyer1-1/+2
2002-08-23Initial import of mailman package (posted to tech-pkg on Aug, 01)bouyer13-0/+696
Maiman is a e-mail list manager. It includes a web interface for management from a user (subscribe/unsuscribe) and administrator point of view, as well as the traditionnal command-though-emails management. It also offers web-browsable mailing-list archives.
2002-08-23Update to mhonarc-2.5.11.grant3-9/+16
The following is a summary of sigificant changes since 2.5.3. Please see CHANGES in the distfile for the full list of changes. * The following mail header fields added to list of fields that can contain mail addresses: mail-reply-to, original-bcc, original-cc, original-from, original-sender, original-to, resent-bcc, x-envelope. Applicable to MAILTO, MAILTOURL, and ADDRESSMODIFYCODE resources. * Added MHonArc::UTF8 CHARSETCONVERTER module as recommended at <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131512&repeatmerged=yes>. However, module redone to use utf8 pragma in Perl where appropriate and to remove unnecessary code. Use of module does require that the Unicode::MapUTF8 module is installed and the utf8 pragma is supported in the version of Perl you are using. * Added MIMEALTPREFS resource: Content-type preferences for multipart/alternative data. You can now tell MHonArc to use the text/plain part over a text/html part in multipart/alternative messages. * Added the following resources: IDXPGSSMARKUP Markup at the beginning of all index pages. MSGPGSSMARKUP Markup at the beginning of all message pages. TIDXPGSSMARKUP Markup at the beginning of all thread index pages. Each resource will default to the value of the SSMARKUP resource if not defined. * Removed references to HEADER and FOOTER resources in the docs. Resources removed in v2.5.0. * Updated default resource layout settings in docs to use lowercase tag names since MHonArc changed to use lowercase in defaults in v2.4.7. * Added NOSUBJECTTXT resource: Defines raw subject text to use for messages that do not have a subject. * Incorporated format=flowed support into mhtxtplain.pl contributed by Ken Hirsch, with some minor improvements. * mha-decode now supports the following option: -dcd-digest. This tells mha-decode to not recursively process attached message/rfc822 and message/news entities. This option is useful to extract out all the individual messages of a message digest. * Added message/rfc822 and message/news to mhmimetypes.pl content-type => extension/description hash. The extension used is ".822".
2002-08-22Update to sylpheed-claws-0.8.1.grant3-9/+7
Changes since 0.8.0: * The regression of Japanese code conversion have been fixed. * The problem in MIME header encoding has been fixed. * Several memory leaks in the address book have been fixed.
2002-08-22Update to sylpheed-0.8.1.grant2-5/+5
Changes since 0.8.0: * The regression of Japanese code conversion have been fixed. * The problem in MIME header encoding has been fixed. * Several memory leaks in the address book have been fixed.
2002-08-21If using SASL cyrus-sasl package is actually needed.seb1-1/+5
2002-08-21use .bz2 distfile.grant2-4/+5
2002-08-21include libs to make this work on Solaris.grant1-1/+5
2002-08-21check that USE_INET6 is defined.grant1-2/+2
remove extraneous parenthesis around .if (${FOO} ..) conditions.
2002-08-21Enable pth threading, it now seems to work all right.mjl2-5/+3
Correct PLIST.
2002-08-21Update to balsa 1.4.0mjl4-80/+98
- filter documentation. - adding mailboxes out of local mail directory hierachy. - various build fixes. - building fixes. - code cleanup. - new MostRecentlyUsed list. - mailbox rename fixes. - search and filtering fixes. - reasonable searching in message bodies held in IMAP mailboxes. - do not crash when called with -a. - minor filter UI improvements (sensitive). - more verbose on common SMTP errors. - RFC-compliant header encoding - password privacy fixes - build fixes (--without-esmtp, --disable-threads) - filter-on-receive fixes. - general cleanup and other small bug fixes - protect ESMTP passwords and pass-phrases - new mailboxes scanned in a thread - improved message include function - preserve References: headers over message postpone - number of crashes and other bugs fixed - build fixes. Make some dependencies optional - remove some double free()s - filter incoming POP3 messages - fixed content-disposition and charset bugs - fixes for printing of multipart messages with different content-types - rescanning local directories - delayed message deletion (and undeletion) - highlight bad addresses in compose window - external editor support - imap message caching - imap password handling fixes - first step to searching and filters - delayed IMAP tree scanning - "reply to group" functional
2002-08-19add dependancy with gdk-pixbuf. sylpheed binary is acutually linked againstkei1-1/+2
libgdk_pixbuf.so.
2002-08-15Remove (partly obsolete) homepage URLs from DESCR.wiz2-10/+0
2002-08-15Add an option to build with no SSL/TLS support, as requested by Rick Byersfredb1-2/+4
on tech-pkg.