Age | Commit message (Collapse) | Author | Files | Lines |
|
supplied by Stoned Elipot in PR pkg/13316.
|
|
only once in "site.config.m4" and not in each configuration file.
|
|
Enable TLS.
Bump PKGREVISION.
provided by Julio Merino <jmmv at hispabsd dot org> in pkg/17361.
|
|
env(1), and it does not work with the new getopt(3).
provided by Julio Merino <jmmv at hispabsd dot org> in pkg/17361.
|
|
|
|
|
|
exim 3 can be had from www.exim.org.
|
|
package, too.
|
|
|
|
and use the "tcp_wrapper" package if necessary.
|
|
|
|
|
|
by Mipam.
|
|
|
|
|
|
|
|
Sort lines a bit differently.
|
|
|
|
|
|
|
|
a package for making it easy to abstract the "SpamFriend" and
"SpamHater" features in sendmail, as well as those for whitelisting
certain hosts/addresses/etc.. Especially useful for making sure that
addresses you whitelisted as "always accept for" in /etc/mail/access
also get whitelisted in Milter-based applications as well (be they
senders or recipients)
|
|
which the basesrc USE_KERBEROS variable. Discussed on packages@
This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by
FUKAUMI Naoki on a Japanese NetBSD mailing list.
|
|
in order to have any effect.
|
|
USE_MUTT_* knobs to have a default set in bsd.pkg.defaults.mk,
since they now are.
|
|
in pkg/17226.
Changes since 0.3.4:
* Improved signal handling during update state
* Handle broken mboxes
* Improved dotlock, the -l argument works for instance
Also fix PLIST while I'm here (deinstall script takes care of config file).
|
|
|
|
|
|
This package was contributed by Hauke Fath in PR pkg/16392.
|
|
* Cleanup: Mailbox-Line: message header labels should be X-Mailbox-Line: labels
* The SMTP server now disallows RCPT TO:<"">, just like it disallows RCPT TO:<>
* Replace domain.name by domain.tld in the example config files
* The Postfix sendmail command did not export the MAIL_CONFIG environment
setting to the postdrop command
|
|
(Also disable compface for now. Maintainer will be submitting a version
that uses compface in the next few weeks.)
Changes since version 0.7.5 (from NEWS file):
* The manual and the FAQ have been updated, and German and Italian FAQs
have been added.
* IMAP shared folder is now supported.
* 'Create filter rule' has been added to the context menu.
* Only newsgroup names longer than specified length are abbreviated.
* 'Get all' doesn't check for new messages on IMAP or News account by
default.
* Minor improvements to the folder property dialog have been made.
* Special characters like parentheses can be used in passwords for IMAP
accounts now.
* Some crash bugs and other minor bugs have been fixed.
|
|
|
|
|
|
|
|
this package now conflicts with sylpheed-claws.
|
|
|
|
client.
provided by ptiJo@noos.fr in pkg/17127, with minor changes by myself.
|
|
category.
This is part of the japanese category retirement.
|
|
This is part of the japanese category retirement.
- in category converters:
ack, nkf, p5-Jcode, p5-jcode, p5-nkf, qkc, ruby-romkan, ruby-uconv
- in category lang:
ja-gawk
- in category mail:
ja-mh
- in category misc:
ja-less, ja-man, jhd, xjdic
- in category print:
ja-a2ps, ja-vflib, ja-vflib-lib, ja-vflib-utils, ja-vfxdvik, texfamily, texfamily-share
- in category textproc:
chasen, chasen-base, ipadic, ja-grep, ja-groff, ja-sed, kakasi, kbanner, namazu1, namazu2, p5-Text-ChaSen, p5-Text-Kakasi
- in category www:
mknmz-wwwoffle
- in category x11:
xjman
|
|
This is part of the japanese category retirement.
Pathnames to japanese/ adjusted.
|
|
|
|
version of the "mutt" package.
|
|
1.2.5.1 include:
- Better mh support: Mutt now supports .mh_sequences files.
Currently, the "unseen", "flagged", and "replied" sequences are
used to store mutt flags (the names are configurable using the
$mh_seq_unseen, $mh_seq_flagged, and $mh_seq_replied configuration
variables). As a side effect, messages in MH folders are no longer
rewritten upon status changes.
- The "trashed" flag is supported for maildir folders. See
$maildir_trash.
- POP folder support. You can now access a POP mailbox just like an
IMAP folder (with obvious restrictions due to the protocol).
- URL syntax for remote folders. You can pass things like
pop://account@host and imap://account@host/folder as arguments for
the -f command line flag.
- STARTTLS support. If $ssl_starttls is set (the default), mutt
will attempt to use STARTTLS on servers advertising that
capability.
- $preconnect. If set, a shell command to be executed if mutt fails
to establish a connection to the server. This is useful for
setting up secure connections; see the muttrc(5) for details.
- $tunnel. Use a pipe to a command instead of a raw socket. See
muttrc(5) for details. (Basically, it's another way for setting
up secure connections.)
- More new IMAP/POP-related variables (see muttrc(5) for details):
$connect_timeout, $imap_authenticators, $imap_delim_chars,
$imap_peek, $pop_authenticators, $pop_auth_try_all,
$pop_checkinterval, $pop_delete, $pop_reconnect, $use_ipv6.
- The following IMAP/POP-related variables are gone:
$imap_checkinterval, $imap_cramkey, $pop_port.
- There's a new imap-fetch-mail function, which forces a check for
new messages on an IMAP server.
- The new-mailbox function was renamed to create-mailbox, and is
bound to C instead of n by default.
For a complete overview of all new features look in the "NEWS" file.
|
|
|
|
|
|
Julio Merino in PR pkg/16956.
|
|
and replace bogus MAINTAINER email.
|
|
|
|
* maildrop/filter.C (xfilter): Set O_NDELAY on file descriptors for
xfilter() since select() only works correctly on non-blocking fds.
* maildrop/formatmbox.C (GetFromLine): Do not write a newline before
every From_ line...
* maildrop/deliver.C (delivery): ... only for 2nd and subsequent msgs.
* rfc2047.c (rfc2047_encode_callback): Fix MIME-encoding of spaces.
* rfc822.c (rfc822_prname_orlist): Dequote quoted-strings.
* rfc2045/reformime: Fix handling of unencoded nulls in text/plain
content.
* rfc2045/reformime.sgml: Documented the -m and -D options.
* userdb/configure.in: Fix typo.
* rfc2045/rfc2045.c (doline): Fix incorrect calculation of the
end of a multipart MIME section that's inside another multipart
MIME section.
* maildir/maildirfiltertypelist.h: Fix typo.
|
|
|
|
|