summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-08-13Fix timestamps in post-configure so that make will proceed to build.kim1-1/+5
2002-08-13evolution requires a version of gal >= 0.19.2, so set the buildlinkagc1-1/+2
dependency version accordingly.
2002-08-12Add a patch so that this package works with xpkgwedge.agc2-1/+15
2002-08-11Remove "EXTRACT_ELEMENTS" because we cannot share patches with "fetchmail"tron1-2/+1
otherwise.
2002-08-08Share not only distinfo, but also patches dir with fetchmail.wiz1-1/+2
XXX: Why do we have so many patches for fetchmail?
2002-08-06Fix PLIST after last update (hi martti!)wiz1-1/+27
Closes pkg/17857 by Urban Boquist.
2002-08-03Make this look slightly more aesthetic, whitespace-wise.jlam1-3/+1
2002-08-01It is ${.CURDIR}/../../mail/fetchmail/distinfo and notveego1-2/+2
${.CURDIR}/../mail/fetchmail/distinfo
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-4/+1
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-31Give some further hints about what will need to be done before Cyrus IMAPjlam1-2/+4
can be used.
2002-07-31Add a cyrus rc.d script that will generate the directories needed beforejlam3-2/+94
starting the Cyrus master process.
2002-07-31Change example imapd.conf file to default to "saslauthd" authenticationjlam1-4/+4
for plaintext password authentication. It's the better version of pwcheck.
2002-07-30Clarify that this is the "Cyrus" IMAP server.jlam1-2/+2
2002-07-30update, using description from homepagejdolecek1-10/+9
also remove the stuff about this being beta - this is no longer true
2002-07-29add default mime.types file for sylpheed and sylpheed-claws.grant4-2/+216
suggested by Bill Warner in pkg/15972, with minor changes by me.
2002-07-28Build on Darwin.schmonz4-2/+90
2002-07-28Build on Darwin.schmonz1-2/+4
2002-07-28Sort PLIST.schmonz1-112/+112
2002-07-28Add rc.d script to control qmail, provided by Lubomir Sedlacikschmonz5-9/+66
<salo@Xtrmntr.org> in pkg/15326. Add example mailer.conf. Bump PKGREVISION. Clarify binary package situation: We don't allow binary packages to be created because they don't currently work. Additionally, if someone were to make them work, we'd be unable to distribute them because we apply a few patches to the qmail source. Thanks to zuntum and jlam for discussion and assistance.
2002-07-26update to 0.8.0.grant3-7/+13
* new message cache system * new sort function * allow user to set SMTP AUTH options * improved ldap library detection * ability to select part of a text mime-part to reply * reply flag gets set on sending of a reply * allow multiple email addresses per JPilot entry * allow user to 'Save all' attachments in a mail with multi-attachments update provided by Dawid Szymanski in pkg/17687, with minor changes by me.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam2-4/+4
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-23Update to 0.58.schmonz3-16/+19
Changes to the package itself: - Update MASTER_SITES and HOMEPAGE. - Change iterator variables to something other than "file" to placate pkglint. From the changelog: * 'keyword' addresses now use an identifying string like 'dated' and 'sender' addresses do. 'keyword' by default, and customizable via TAGS_KEYWORD. This means you'll need to generate new addresses using `tmda-address', as your old ones will no longer work. If you want your old keyword addresses to be accepted until you can transition to the new format, you can add entries for them in your FILTER_INCOMING. e.g, to jason-promos.8d06eu@mastaler.com ok to jason-stupid_promo.289j76@mastaler.com ok * RECIPIENT_DELIMITER is no longer allowed to be part of the keyword in a keyword address. `?' will be substituted for it when a new keyword address is created. * The format for a confirmation request address is now: RECIPIENT-confirm-TIMESTAMP.PID.HMAC, instead of RECIPIENT-confirm-accept.TIMESTAMP.PID.HMAC The new format is detailed in CRYPTO. Because of this change, it's recommended that you run tmda-pending to make sure your queue is free of legitimate messages, since the old confirmation addresses will no longer work. If you are unable to do this and need temporary backward compatibility with the old format, there is a patch against 0.56 available at: <URL:http://mla.libertine.org/tmda-users/200206/msg00193.html> * Confirmed messages are now reinjected to the original envelope recipient address (RECIPIENT) rather than to: RECIPIENT-confirm-done.TIMESTAMP.PID.HMAC See CRYPTO for more details. * TMDA now sends outgoing mail by handing it off to an SMTP server instead of the /usr/sbin/sendmail program. By default it will use the standard SMTP port (25) on the local host. You can modify this by setting the "SMTPHOST" variable in your tmdarc. See TMDA/Defaults.py for further information. * tmdarc variable SENDMAIL has been renamed SENDMAIL_PROGRAM, but is irrelevant unless OUTGOINGMAIL = "sendmail". * tmdarc variable PURGED_HEADERS now lists "Bcc:" and "Resent-Bcc" by default. If you define this variable in your tmdarc, be sure to add these two headers. * CRYPT_KEY should be removed from ~/.tmdarc or ~/.tmda/config. Your secret key is now read from CRYPT_KEY_FILE, which defaults to ~/.tmda/crypt_key. To make this conversion, move your existing CRYPT_KEY to ~/.tmda/crypt_key, but without the double-quotes. e.g, if CRYPT_KEY = "df7a18a8d95f02ff94bf6463a8ec214cf20cb9e8" ~/.tmda/crypt_key should contain: df7a18a8d95f02ff94bf6463a8ec214cf20cb9e8 * ~/.tmdarc and ~/.tmda/config are no longer checked for file permissions. Instead, make sure ~/.tmda/crypt_key is chmod 400 or 600 (or 640 if ALLOW_MODE_640 = 1). * An exception is no longer be raised if ~/.tmdarc or ~/.tmda/config is missing. However, a ~/.tmda/crypt_key file is required. * tmda-keygen now outputs an unquoted key instead of a CRYPT_KEY line. * Template variables dated_cookie_address and sender_cookie_address were replaced with dated_recipient_address and sender_recipient_address, which are based on the RECIPIENT address.
2002-07-23Add and enable ezmlm-idx.schmonz1-1/+2
2002-07-23Import ezmlm-idx-0.40, based on pkg/14784 by Sen Nagata <sen@eccosys.com>,schmonz4-0/+106
with changes by me to share some logic with our ezmlm package. This is an addition and patch to ezmlm-0.53 [(c) Dan J. Bernstein]. Ezmlm-idx uses Dan's libraries and heavily relies on ezmlm-0.53 code. ezmlm-idx does not function without ezmlm-0.53. ezmlm-0.53 provides basic message distribution, subscriber address handling, message archiving (single quoted message retrieval only), and bounce handling. ezmlm-idx adds multi-message threaded archive retrieval, digests, remote administration, message and subscription moderation, subscriber-only restrictions, message trailer, subject prefix, subscriber name storage, customizable setup, multi-language and MIME support and more. In addition, improved bounce handling, case-insensitive subscriber address storage, and support for distributed lists (main + sublist transparent to the subscriber). Ezmlm-idx can now be compiled with MySQL or Postgres support.
2002-07-23Make some bits sharable with, say, an ezmlm-idx package.schmonz3-38/+50
2002-07-23Fix hint on how to get help in installed local.cf (you need to deletewiz4-5/+16
any old ones, otherwise the new one doesn't get installed). Fixes pkg/17663 by Kimmo Suominen. Additionally, fix variable name in MESSAGE so that it gets expanded properly. Bump to 2.31nb3.