summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2006-01-08Fix errno.joerg7-9/+85
2006-01-08jckmail is multithreaded anyway, so set PTHREAD_AUTO_VARS and forgetjoerg1-1/+3
about problems with libmilter detection on DragonFly.
2006-01-08Don't define NEEDSGETIPNODE on DragonFly as well.joerg1-2/+2
XXX Is this fragment really needed at all? include/sm/conf.h has a check for Linux and others should most likely be explicitly enumerated as well.
2006-01-08DragonFly needs sys/types.h before sys/socket.h, reorder includes.joerg2-1/+18
2006-01-08Include paths.h on DragonFly and OpenBSD as well.joerg2-6/+6
2006-01-08Assume that DragonFly's getaddrinfo works, the test is broken forjoerg3-1/+35
jails which don't have IPv6 addresses even if the same package can be used on normal system. Include openssl/dsa.h to get struct dsa_st on newer OpenSSL versions.
2006-01-08Fix errno.joerg2-5/+14
2006-01-08Revert last change. Using GNU make under Darwin didn't fix the problem,tron5-22/+20
it only masked it. Switch back to BSD make and fix real problems. This results in a complete installation of the package under Darwin.
2006-01-08Update "milter-greylist" package to version 2.1.2. Changes since 2.0.2:tron2-6/+6
- Bucketed in-memory databases for better concurency - Large buffer for writing the dump file - Option to disable human-readable date in dumps - Check for MXsync sends - Better handle non fatal I/O errors in MXsync - Fix ACCESSDB whitelist with multiple recipients - DRAC support - Log hostname as well as IP in ACL debug - Record HELO for SPF 2
2006-01-08Use NetBSD rules for DragonFly as well.joerg2-4/+4
2006-01-08Remove some more prototypes which should be used from the system headersjoerg2-1/+21
and which conflicted with them on DragonFly.
2006-01-08Fix errno.joerg2-1/+14
2006-01-07Use GNU make under Darwin to fix a build problem.tron1-1/+3
2006-01-07Update spamprobe to version 1.4.hubertf4-14/+26
Submitted by Ossi 'ohub' Herrala <oherrala@ee.oulu.fi> in private mail as discussed on IRCnet #NetBSD. Changes to software: * Spamprobe has a config file! * Added comprehensive command line option help. * Added support for maildir directories to all file based commands. * Added support for auto-purge (-P command line option). * Commands create-db and create-config to greate database and config file. * Added gif parser support using libungif to analyzes image attachments and derive useful information from them. Changes to package: * bdb is not in SUGGESTED_OPTIONS anymore. * added depency to graphics/libungif and gif is in SUGGESTED_OPTIONS.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz15-25/+30
2006-01-06Per PR pkg/30133 majordomo conflicts with net/bounce.garbled1-1/+3
2006-01-05Define BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS, rather than requiringgdt1-9/+5
a specific version of gettext. Thanks to jmmv@ for suggestions.
2006-01-05spiff up comments about gettext.gdt1-4/+6
change gettext to BUILD_DEPENDS
2006-01-05Depend on devel/gettext, since 0.10.35 is too old to build the catalogs.gdt3-6/+11
Fix typo in patch. PKGREVISION++
2006-01-05Missed a spot; USE_TOOLS+=nroff here too.schmonz1-1/+3
2006-01-05These packages generate catted manpages. Add USE_TOOLS+=nroff.schmonz5-7/+15
2006-01-04Take maintainership (at suggestion of previous maintainer, jmmv@).gdt5-21/+48
Update to 2.0 (minor changes and bugfixes omitted): 2.0 August 9, 2005 * Core changes: * Evolution support has been added [not in pkgsrc] * Mailboxes can now be assigned a custom name * For greater flexibility, mailboxes configuration is now stored in ~/.gnome2/mail-notification/mailboxes.xml (previously, it was stored in the GConf database) * If a mailbox requires authentication and the necessary credentials are not provided in the mailbox properties dialog, Mail Notification now lets GNOME prompt the user for the credentials * The Mail Notification item is now also listed in the GNOME >= 2.10 Preferences menu * The third-party libegg code has been updated * mbox, MH, Maildir and Sylpheed changes: * Immediate notification did not work properly with fast kernel notifiers (kqueue, inotify, dnotify, ...): fixed * Unseekable files are now supported * The location of the system mailbox is now resolved at runtime rather than when the mailbox is added (eases sharing the Mail Notification settings across multiple computers) * mbox changes: * When immediate notification is not available, the mailbox is now also checked when its size or ctime changes (previously, it was only checked if its mtime had changed) * Sylpheed changes: * Mail Notification now tries to avoid race conditions which may occur while Sylpheed is being used * POP3 and IMAP changes: * When the authentication mechanism option is set to "autodetect", Mail Notification will now try to authenticate using each server-supported SASL mechanism * POP3 changes: * The TOP optional command is now supported. This solves some issues with POP3 servers (for instance, pop.gmail.com) which incorrectly archive mails that have been accessed using the RETR command. * IMAP changes: * If, while idling, the server abruptly drops the connection, Mail Notification now reconnects rather than considering it an error * When idling, Mail Notification now only wakes up if it receives a response indicating that the mailbox might have changed * By default, Mail Notification now avoids using the IDLE extension if the remote server software is known to have a broken IDLE implementation * UTF-8 mailbox names are now converted to modified UTF-7, as required by RFC 3501 * Gmail changes: * Functionality has been restored after the Gmail web site was modified; to prevent future disruptions and simplify the source code, the Gmail Atom feed (https://mail.google.com/mail/feed/atom) is now used 1.1 March 6, 2005 * The mail summary dialog has been replaced by a main window, for controlling Mail Notification when the status icon is hidden
2006-01-04Also commit distinfo. Reminded by wiz@.joerg1-7/+22
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Update to 1.01. From the changelog:schmonz5-14/+28
- Added support for SMTP AUTH PLAIN. Thanks to Ace Jones for the initial implementation. - Fixed compile error in lib/list.h
2006-01-03Update to 5.419:wiz2-6/+6
2005-12-22 David F. Skoll * VERSION 5.419 RELEASED * Added MIME::Parser->decode_bodies method. This lets you force MIME::Tools to store body parts WITHOUT decoding them. Useful if you need the exact unmangled message source (for example, for GPG-signing.) Patch submitted by Jörn Reder.
2006-01-03Update to 4.4.4. From the changelog:schmonz2-6/+6
-improve parsing of flags in IMAP responses. Thanks: Gareth McCaughan.
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca2-8/+8
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03Update mail/sqwebmail to 5.0.7. Changes from version 5.0.6 include:jlam5-16/+19
* Update attribute count, after purging invalid html syntax/ * Fix some HTML display bugs * When using GPG, sign the entire message in its entirety, instead of signing each MIME part separately. Some E-mail clients cannot handle individually-signed multipart/alternative content. * Fix HTML templates (remove 8bit content inserted by Amaya). * Wiki-style composition of HTML messages. Also, the "fam" option is noted to be supported here now, although the logic to handle it is still in mail/courier-maildir/Makefile.common.
2006-01-03Note once again that "fam" is a supported package option for courier-imap.jlam1-2/+4
The logic to handle this is still in mail/courier-maildir/Makefile.common, but the package option must now be specified here.
2006-01-03maildrop no longer supports "fam" as a package option. It actuallyjlam1-1/+2
never used the fam code at all, so there is no actual loss of functionality. However, maildrop will now never depend on fam or gamin. Bump the PKGREVISION to 1.
2006-01-03Update mail/courier-maildir to 0.52.2. This update uses the maildirjlam3-8/+12
code from courier-0.52.2 which has no changes from the code in 0.52.1. The only change is that "fam" is no longer a package option (or a dependency) for courier-maildir.
2006-01-02This already had a hack to fix building on OS X with BIND9 systemschmonz2-7/+10
resolver. Convert it to the less hacky one used elsewhere, mainly so that I won't miss it when implementing a more general solution to this common problem.
2006-01-02Fix dspam building on NetBSD-1.6.xadrianp1-1/+3
Problem identified by Alan Horn in PR# 32089
2006-01-02Update Sylpheed-devel to 2.2.0beta2.chris2-7/+7
Changes for 2.2.0beta2: * The forwarding of messages with attachments was modified. * The bug that previously selected row was removed from the view instead of currently selected one when deleting folders from the context menu was fixed. * Win32: The bug that messages with subject that includes characters that can't be used for filename couldn't be attached was fixed. * Windows-1252 was added for display encoding. * After incomplete POP3 session, duplicate retrieval of messages doesn't happen anymore. Changes for 2.2.0beta1: * The major improvements of the search function were made. o The query search was implemented. o Search conditions can be specified with the same UI as the filter rule. o Subfolders can be searched. o The search folder (virtual folder) was implemented. * The maximized window state is now remembered. * The option "Display recipient on 'From' column if sender is yourself" now looks for all accounts. * The line-wrapping of composition now doesn't join enumerated lines. * The nonstandard Korean encoding 'ks_c_5601-1987' was supported. * The bug that the initial directory was not properly selected in the file selection dialog with GTK+ 2.8 was fixed. * Some other bugs were fixed.
2006-01-01Update to 1.4.2.1:wiz3-9/+7
Evolution-Data-Server 1.4.2.1, 2005-11-30 ----------------------------------------- Added fix for an ugly crasher in the calendar component. Use EDS 1.4.2.1 instead of 1.4.2 Evolution-Data-Server 1.4.2, 2005-11-29 ---------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #218177- Disable IMAP Account causes crash (Parthasarathi) #318508- Repeated crash when downloading new mail (Vivek Jain) #228929- After upgrading snapshot cannot see IMAP inbox contents (Shreyas) #317956- Crash when starting evolution without or with expired kerberos 5 (Bjorn Torkelsson) #320736- crash connecting to groupwise7 (Parthasarathi) #319045- gw-Evolution crashes after marking few mails as not junk (Vivek) #312848- Delete option should be disabled for default Tasks list (Sarfraaz) #318104- evolution crashed when changing calendar timezone and keeps crashing (Harish) #317322- crash when delete a imported recurrent event (Chenthill) #318777- recurrence editing ... (Chenthill) #318130- e-cal-backend-http.c does not include e-cal-time-util.h, fails (Matthew Daniel) #319612- Stop warnings from e-destination about xmlChar* (Ross Burton) #318227- Change LDAP search filter (Carsten Guenther) #316955- Recreates summary file on every other load (Ross Burton) #319848- Cannot select multiple adresses for 'To', 'Cc' etc fields (Sushma) Updated Translations: - fa (Meelad Zakaria) - bg (Alexander Shopov)
2006-01-01Because of an Interix bug involving fork and stderr, mutt fails to execben3-2/+45
sendmail, which prevents mutt from sending messages. patch-am works around this issue by postponing the closing of all file descriptors until after the fork.
2006-01-01The msmtp manual states that it uses the same exit codes as sendmail.ben2-1/+13
Most of these exit codes are defined in gnulib/sysexit_.h EX_OK is defined as 0 in src/msmtp.c if it wasn't already defined. The variable error_code is assigned these exit values, and returned at the end of main(). On Interix, EX_OK is defined in unistd.h: #define EX_OK 0x8001 /* test for regular executable */ patch-ab changes the logic so that when error_code == EX_OK, the exit code is 0 instead of EX_OK. This should work everywhere.
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-5/+1
2006-01-01Interix uses WinSock, which does not provide SO_RCVTIMEO nor SO_SNDTIMEO.ben3-2/+21
Skip these options when building on Interix.
2006-01-01When the mailpath is group-writable and not world-writable, theben1-1/+9
configure script sets bin/mutt_dotlock to install setgid mail. Interix installs the mail spool directory group writable and not world-writable, however the group is +Administrators. Interix does not install a group named mail, which causes the mutt install to fail. Fix this by replacing group mail with group +Administrators.
2005-12-31Add ${POSTFIX_QUEUE_DIR}/etc to OWN_DIRS. Suggested by Jeremy C. Reed.martti2-4/+4
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz9-13/+18
Bump BUILDLINK_RECOMMENDED.
2005-12-30Add DragonFly build support, partly based on the patches fromjoerg21-40/+555
www/firefox.
2005-12-30Make sure ${spooletcdir} exists. Bump PKGREVISION as this affectsmartti4-6/+8
the binary package.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam72-144/+72
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Add and enable p5-Mail-Ezmlm.schmonz1-1/+2
2005-12-28Initial import of p5-Mail-Ezmlm-0.05.1, a Perl5 module providingschmonz5-0/+56
object methods to manipulate ezmlm mailing lists.
2005-12-27Install man page to PKGMANDIR and use INSTALLATION_DIRS to precreatereed1-2/+3
directory.