1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

934 Commits

Author SHA1 Message Date
Cheng-Lung Sung
0f40945a83 Add claws-mail-attach_warner 0.2.5, not attached file warning plugin for
claws-mail.

PR:		ports/109770
Submitted by:	Pawel Pekala <c0rn at o2.pl>
2007-03-03 07:45:36 +00:00
Andrew Pantyukhin
a974fbc34b Add port mail/mimp:
MIMP is a version of HORDE IMP suitable for mobile devices such as WAP phones or
PDAs. Basic IMP functionality is implemented including mailbox viewing and
paging, viewing messages, deleting, replying, forwarding, and composing new
messages.

WWW: http://www.horde.org/mimp/

PR:		ports/108946
Submitted by:	Beech Rintoul <beech@alaskaparadise.com>
2007-02-22 11:58:36 +00:00
Rong-En Fan
c3a81ed39f Add p5-Email-Reply 1.201, email::Reply - Reply to a Message.
PR:		ports/109410
Submitted by:	Kay Abendroth <kay.abendroth at raxion.net>
2007-02-22 05:40:50 +00:00
Nicola Vitale
7d3fe10b5a TurboMail is a TurboGears extension, meaning that it starts up and
shuts down alongside any TurboGears applications you write, in the
same way that visit tracking and identity do.

TurboMail uses built-in Python modules for SMTP communication and
MIME e-mail creation, but greatly simplifies these tasks by performing
the grunt-work for you. Additionally, TurboMail is multi-threaded,
allowing for single or batch enqueueing and background delivery of mail.

Author: Top Floor Computer Systems Ltd.
WWW:	http://trac.orianagroup.com/turbomail/
2007-02-17 14:15:41 +00:00
Rong-En Fan
f9c3f1e077 - Connect squirrelmail-compatibility-plugin1 to build 2007-02-12 16:38:13 +00:00
Martin Wilke
48585a89c3 Mail::SPF is an object-oriented Perl implementation of the Sender Policy
Framework (SPF) e-mail sender authentication system.

This release of Mail::SPF fully conforms to RFC 4408 and passes the 2006.11
release of the official test-suite <http://www.openspf.org/Test_Suite>.

The Mail::SPF source package includes the following additional tools:

  * spfquery:  A command-line tool for performing SPF checks.
  * spfd:      A daemon for services that perform SPF checks frequently.

WWW:	http://www.openspf.org/

- Koen Martens
gmc@sonologic.nl

PR:		ports/109020
Submitted by:	gmc at sonologic.nl
2007-02-10 16:39:01 +00:00
Renato Botelho
f5044e5025 This software provides an easy and functional way to audit incoming and
outgoing e-mails from a qmail server. It works by means of qmail-queue
wrapping. It has a control file which allows selective auditing of sender or
recipient, as well as whom the messages should be forwarded to. This control
file allows regular expressions, what increases its flexibility of use.

WWW:	http://qmail-auditor.sourceforge.net/

PR:		ports/108942
Submitted by:	Patrick Tracanelli <eksffa at freebsdbrasil.com.br>
2007-02-09 10:39:37 +00:00
Martin Wilke
45b126a76c Softfail is an enhaced greylisting system to be used on qmail MTA patched
with SMTPEXTFORK feature. It is an independent program, which is forked from
qmail-smtpd. It allows manual whitelisting and blacklisting as well as
automatic black and whitelisting. Automatic whitelisting is done by the usual
greylisting method while automatic blacklisting is done when the remote SMTP
server breaks some aspects of RFC rules and insists on redelivery very early.

All aspects of softfail's behavior can be configured. There are maintainance
scripts to be ran from crontab, which removes expired entries and generates
reports.

WWW:	http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/

PR:		ports/108846
Submitted by:	Patrick Tracanelli <eksffa at freebsdbrasil.com.br>
2007-02-06 23:39:38 +00:00
Xin LI
943ecfede6 New port skeleton for ExtMail -- A high performance webmail system.
It was written in pure perl, only support Maildir++(or Maildir), we try to
optimize the design and archtecture, make it scalable well and run faster
than common php/perl webmail system.

Homepage:	http://www.extmail.org
Submitted by:	chifeng at gmail com
2007-02-06 03:52:13 +00:00
Martin Wilke
335e212107 Mailwatch is a plugin for the Xfce 4 panel.
Features

    *   IMAP and Secure IMAP support
    *   POP3 and Secure POP3 support
    *   Local Mbox mailbox support
    *   Local Maildir mailbox support
    *   Local MH-Maildir mailbox support
    *   GMail support
    *   Fully multithreaded design: no panel lockups
    *   Informative new-message breakdown in tooltip
    *   Ability to run program on new messages or button click
    *   Informative logger to help track down mail connection problems

WWW:	http://spuriousinterrupt.org/projects/mailwatch
2007-01-28 00:10:45 +00:00
Martin Wilke
da82e0a820 From the Dovecot wiki on LDA (WWW: http://wiki.dovecot.org/LDA/Sieve)
Sieve language support by a plugin for the deliver LDA

    * Mail filtering
    * Mail forwarding
    * Vacation auto-reply

WWW:	http://www.dovecot.org

PR:		ports/107352
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274 at is-root.com>
2007-01-09 21:10:41 +00:00
Martin Wilke
f5ec9f1ea3 Qpsmtpd started as a replacement daemon for the SMTP receiver (qmail-smtpd)
from the qmail mail transport agent (MTA). qmail-smtpd has a number of
shortcomings (e.g. being unable to check the validity of a recipient mail
address) and is written in C which makes it burdensome to modify and extend.
Qpsmtpd, on the other hand, is written in pure perl and can be customized
easily. It consists of a core that implements a complete SMTP server, and a
number of plugins/modules which control the operations. Such plugins
include plugins to check the recipient and sender as well as plugins for
virus scanning, spam checking, blocking lists (dns and rhs), AUTH and TLS.
Qpsmtpd can not only be used with qmail but also with e.g. postfix and
exim. It can also write messages to a Maildir or forward it to a remote
host without buffering.

WWW: http://smtpd.develooper.com/

PR:		ports/107668
Submitted by:	Zane C. Bowers
2007-01-09 21:09:17 +00:00
Martin Wilke
6b5a7815a1 SquirrelOutlook is a standards-based webmail package written in PHP4. It
includes built-in pure PHP support for the IMAP and SMTP protocols, and
all pages render in pure HTML 4.0 (with no Javascript) for maximum
compatibility across browsers. It has very few requirements and is very
easy to configure and install. SquirrelOutlook has a all the functionality
you would want from an email client, including strong MIME support,
address books, and folder manipulation

WWW: http://sourceforge.net/projects/squirreloutlook/

- Dennis Cabooter
freebsd@rootxs.org

PR:		ports/107303
Submitted by:	Simon Dick <simond at irrelevant.org>
2007-01-08 23:03:14 +00:00
Martin Wilke
7232682274 2007-01-07 mail/py-email2: Only usable python versions schedualed to expire
2007-01-04 net/ruby-radius: distfile disappeared from homepage
2007-01-08 12:21:58 +00:00
Anton Berezin
e148168715 Add mail/p5-Parse-Syslog-Mail 0.10, a Perl module that can parse log
messages generated by various MTAs.
2007-01-08 12:08:56 +00:00
Martin Wilke
d36a55a3f4 2006-12-27 devel/libformat: distfile and homepage disappeared
2006-12-01 editors/ooodict-all: Size mismatch
2006-12-01 mail/distribute: Does not install
2006-12-01 net-im/gaim-rss-reader: Requires update to work with Gaim 0.82.1
2006-12-31 sysutils/slay: Author doesn't see it as needed anymore
2007-01-05 20:06:28 +00:00
Ion-Mihai Tetcu
7852033356 Now that also the plug-ins have been repocopied remove this port.
Approved by:	netchild@ (maintainer)
2006-12-31 17:12:55 +00:00
Ion-Mihai Tetcu
4cf830256a sylpheed-claws was renamed upstream to claws-mail. Compleate repocopies of
mail/sulpheed-claws-* plugins to mail/claws-mail-* and update them to the
latest version. Link the new ports to the build: [1]

PR:		106576-106589 [1], 107286 [2]
Submitted by:	Pawel Pekala (maintainer) [1], me (itetcu) [2]
Repocopies by:	marcus@
2006-12-31 15:08:30 +00:00
Ion-Mihai Tetcu
38986901f0 sylpheed-claws was renamed upstream to claws-mail. Compleate repocopies of
mail/sulpheed-claws-* plugins to mail/claws-mail-* and update them to the
latest version. Remove the old ports: [1]
mail/sylpheed-claws-att_remover
mail/sylpheed-claws-cachesaver
mail/sylpheed-claws-etpan_privacy
mail/sylpheed-claws-fetchinfo
mail/sylpheed-claws-gtkhtml2_viewer
mail/sylpheed-claws-maildir
mail/sylpheed-claws-mailmbox
mail/sylpheed-claws-newmail
mail/sylpheed-claws-notification
mail/sylpheed-claws-perl
mail/sylpheed-claws-rssyl
mail/sylpheed-claws-smime
mail/sylpheed-claws-synce
mail/sylpheed-claws-vcalendar

PR:		106576-106589 [1], 107286 [2]
Submitted by:	Pawel Pekala (maintainer) [1], me (itetcu) [2]
Repocopies by:	marcus@
2006-12-31 15:04:24 +00:00
Martin Wilke
d3015e11ff It can split messages inside a Mbox, return the number of messages, return,
update or remove an specific message or add a message on the Mbox.

WWW: http://pear.php.net/package/Mail_Mbox/
2006-12-26 20:50:32 +00:00
Rong-En Fan
82bde9ee93 Add p5-MIME-Explode 0.38, perl extension for explode MIME messages.
PR:		ports/107031
Submitted by:	chinsan
2006-12-23 11:07:21 +00:00
Martin Wilke
2cc744a224 The SASql SquirrelMail plugin lets users change a pre-defined set of
SpamAssassin settings when those settings are stored in a SQL DB rather than
a config file. This is very useful in a virtual user setting when the users
don't have home directories or access to them.

WWW: http://www.squirrelmail.org

PR:		ports/106562
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2006-12-10 23:11:45 +00:00
Martin Wilke
8e250796f2 This plugin provides options to integrate QmailAdmin into the SquirrelMail
web interface.

WWW: http://www.squirrelmail.org

PR:		ports/106561
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2006-12-10 23:11:19 +00:00
Alexander Leidinger
d19cf845bb Claws Mail is the renamed Sylpheed Claws.
- Update to v 2.6.1.

Repocopy by:	marcus
2006-12-08 20:51:32 +00:00
Martin Wilke
885e98d61c Changes the name of the input form field on the login screen so that newer
browsers have an almost impossible time trying to remember your name and
password. Use this if you want extra security or the majority of your users
use public terminals.

WWW: http://www.squirrelmail.org

PR:		ports/106348
Submitted by:	Neil Darlow <neil at darlow.co.uk>
2006-12-04 21:56:46 +00:00
Dirk Meyer
8ca37eb198 log 2006-12-01 06:41:15 +00:00
Dirk Meyer
407319c055 Addresses for GNUstep is a versatile address book application.
This ports installes additional tools.

WWW: http://giesler.biz/bjoern/en/sw_addr.html
2006-11-30 17:22:45 +00:00
Shaun Amott
ef761acf57 Connect up repocopied p5-FuzzyOcr-devel port. 2006-11-27 22:52:11 +00:00
Pav Lucistnik
38a9127b2e - Copy mail/dbmail 2.0.10 over to mail/dbmail20
PR:		ports/105623
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Repocopied by:	marcus
2006-11-23 16:06:47 +00:00
Pav Lucistnik
43b7e326cc - Move mail/dbmail-devel to mail/dbmail21
PR:		ports/105624
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Repocopied by:	marcus
2006-11-23 13:55:03 +00:00
Michael Johnson
6241eb016a Add lightning
Lightning brings the Sunbird calendar to the popular email client,
Mozilla Thunderbird.

Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal
of becoming a cross-platform stand alone mail application using the XUL
user interface language.  See the Mozilla Thunderbird project page for
more details.

The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.

WWW: http://www.mozilla.org/projects/calendar/lightning/
     http://www.mozilla.com/thunderbird/
     http://www.mozilla.org/projects/calendar/sunbird/
2006-11-18 03:58:13 +00:00
Martin Wilke
6c1af6209e cyruslib is wrapped interface for imaplib.py, it adds support for
cyrus specific commands. Function naming is the same of cyradm

WWW: http://oss.netfarm.it/python-cyrus.php

PR:		ports/105043
Submitted by:	Dmitriy Kirhlarov <dimma@higis.ru>
2006-11-08 20:23:34 +00:00
Jean Milanez Melo
3efb460fb6 - Add mail/pantomime-ssl SUBDIR. 2006-11-07 19:56:04 +00:00
Shaun Amott
7adf889c08 FuzzyOcr is a SpamAssassin plugin which uses an Optical Character
Recognition (OCR) program to scan image attachments for spammy content.

It works!
2006-11-06 00:26:03 +00:00
Alejandro Pulver
0602fe2559 - Complete repocopy of mail/nail to mail/heirloom-mailx.
PR:		ports/104693
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2006-11-05 17:55:55 +00:00
Shaun Amott
45414193d2 This module can be used to convert between two of the LMAP (Lightweight
MTA Authentication Protocol) formats currently being proposed:

  CID = Microsoft's Caller-ID
  SPF = Sender Policy Framework

It will convert an XML-fragment as proposed by CID to a record that can
be added to DNS as proposed by SPF.

This seems to be needed by SpamAssassin/Mail::SPF::Query for dealing
with Hotmail messages, somewhere along the line.
2006-11-05 01:18:08 +00:00
Cheng-Lung Sung
87faabe2dc Net::SMTP_auth implements a client interface to the SMTP and ESMTP protocol
AUTH service extension, enabling a perl5 application to talk to and
authenticate against SMTP servers. This documentation assumes that you are
familiar with the concepts of the SMTP protocol described in RFC821 and with
the AUTH service extension described in RFC2554.

WWW:	http://search.cpan.org/dist/Net-SMTP_auth/
2006-11-01 00:12:59 +00:00
Dirk Meyer
8a212b3514 - disconnect pantomime-ssl 2006-10-31 05:29:36 +00:00
Alejandro Pulver
33865538e2 WWW::Hotmail - Perl extension for connecting to Hotmail
Author: David Davis, <xantus@cpan.org>
WWW: http://search.cpan.org/dist/WWW-Hotmail/

PR:		ports/102729
Submitted by:	Steven Kreuzer <skreuzer at f2o.org>
2006-10-05 19:33:23 +00:00
Alejandro Pulver
e74f9da761 Courier pythonfilter
pythonfilter is a framework for developing courierfilter programs in
Python.  The pythonfilter program itself is a multi-threaded daemon
that loads filters as python modules and passes the control and data
files from courier to each module in turn.

pythonfilter includes several modules that provide utility functions.
These modules are found in the "courier" directory.  The "config"
module provides functions to access or interpret Courier's
configuration settings.  The "control" module provides functions
to interpret Courier's control files.

pythonfilter is distributed under the GNU General Public License
(GPL), as described in the COPYING file.

PR:		ports/101862
Submitted by:	Milan Obuch
2006-10-04 23:28:43 +00:00
Alejandro Pulver
7fe099093d This is a port of tmdatools plugin for Squirrelmail.
This plugin allows a TMDA enabled account to be managed from within the
SquirrelMail interface, including the ability to edit list files, add
control headers to outgoing email, manage pending messages and create
tagged addresses for use outside SquirrelMail.

WWW: http://www.morison.net/squirrelmail-plugins/tmdatools.html

PR:		ports/98757
Submitted by:	Raul Pollicino <email-freebsd at def-defying.com>
2006-10-03 18:02:02 +00:00
Palle Girgensohn
468118cf54 Mulberry email client resurrected. Mulberry is now freeware.
PR: ports/102835, ports/102921 (Paul Schmehl)
2006-09-22 16:13:59 +00:00
Martin Wilke
c90e0468f6 This plugin displays a pull-down select box with IMAP server choices on the
login page. The user will be logged in using the IMAP server that is chosen.

WWW: http://www.squirrelmail.org

PR:		ports/102995
Submitted by:	Gerrit Beine <gerrit.beine(at)gmx.de>
2006-09-13 08:58:15 +00:00
Andrew Pantyukhin
c876c8b227 Add port mail/fdm:
fdm is a simple, lightweight replacement for mail fetch, filter and
delivery programs such as fetchmail and procmail. It can currently
fetch using POP3, POP3S or from stdin, and deliver to a pipe, file,
maildir, mbox or SMTP server, based on regexps.

WWW: http://fdm.sourceforge.net/
Author: Nicholas Marriott <nicm@users.sourceforge.net>
2006-08-25 12:54:09 +00:00
Andrew Pantyukhin
fecd40a243 Add port mail/surblhost:
Surblhost is a small program to see if hostnames are listed in the Spam
URI Realtime Blocklists (SURBL).

Hosts that are blacklisted means that global spam email have been reported
to contain links to these hosts.

Many popular spam email filters use these lists to identify spam email,
but this program makes it possible to use the lists for any conceivable
purpose, such as filtering out bad hosts from URL redirection, and so on.

WWW: http://surblhost.sourceforge.net/
2006-08-20 16:30:32 +00:00
Shaun Amott
0dbd2ee84e Add mail/nullpop.
NullPop is a POP3 server that allows logins, but never returns any
email. This is useful for certain setups where the user needs an
'account' setup in their mail client, but no real mail will ever
be received.

PR:		ports/101963
Submitted by:	Pankov Pavel <pankov_p@mail.ru>
2006-08-15 14:08:31 +00:00
Cheng-Lung Sung
7162ee42cd Add p5-IMAP-Client 0.11, advanced manipulation of IMAP services w/
referral support.

PR:		ports/101831
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-14 04:00:58 +00:00
Martin Wilke
e7f286d693 Puts a web search box in the left frame that can use a variety of
search engines. Currently supported:

    * Google
    * Google Adsense for Search
    * Yahoo!

  WWW: http://www.squirrelmail.org

Approved by:	krion (mentor)
2006-08-10 19:48:06 +00:00
Erwin Lansing
3293112933 Belatedly add dbmail-devel
Pointyhat to:	edwin (the other one)
2006-08-07 11:23:55 +00:00
Martin Wilke
f0eb0b2638 Mail::Verp encodes the address of an email recipient into the envelope sender
address so that a bounce can be more easily handled even if the original
recipient is forwarding their mail to another address and the remote Mail
Transport Agents send back unhelpful bounce messages. The module must also be
used to decode bounce recipient addresses.

PR:		ports/101282
Submitted by:	Vivek Khera <vivek(at)khera.org>
Approved by:	krion (mentor)
2006-08-07 10:17:37 +00:00
Edwin Groothuis
82e1beade1 New port: mail/libsieve A library to interpret Sieve scripts, and
to execute them over a given set of messages

    A library for parsing, sorting and filtering your mail.  libSieve
    provides a library to interpret Sieve scripts, and to execute
    those scripts over a given set of messages. The return codes
    from the libSieve functions let your program know how to handle
    the message, and then it's up to you to make it so. libSieve
    makes no attempt to have knowledge of how SMTP, IMAP, or anything
    else work; just how to parse and deal with a buffer full of
    emails.

PR:		ports/101346
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru>
2006-08-05 22:21:37 +00:00
Vasil Dimov
14f4a846e3 Remove expired leaf ports:
2006-07-19 japanese/eb3
2006-07-30 mail/dspampd
2006-07-28 net/svnc
2006-08-01 12:36:21 +00:00
Cheng-Lung Sung
8c9199c231 Add pecl-esmtp 0.3.1, PECL ESMTP client extenion.
PR:		ports/101133
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-08-01 04:45:23 +00:00
Rong-En Fan
338e2198a3 Add dkimproxy 0.13, DKIM filter for Postfix.
PR:		ports/100381
Submitted by:	Yoshisato YANAGISAWA
2006-07-27 16:26:39 +00:00
Rong-En Fan
54d3a22e17 Add p5-Mail-OpenRelay-Simple 0.02, check if a mail server runs as an
open relay.

PR:		ports/100668
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-07-23 02:30:42 +00:00
Rong-En Fan
3cc131b333 Add p5-WWW-GMail 0.07, this module simplifies access to gmail.
PR:		ports/100639
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2006-07-21 19:38:51 +00:00
Marcus Alves Grando
0350c7361c * UPDATING
Add entry about OPTIONS and SPF patch in mail/postfix

* mail/Makefile

Add postfix22

* mail/postfix [1]

Update to 2.3.0
Use OPTIONS instead of scripts
Add message about unsupported POSTFIX_OPTIONS
Remove SPF patch since that's not apply clean
Update pkg-descr
Change rcNG to rc only
Update CONFLICTS

* mail/postfix-current

Now postfix-current are called postfix-current instead of postfix.
Update CONFLICTS
Bump PORTREVISION
Store OPTIONSFILE in another local to not conflict with mail/postfix
Change rcNG to rc only

* mail/postfix1

Update CONFLICTS

* mail/postfix21

Update CONFLICTS
Change rcNG to rc only

* mail/postfix22 [2]

Update CONFLICTS
Change rcNG to rc only

Approved by:	maintainer [1]
Repocopy by:	marcus [2]
2006-07-19 12:59:11 +00:00
Renato Botelho
ee0c62d79d Add qmail-dk 0.54, domainKeys implementation for qmail. 2006-07-18 18:54:16 +00:00
Rong-En Fan
5118c2ac37 Add p5-Mail-DKIM 0.19, perl5 module to process and/or create DKIM email.
PR:		ports/100380
Submitted by:	Yoshisato YANAGISAWA
2006-07-17 15:50:27 +00:00
Cheng-Lung Sung
289f2ec8aa Add p5-Mail-SendEasy 1.2, send plain/html e-mails through SMTP servers.
PR:		ports/100339
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-16 10:07:51 +00:00
Renato Botelho
45a5995670 wbl is a really simple tool that can be used in a .qmail file for managing
a white/black list of email addresses.  It only does one thing--it
checks for entries in ~/.wbl that it uses as a regex against the From:
field of an incoming email.  If it matches a line with a +, it forwards
the email to the white list, if it matches a line with a - it forwards
the email to the blacklist.

Questions, feedback, comments may be sent to the author.

Author:	Caskey Dickson <caskey@technocage.com>
WWW:	http://www.technocage.com/~caskey/wbl/
2006-07-15 13:44:11 +00:00
Renato Botelho
7ed90ed42a This automatically logs a user out if they're idle for a set amount
of time. We define 'idle' as having not refreshed the right-hand
frame. The administrator can set a standard time for all users or
allow users to set their own timeout values.

WWW:    http://www.squirrelmail.org/plugin_view.php?id=38

PR:		ports/99892
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
2006-07-11 14:56:17 +00:00
Cheng-Lung Sung
d801ab01b3 Add p5-Net-SMTP-TLS 0.12, an SMTP client supporting TLS and AUTH.
PR:		ports/99986
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 00:36:55 +00:00
Renato Botelho
c106e0c0e6 Checks for updates to your currently running plugins by parsing the
SM site, and gives a description of any recent changes that have
been made to the plugin.

Also displays the current stable version of SM and lets you know
what version of SM you are running.

WWW:    http://www.squirrelmail.org/plugin_view.php?id=68

PR:		ports/99563
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-07-04 23:04:48 +00:00
Roman Bogorodskiy
7faf9394e3 This is a simple and small POP3 daemon implementation designed for
Maildir support.  It have direct support for authenticating regular
unix users, has UIDL command support, can access maildirs in
non-default location, and have support for external (pre-)authenticators.

PR:		ports/99704
Submitted by:	Alexander Logvinov <info@logvinov.com>
2006-07-02 05:09:15 +00:00
Ion-Mihai Tetcu
3d66cb0303 Compleate mail/rssyl -> mail/sylpheed-claws-rssyl move to follow the rest
of sylpheed-claws pugins nameing scheme.
2006-06-27 07:44:32 +00:00
Pav Lucistnik
62f2b9a365 This is a simple plugin to automatically turn on SSL security during
login if it hasn't already been requested by the referring hyperlink
or bookmark.

Primarily this utility is intended to prevent plain text passwords
and email contents being transmitted over the internet after people
manually enter their server URL without including https://...

WWW:    http://www.squirrelmail.org/plugin_view.php?id=61

PR:		ports/99234
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-06-26 16:40:45 +00:00
Pav Lucistnik
e7bdcdfcea User is forced to enter Full Name and Email Address prior to reading
or composing after logging in. This is used for users who log in
for the first time and need to set up their prefs prior to getting
started.

WWW:    http://www.squirrelmail.org/plugin_view.php?id=181

PR:		ports/99213
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-06-26 16:35:16 +00:00
Mark Linimon
f2ef99dfbc Re-enable sylpheed2-devel, now that whatever problem that broke INDEX some
time ago seems to have been resolved.  The port is current IGNOREd anyway.

Hat:	portmgr
2006-06-19 03:09:04 +00:00
Aaron Dalton
b11c0fca33 Adding port mail/p5-Email-MIME-Creator, Email::MIME constructor for
starting anew.

PR:		ports/98210
Submitted by:	HASHI Hiroaki <hashiz@tomba.meridiani.jp>
Reviewed by:	aaron
Approved by:	tobez (implicit)
2006-06-15 00:56:54 +00:00
Yen-Ming Lee
5b3ce6cad4 Retire mail/openwebmail-devel
The new maintainer of OpenWebmail doesn't provide snapshot tarball,
so retire this port.

Please use mail/openwebmail instead.
2006-06-07 12:42:19 +00:00
Andrew Pantyukhin
2bd8908bab Add port mail/thunderbird-i18n:
Language packs for Thunderbird

WWW: http://www.mozilla.org/projects/l10n/

Approved by:	krion (mentor)
2006-05-30 05:15:24 +00:00
Aaron Dalton
d6f8316745 Adding port mail/p5-Mail-Audit-Attach, Mail::Audit plugin for attachment handling.
Approved by:	tobez (implicit)
2006-05-28 21:23:39 +00:00
Aaron Dalton
c8962b1150 Adding port mail/p5-Mail-IMAPTalk, a pure-Perl, full-featured IMAP protocol library.
Approved by:	tobez (implicit)
2006-05-24 19:27:32 +00:00
Sergey Matveychuk
a8ff002291 Whoson ("WHO iS ONline") protocol implementaion
WWW: http://whoson.sourceforge.net
2006-05-13 21:39:05 +00:00
Andrew Pantyukhin
31b353ad32 Add xpi-displayquota: an extension that displays IMAP quota in
thunderbird's statusbar

Suggested by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	osa (co-mentor)
2006-05-10 19:42:43 +00:00
Renato Botelho
5dacf7322c This plugin assists in keeping the addressbook of a Windows CE device
(Pocket PC/ iPAQ, Smartphone etc) in sync with Claws' addressbook,
with respect to email addresses.

PR:		ports/95446
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-05-10 13:11:51 +00:00
Renato Botelho
ac776416f2 Lens is a mail filter written in Ruby. Lens can filter an
incoming mail when it is received and filter mails in a Maildir.

Author:	Toshiyuki Masui
WWW:	http://pitecan.com/Lens/

PR:		ports/95150
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2006-05-02 15:46:02 +00:00
Pav Lucistnik
455ccf15b8 This plugin provides direct support for Maildir++ mailboxes.
With this plugin you can share your Maildir++ mailbox with other
mailers or IMAP servers.

PR:		ports/95455
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-30 13:07:44 +00:00
Pav Lucistnik
d8fe1f96c9 This plugin enables vCalendar message handling like that produced by
Evolution or Outlook, and handles webCal subscriptions.

PR:		ports/95547
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 15:12:29 +00:00
Pav Lucistnik
27c898a693 This plugin renders HTML mail using the gtkhtml2 rendering widget.
PR:		ports/95540
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 15:09:42 +00:00
Pav Lucistnik
ccd8b41cb8 This plugin provides various ways to notify the user of new and unread email.
PR:		ports/95482
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 15:07:08 +00:00
Pav Lucistnik
0ca6315ec5 This plugin writes a msg header summary to a log file (Default: ~/Mail/NewLog)
on arrival of new mail *after* sorting.

PR:		ports/95481
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 15:02:56 +00:00
Pav Lucistnik
8280754ea7 This plugin lets you remove attachments from emails.
PR:		ports/95456
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 14:58:22 +00:00
Pav Lucistnik
d622f81068 This plugin handles signature verification and decryption of encrypted
messages in S/MIME, OpenPGP, and ascii-armored PGP formats.

PR:		ports/95454
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 14:50:00 +00:00
Pav Lucistnik
f99a190e72 This plugin saves the caches every 60 seconds (or user-defined period).
It helps avoiding the loss of metadata on crashes.

PR:		ports/95445
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 14:45:36 +00:00
Pav Lucistnik
70857128b2 This plugin inserts headers containing some download information: UIDL,
Sylpheeds account name, POP server, user ID and retrieval time.

PR:		ports/95444
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 14:41:56 +00:00
Pav Lucistnik
4242259086 This plugin handles mailboxes in mbox format.
PR:		ports/95442
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 14:38:52 +00:00
Pav Lucistnik
6470d34864 This plugin is intended to extend the filtering possibilities of
Sylpheed-Claws. It provides a Perl interface to Sylpheed-Claws' filtering
mechanism, allowing the use of full Perl power in email filters.

PR:		ports/95419
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 14:35:40 +00:00
Pav Lucistnik
693fe0e9ee This plugin handles S/MIME signed and/or encrypted mails. You can
decrypt mails, verify signatures or sign and encrypt your own mails.

PR:		ports/96208
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-04-29 14:31:50 +00:00
Vasil Dimov
1d0b2e9f6a Add new port: mail/linux-thunderbird
Mozilla Thunderbird is a redesign of the Mozilla mail component with the
goal of becoming a cross-platform stand alone mail application using the
XUL user interface language.  See the Mozilla Thunderbird project page
for more details.

PR:		ports/95948
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-04-28 09:03:06 +00:00
Jean Milanez Melo
ea234c75e7 - New port:
Mailrep - A program for reporting mail log information in sendmail and postfix.

A program for reporting mail log information. You can configure it to respond
to errors in various ways and you can specify RBLs that can be used for
blocking spam. The program can measure the number of messages sent for a
particular account and the number of messages that the server processes daily.

PR:		ports/95544
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
Reworked by:	jmelo
Approved by:	mnag (mentor)
2006-04-25 19:50:25 +00:00
Pav Lucistnik
35f06fcd24 If you keep SquirrelMail behind a password-protected directory on your web
server and if PHP has access to the username and password, this plugin will
bypass the login screen and use the provided username/password.

If this plugin enabled and the information isn't present, it doesn't crash
or produce error messages. It just doesn't automatically log you in. If the
user/pass information does not work for the IMAP server, this still displays
the login form, just in case the web server password and IMAP password are
not synchronized.

WWW: http://www.squirrelmail.org/plugin_view.php?id=34

PR:		ports/95752
Submitted by:	Stefan Bethke <stb@lassitu.de>
2006-04-15 16:44:01 +00:00
Vasil Dimov
1f07f072bb Remove expired leaf port:
2006-04-10 mail/mew-mule
2006-04-10 05:37:11 +00:00
Vasil Dimov
500a7f58db Remove expired leaf ports:
2006-04-07 mail/prom-mew
2006-04-07 mail/rmoldmail
2006-04-07 mail/ruby-mime-types
2006-04-07 07:05:29 +00:00
Vasil Dimov
df052cacae Remove expired leaf port:
2006-04-06 mail/mulberry
2006-04-06 06:29:59 +00:00
Dmitry Sivachenko
87f409bfd8 New port: p5-Mbox-Parser.
Perl5 module for working with UNIX-flavoured mailboxes.
2006-03-31 14:23:51 +00:00
Vasil Dimov
fe9632a04b Remove expired leaf ports:
2006-03-31 mail/glacier
2006-03-31 math/xwpl
2006-03-31 06:29:38 +00:00
Renato Botelho
fd7a5c8298 This is a complete standalone C implementation of the SRS (Sender
Rewriting Scheme) and includes a command line utility and daemon,
test utility and static and dynamic libraries. SRS is a stop-gap
for users of SPF (Sender Policy Framework).

WWW: http://srs.mirtol.com

PR:		ports/94831
Submitted by:	Simon Dick <simond@irrelevant.org>
2006-03-23 20:54:27 +00:00
Mark Linimon
b934827e79 Correct the name of squirrelmail-wetteronline-plugin.
Pointy hat to:	pav
2006-03-23 01:55:34 +00:00
Pav Lucistnik
6b9036fb24 This plugin allows you to place text and/or images on the top and/or bottom
of the login screen. It also serves as a good introduction to how to write
a simple SquirrelMail plugin.

WWW: http://www.squirrelmail.org

PR:		ports/93154
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-03-20 20:54:53 +00:00
Pav Lucistnik
ca1122805a A little plugin for Squirrelmail showing the current weather
from WetterOnline for the users zip code.

Dies ist ein kleines Plugin fur SM welches das aktuelle Wette
von WetterOnline anhand der eigenen Postleitzahl anzeigt.

WWW: http://www.squirrelmail.org

PR:		ports/93152
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-03-20 20:53:26 +00:00
Pav Lucistnik
db2517b755 If you have an IMAP server with QUOTA Extension capability, you can use
this plugin to view the current quota usage (both size and message count),
which is displayed just above the folders list.
A warning message can also be displayed to users upon login if desired.
If no quota is set, nothing is displayed.

WWW: http://www.squirrelmail.org

PR:		ports/93151
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-03-20 20:52:13 +00:00
Pav Lucistnik
dd5aeb3760 A small browser window is displayed to show the number of unread message
in a users inbox. The page is refreshed at user defined intervals, and will
restore itself from minimized if there are unread messages,
optionally playing a sound file. Requires Javascript on the browser.

WWW: http://www.squirrelmail.org

PR:		ports/93150
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-03-20 20:49:15 +00:00
Pav Lucistnik
b678a81e59 Allows you to create notes, for easy reminders or
quick saving of information for future use.

WWW: http://www.squirrelmail.org

PR:		ports/93149
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-03-20 20:46:47 +00:00
Pav Lucistnik
b3a47f11f3 If you have an IMAP server with QUOTA Extension capability, you can use
this plugin to view the current quota usage (both size and message count),
which is displayed just above the folders list.
A warning message can also be displayed to users upon login if desired.
If no quota is set, nothing is displayed.

WWW: http://www.squirrelmail.org

PR:		ports/93148
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-03-20 20:40:20 +00:00
Renato Botelho
ee357dd09d Add squirrelmail-devel 1.5.1, a webmail system which accesses mail over
IMAP (Development version).

PR:		ports/94606
Submitted by:	Simon Dick <simond@irrelevant.org>
2006-03-20 16:17:46 +00:00
Renato Botelho
a5d7563abd Remove mail/pgp4pine - project is gone
PR:		ports/92967
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Reworked by:	maintainer
Approved by:	maintainer
2006-03-18 18:00:12 +00:00
Tom McLaughlin
b552d28fdc Add thunderbird-dictionaries
- Dictionaries for Mozilla Thunderbird

PR:		93550
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
2006-02-19 08:58:10 +00:00
Mark Linimon
fbfaf7b967 Unbreak INDEX build.
Hat:	portmgr
2006-02-15 06:55:02 +00:00
Alex Dupre
119f23fe07 Remove qmailadmin-devel port: no more devel releases expected.
PR:		ports/92329
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-01-27 13:25:16 +00:00
Anton Berezin
852a38fbb7 Add mail/p5-Mail-Transport-Dbx 0.07, a Perl module to parse MS Outlook
Express mailboxes.
2006-01-25 11:26:10 +00:00
Alex Dupre
09e053c778 Add enigmail-seamonkey, a GnuPG extension for the Seamonkey mail
client.
2006-01-15 19:36:50 +00:00
Pav Lucistnik
7dc0abbf54 - Remove expired ports 2006-01-14 21:16:35 +00:00
Mark Linimon
cd918b8397 Remove thunderbird-devel.
Forgotten by:	ahze
2006-01-14 17:19:39 +00:00
Emanuel Haupt
a7b2d36c10 Add dkim-milter, a domainkeys milter for Sendmail.
PR:		ports/91582
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2006-01-11 13:50:22 +00:00
Edwin Groothuis
7f29ea0aec New port: mail/smtp-gated
This software block SMTP sessions used by e-mail worms and
	viruses on the NA(P)T router. It depends on netfilter
	framework of Linux, or ipfw on FreeBSD.

	It acts like proxy, intercepting outgoing SMTP connections
	and scanning session data on-the-fly. When messages is
	infected, the SMTP session is terminated. It's to be used
	(mostly) by ISPs, so they can eliminate infected hosts from
	their net work, and (preferably) educate their users.

	WWW: http://smtp-proxy.klolik.org/

PR:		ports/91223
Submitted by:	Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
2006-01-02 22:19:23 +00:00
Pav Lucistnik
dff72ba61f This plugin allows you to read your favorite newsfeeds in Sylpheed Claws.
RSS 1.0, 2.0 and Atom feeds are currently supported.

PR:		ports/91076
Submitted by:	v.velox <v.velox@vvelox.net>
2005-12-31 18:42:57 +00:00
Edwin Groothuis
1a6a2a42ee [NEW PORT] mail/couriergraph: A RRDtool frontend for Courier statistics
Couriergraph is a very simple mail statistics RRDtool
	frontend for Postfix that produces daily, weekly, monthly
	and yearly graphs of Courier's POP3, IMAP, POP3s and IMAPs
	logins.

	WWW: http://www.stahl.bau.tu-bs.de/~hildeb/postfix/couriergraph/

PR:		ports/85985
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2005-12-28 20:51:51 +00:00
Anton Berezin
eeb882832b Add mail/p5-Email-Send 2.00, a Perl module for sending email, simply. 2005-12-27 09:46:01 +00:00
Andrey Slusar
c36b59c2dc masqmail-devel merged to masqmail. 2005-12-26 11:59:03 +00:00
Renato Botelho
1f0edbb3c7 - Remove mail/qmail-smtp_auth+tls since you can choose SMTP_AUTH_PATCH on
qmail-tls port.
2005-12-12 15:17:23 +00:00
Hajimu UMEMOTO
ec6218dc99 Add Cyrus IMAPd 2.3.0 after repo. copy. 2005-12-12 01:22:54 +00:00
Pav Lucistnik
50a18e8b9e This plugin for SquirrelMail allows a single installation support multiple
domains, via per-domain (and per-user) configurations.

PR:		ports/87860
Submitted by:	Matt Emmerton <matt@gsicomp.on.ca>
2005-11-21 15:09:32 +00:00
Pav Lucistnik
d5ff8a6f26 SquirrelMail (mail/suirrelmail) Plug-In to allow users to change their user
passwords stored in an LDAP directory from within SquirrelMail.

PR:		ports/83950
Submitted by:	Alexander Wittig <alexander@wittig.name>
2005-11-21 15:03:21 +00:00
Sergey Matveychuk
871b31e1fb - Remove a few of xemacs21-mule ports. They conflicts with
xemacs-mule-packages ports and better to be installed inside XEMACS.

  It fixes ports/26192 submitted by Kang-min Liu <gugod_at_gugod.org>
  in 2001 year.

Requested by:   Andrey Slusar (xemacs21-mule and xemacs-mule-package ports)
2005-11-17 08:20:55 +00:00
Norikatsu Shigemura
752010c8f7 Add synonym 0.4-3, the email message archiver.
Synonym is a product that allows a company to easily
archive all email messages going in and out. It can
copy mail messages, delete, reject or add a text
and/or html signature based on a XML based configuration
file listing regular expression rules.

WWW:	http://www.modulo.ro/synonym/
2005-11-17 07:11:11 +00:00
Pav Lucistnik
7c11e52656 - Delete; the psi_iconbutton dependecy is being removed 2005-11-11 22:44:26 +00:00
Pav Lucistnik
10d03f43da ASK takes advantage of the fact that most spammers use invalid or fake
"From:" address in their messages. When a new message arrives and the
sender is unknown, ASK sends a "confirmation message" back, informing
the sender that the original message has been queued, pending confirmation.
When the sender confirms (a simple reply), ASK delivers the original
message and adds the sender to a "whitelist". Further messages from this
sender will be immediately delivered. It is also possible to ignore
messages based on specific criteria, like sender's email, subject and so on.

PR:		ports/88422
Submitted by:	Marcelo Araujo  <araujobsd@hotmail.com>
2005-11-11 21:22:57 +00:00
Tom McLaughlin
2a7eb847b9 Evolution# is the .NET language binding for various Ximian Evolution
libraries.

WWW: www.gnome.org

Approved by:	ahze (mentor)
2005-11-10 04:51:48 +00:00
Pav Lucistnik
c7ca51e815 The RABL (pronounced "rabble") server is a statistical, machine-automated and
up-to-the-second blackhole list server designed to monitor global network
activity and make decisions based on network spread and infection rate -
that is, abuse from an address which has been reported by a number of
participating networks. This is in far contrast to how most other
blacklists function, where fallable humans (many with political agendas) must
process thousands of reports and make decisions - many times after the fact.
The RABL is fully reactive to new threats and can block addresses within
seconds of widespread infection - good to know in this world of drone PCs
and stolen accounts. The RABL server blacklists addresses until they have
cleared a minimum duration (an hour by default) without any additional
reporting, making the appeals process as simple as "fix your junk". The RABL
is designed to function via automated machine-learning spam filters, such as
Bayesian filters. Each participating network is granted write authentication
in the blackhole list, to prevent abuse. A client tool is also provided.

PR:		ports/88446
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-11-09 17:38:12 +00:00
Renato Botelho
aac3781ea8 A few programs to allow qmail to authenticate users through a Microsoft
Active Directory.

Author:	Leslie VanExel <prok@fo2k.com>
WWW:	http://fo2k.com/qmail-activedir/

PR:		ports/88684
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-11-09 14:44:52 +00:00
Kris Kennaway
89a727e1d0 These ports depended on jx, which was removed. 2005-11-05 09:21:14 +00:00
Dirk Meyer
0824679bca sendmail X is a message transfer system that has been designed with
these main topics in minds:

- security
- reliability
- efficiency
- configurability
- extendibility

WWW: http://www.sendmail.org/
2005-11-05 07:00:54 +00:00
Joe Marcus Clarke
2750aca9b9 Add thunderbird-devel after a repocopy from ports/mail/thunderbird.
Thunderbird-devel represents work in progress towards Thunderbird 1.5.
See http://www.mozilla.org/products/thunderbird/releases/1.5.html for
more details.

Most of this work was done by ahze and mnag.
2005-11-05 06:51:25 +00:00
Joe Marcus Clarke
f7bbf886ef Update to 2.4.1 after a repocopy from ports/mail/ximian-connector.
Evolution-exchange is the Microsoft exchange email and calendar backend
for the Evolution groupware suite.
2005-11-05 05:01:22 +00:00
Vanilla I. Shu
27c9c69fc9 Add dkfilter 0.8, domainkeys filter for Postfix.
PR:		ports/88442
Submitted by:	Yoshisato YANAGISAWA
2005-11-05 03:57:27 +00:00
Jean-Yves Lefort
887e40cee3 Add mbox2mdir.
mbox2mdir is a small program to convert mail stored in UNIX mbox format to
qmail's Maildir format. It can (optionally) also truncate the source mbox file
upon successful conversion. I use it to move mail delivered by /bin/mail or
sendmail to qmail Maildir folders, but of course there are many other possible
uses for it.

WWW: http://sageshome.net/oss/mbox2mdir.php

PR:		ports/88245
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-11-01 12:42:02 +00:00
Emanuel Haupt
d7b97a4ba4 Add sendok, a command line utility for generating qmail email addresses with
timed cookies.

PR:		87824
Submitted by:	Zak Johnson <zakj@nox.cx>
2005-10-22 22:30:00 +00:00
Florent Thoumie
3b117d5dc8 - Add Roundcube 0.1-20051007, a webmail written in PHP, following XHTML and
CSS2 standards. This webmail is an IMAP client and it has support for
mysql, postgresql and sqlite database. Although it is a development version,
it is working quite well.
2005-10-21 18:16:17 +00:00
Volker Stolz
727622d809 Remove deprecated port mail/stuphead: master site disappeared 2005-10-18 17:12:31 +00:00
Lars Thegler
318d225ff2 Add p5-Email-Folder-POP3 1.01, Email::Folder access to POP3 folders. 2005-10-11 09:36:25 +00:00
Marcus Alves Grando
ec9a17067c The RABL (pronounced "rabble") server is a statistical, machine-automated and
up-to-the-second blackhole list server designed to monitor global network
activity and make decisions based on network spread and infection rate -
that is, abuse from an address which has been reported by a number of
participating networks. This is in far contrast to how most other
blacklists function, where fallable humans (many with political agendas) must
process thousands of reports and make decisions - many times after the fact.
The RABL is fully reactive to new threats and can block addresses within
seconds of widespread infection - good to know in this world of drone PCs
and stolen accounts. The RABL server blacklists addresses until they have
cleared a minimum duration (an hour by default) without any additional
reporting, making the appeals process as simple as "fix your junk". The RABL
is designed to function via automated machine-learning spam filters, such as
Bayesian filters. Each participating network is granted write authentication
in the blackhole list, to prevent abuse. A client tool is also provided.

The RABL client is the lookup and reporting component of the RABL. It is
necessary for performing streaming connection lookups and writing to the RABL
(assuming you have an account).

PR:		87096
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-10-08 04:57:47 +00:00
Tom McLaughlin
7082d4c04a - Add gmime2-sharp, slave port of gmime2. This port provides the C#
bindings to the gmime2 library.

Approved by:    ahze (mentor)
2005-10-05 02:17:58 +00:00
Marcus Alves Grando
f8bf0f0520 New port
The libgmail project is a pure Python binding to provide access to Google's
Gmail web-mail service.

PR:		86622
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by:	pav (mentor)
2005-10-03 13:19:41 +00:00
Kirill Ponomarev
e8b351b15e Readd exim-monitor with fixed/completed plist. 2005-10-02 16:49:21 +00:00
Norikatsu Shigemura
d82cfc725e Add sylpheed2 2.1.3, a development version of sylpheed2.
PR:		ports/86305
Repo copied by:	marcus (cvs)
2005-10-02 15:09:13 +00:00
Mark Linimon
3a8e5f52ef Remove mail/exim-monitor. 2005-10-01 06:22:03 +00:00
Renato Botelho
8d1a3bfcb4 Add sympa5 5.1, sympa is an electronic mailing list manager.
PR:		ports/86599
Submitted by:	Olivier Girard <Olivier.Girard@Univ-Angers.fr>
2005-09-29 13:02:53 +00:00
Kirill Ponomarev
4a8afdf6c5 Add exim-sqlite, to support sqlite lookups. 2005-09-28 10:14:38 +00:00