summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2003-06-23Update to 7.16.jtb2-5/+5
* New commands: + vm-visit-imap-folder + vm-visit-imap-folder-other-window + vm-visit-imap-folder-other-frame + vm-save-message-to-imap-folder * New variables: + vm-imap-server-list * vm-primary-inbox can now be a POP or IMAP mailbox specification. * vm-mime-set-xxx-parameter: use the parameter name passed in instead of assuming the name is "charset". The only calls to this function passed in "charset" as the name, so this bug wasn't affecting anything. * vm-decode-mime-encoded-words: do charset conversion if needed. Forgot to add this back when vm-mime-charset-converter-alist was added. * vm-send-mail-and-exit -> vm-mail-send-and-exit in vm-user-agent definition. * vm-mail-send-and-exit: dropped first arg requirement since the argument isn't used anyway. * compute POP cache filenames based on the POP mailbox spec with the access method as "pop" and the authentication method and port as asterisks. This prevents visiting the wrong file if the user starts accessing a POP mailbox through a different port or using a different access or authentication method. Automatically migrate the old cache files to the new scheme as we go. * fixed convert -page typos. * vm-set-redistributed-flag: fourth arg of vm-set-xxx-flag call corrected to be vm-set-redistributed-flag instead of vm-set-forwarded-flag. * IMAP BYE responses are always untagged; changed code to match.
2003-06-23Convert to depending on exim-user rather than installing the user pre-buildjmc1-12/+4
here.
2003-06-23Add exim-userjmc1-1/+2
2003-06-23New meta-package for dealing with exim's pre-reqsjmc3-0/+27
of needing a user installed pre-build (as apposed to during the install). This way proper dependencies can be done and allows for building of exim as non-root.
2003-06-23Updated to version 0.99.10rc2.salo2-22/+23
From MAINTAINER, Tom Hensel. Changes: - Dovecot may now be compiled with Cyrus-SASL2, specify USE_SASL2=YES for this to happen. - use generic USE_OPENLDAP instead of DOVECOT_USE_LDAP - minor cleanups 0.99.10rc2: =========== - Minor bugs corrected, one possible crash when using hardlinks for copying fixed. - Minor fix for the 'linebreak-problem' - should be history now even on non-i386. - PostgreSQL server will be reconnected on failure. This will be a stable 0.99.10 release if no new bugs popup.
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-06-19Add an example mailer.conf file to show how ssmtp can be used in place ofjlam4-5/+23
the system sendmail via mailwrapper. Suggested by Julio Merino (thanks!).
2003-06-19Add and enable mail/ssmtp.jlam1-1/+2
2003-06-19Initial import of mail/ssmtp, an extremely simple MTA that forwards mailjlam10-0/+160
to a mail hub. Originally from pkgsrc-wip; created by Toru TAKAMIZU <pkg at pop dot 707 dot to>. A secure, effective and simple way of getting mail off a system to your mail hub. It contains no suid-binaries or other dangerous things - no mail spool to poke around in, and no daemons running in the background. Mail is simply forwarded to the configured mailhost. Extremely easy configuration. WARNING: the above is all it does; it does not receive mail, expand aliases or manage a queue. That belongs on a mail hub with a system administrator. This program is especially recommended for mutt users who send emails via ISP's smtp server.
2003-06-19Updated to version 0.99.10-test14 (0.99.10beta14 in pkgsrc).salo3-21/+16
From Tom Hensel via tech-pkg and private mail. Changes: - new MAINTAINER, Tom Hensel 0.99.10-test14: =============== - IMAP over SSL works now without having to install (patched) OpenSSL from pkgsrc or patching dovecot itself. For instance, OpenSSL gets initalized before chrooting so it can open /dev/urandom, even some possible crashes have been fixed. - Many changes to the Maildir synchronization and expiration code, diffrent bugs and flaws are fixed. Improved indexing and hashing of Maildirs and mboxes. - Changes to improve overall perfomance have been incorparated. - The authorization daemon now supports the ANONYMOUS SASL mechanism, a few bugs were fixed. - Many flaws and glitches are gone, please see dovecot's ChangeLog for a complete list of changes.
2003-06-19regen for patch-af changewiz1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-16Make this work non-interactively by adding the user directly in pre-build.jmc1-10/+9
Also set PKG_USERS so the package will note the userids for you when you remove it.
2003-06-16Oops. make sure the patch can actually applyjmc1-3/+3
2003-06-16Patch so this works correctly with db4 4.1 nowjmc2-1/+38
2003-06-16Updated postfix to 2.0.12martti2-8/+8
- Stricter smtpd input checks rejected invalid addresses starting with @. - Stricter postdrop input checks broke "sendmail -bs". - New "postcat -q" (search the queue for the named file) support from snapshot release because I can no longer see people suffer. - Allow <@site,@site:address> route addresses in SMTP commands. This address form was deprecated years ago. - "sendmail -q<time>" without -bd option now exits immediately, instead of waiting for input and screwing up system boot sequences. - The Postfix LMTP client used the wrong service name, causing trouble with SASL 2.1.13. - Turned off non-blocking write to pipe because too many systems gave an unexpected write() result, causing partial delivery of messages to commands like procmail.
2003-06-16upgrade to 20030616. MIME header decoding is more robuset against brokenitojun2-6/+6
encodings.
2003-06-15Enable support for jpilot to sylpheed. Enabled by setting USE_JPILOT=YES.chris1-1/+7
Only compile tested, sylpheed still runs with it enabled. Patch supplied by tom (surname unknown)
2003-06-12if defined(USE_GCC3) include "../../lang/gcc3/buildlink2.mk"abs1-1/+4
Fixes gcc3 'Canadian' build issue (Can now find gcc_eh) No change to non gcc3 compiled packages
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-3/+4
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-10Bump PKGREVISION because of db4 shlib major bump.wiz4-6/+8
2003-06-09Downgrade to 1.49 due to problems where sanitizer delivers empty messages.kim3-9/+6
2003-06-08style: we use 2 spaces for indenting blocks.grant1-6/+6
s/echo/${ECHO}/
2003-06-08drop some unneeded parens, whitespacegrant1-4/+4
2003-06-08Upgrade to 1.60:kim2-5/+5
Minor update to MIME type checking rules, to allow more legal MIME types. Made the multipart detection code less aggressive, in small text messages it would mistake common ascii-graphic signatures for message boundaries and mess up the parsing quite badly. Made the filename checker check ALL possible file names against each rule, instead of just checking the "default" one. If feat_mime_files is set, then the default file-name for that mime type will be checked as well. This is a major improvement to security, but requires that filename rules are ordered so that that all DROP/DEFANG/MANGLE rules precede any ACCEPT rules. Made the sanitizer read /etc/mime.types (if it exists) to generate a more complete list of default filenames for unnamed parts.
2003-06-08- include patch from SA CVS repository to fix a bug with 'spamassassin -r'heinz3-4/+18
learning a message without Message-Id as ham (see bugzilla #2030) - depend on p5-IO-Socket-SSL>=0.92 because of bugs in earlier versions - bump revision
2003-06-07Avoid hardcoding /usr/pkg in patch files.jmmv3-8/+8
Do the "dynamic" substitution in the pre-configure target instead of post-patch so that patches can be generated properly after a "make patch".
2003-06-07Avoid hardcoding /usr/pkg in patch files (CFLAGS and LDFLAGS contain thejmmv5-11/+30
right flags, so there is no need to add -I and -L flags by hand). Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2.
2003-06-06Update sylpheed to 0.9.2, from email on sylpheed list:chris2-5/+5
(Note: this includes the fix of a serious bug, so I'll recommend upgrading for 0.9.0 and 0.9.1 users (the older version doesn't have the bug).) Changes: * The bug that removed messages from server if "Don't receive" action is specified by the filter rule has been fixed. * The bug that caused abort when a button is double-clicked on some dialogs has been fixed. * A warning that was displayed when address book was empty has been fixed.
2003-06-05Use MASTER_SITE_DEBIAN.jmmv1-3/+2
2003-06-02Make this compile on NetBSD again. Fixes PR pkg/21757.kim2-6/+21
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma44-88/+88
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-31Add & enable gnus.uebayasi1-1/+2
2003-05-31Initial import of Gnus 5.10.2.uebayasi6-0/+528
This is a stand-alone version of Gnus mail / news reader package running on GNU Emacs. This package is supposed to catch up to newer versions of Gnus than found in GNU Emacs distributions. Provided by Love Hoernquist-Astrand <lha at netbsd dot org>.
2003-05-31Update etach to 1.2.9. Changes since 1.2.6:jschauma2-5/+5
1.2.9 Documentation update. (Note: Include the word "etach" somewhere in the "Subject:" line of any email sent to the author or your message may be discarded by the mail filter.) 1.2.8 Changed documentation strings to better conform to "Tips for Documentation Strings" in GNU Emacs Lisp Reference Manual per suggestion by rms. 1.2.7 Changed the detachment-default-directory portion of the mime-decode algorithm to treat DOS/Windows drive letter prefixes (e.g., "C:") as valid starts of absolute path names. This addresses a couple of Windows user requests. Added user-customizable variable "etach-write-text-files." This addresses a user request. Adapted the comment marks (semicolons) to convention.
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-3/+5
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-30Update sylpheed to 0.9.1, main changes are:chris2-5/+5
* The bug in handling folder names which include '+' in IMAP4 modified UTF-7 conversion has been fixed. * The wrong parsing of message/rfc822 parts in multipart messages has been fixed. * Several bugs of auto signature replacement has been fixed. * A bug that didn't hide user string in the Action dialog has been fixed. * Socket I/O timeout interval is now configurable.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-26Updated cyrus-imapd to 2.1.13martti2-10/+10
* New IPv6 patch * Add maxfds= option in cyrus.conf * "The shutdown() Patch" * Now report both built-with and running-with OpenSSL versions * Misc other small bugfixes * Security Appraisers and Bynari review of the majority of the modules in imap/ Approved by chris.
2003-05-26Updated cyrus-imapd to 2.1.13martti4-21/+21
* New IPv6 patch * Add maxfds= option in cyrus.conf * "The shutdown() Patch" * Now report both built-with and running-with OpenSSL versions * Misc other small bugfixes * Security Appraisers and Bynari review of the majority of the modules in imap/ Approved by chris.
2003-05-25Update Sylpheed to 0.9.0, too many new features to list, see the Changelog.chris3-7/+8
Fixes PR pkg/21579
2003-05-25Remove commented out PKGREVISION line.taca1-2/+1
2003-05-25Update postfix to 2.0.10.taca2-9/+9
- Ugly but harmless warnings from nqmgr after "postsuper -r" to requeue files that already had some recipients delivered. - The proxy_read_maps parameter did not recognize "," as separator. - The local delibery agent now defers delivery after .forward etc. file read error. - The message_size_limit was applied when running "newaliases", so that the result alias database could be truncated on systems with very small message size limits. The official release changes for bugfixes and portability issues only.
2003-05-24- Update MASTER_SITES and HOMEPAGE.taca1-3/+3
2003-05-22Update spamassassin to 2.55abs13-198/+184
Many small changes since 2.53, but difficult to pick out anything significant.
2003-05-21Updated the IPv6 patch. IPv6 support is activated by settingmartti3-34/+23
POSTFIX_USE_INET6=YES in /etc/mk.conf before building this package.
2003-05-18whitespacecjep1-2/+2
2003-05-18delintcjep1-3/+3
2003-05-17Update to 7.15jtb2-8/+15
* Makefile: Use '>' instead of '>>' on first write to vm-autoload.el to truncate the file otherwise it will grow each time it is updated. * vm-mime-attach-message: arrange for forwarded flag of each attached message to be set when the composition is sent. * vm-decode-mime-encoded-words: do charset conversion if needed. Forgot to add this back when vm-mime-charset-converter-alist was added. * when cropping images call 'convert' with -page to avoid having some kind of margin takcked on to the image. The strange margin seems to be applied to GIFs but not JPGs. No idea why. * fixed some defcustom variable declarations. * vm-mime-reader-map-save-file: return the file name to which the object was saved. * vm-mime-burst-digest: remove blank lines at the beginning of message/rfc822 bodies in a multipart/digest object, since they most likely indicate an improperly packed digest rather than a message with no headers. * vm-make-tempfile: use vm-octal to clarify file mode setting. * vm-make-image-strips: when building the script for incremental display, don't quote the filenames. DJGPP cmdproxy.exe doesn't interpret single quotes and using double quotes is pointless. VM's arguments to 'convert' don't need quoting anyway. * use vm-pop-check-connection to check POP connections before trying to read data from them. The checker will signal an error if the connection is closed or the process associated with the connection has exited. * use vm-imap-check-connection to check IMAP connections before trying to read data from them, The checker will signal an error if the connection is closed or the process associated with the connection has exited.
2003-05-17upgrade to 20030421. string manipulation audit and other small changesitojun2-6/+6