diff options
author | pav <pav@FreeBSD.org> | 2004-11-05 21:43:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-05 21:43:04 +0800 |
commit | 02e19dd1647a397c49dd84176b15875546caa55c (patch) | |
tree | 26462e46f7a9e73185284b1250051c921e82f5af /mail/Makefile | |
parent | 5074b2568957fb2435e8d9a1f2a2b702e242ae6f (diff) | |
download | freebsd-ports-gnome-02e19dd1647a397c49dd84176b15875546caa55c.tar.gz freebsd-ports-gnome-02e19dd1647a397c49dd84176b15875546caa55c.tar.zst freebsd-ports-gnome-02e19dd1647a397c49dd84176b15875546caa55c.zip |
Add pear-Mail_Queue, class to handle mail queue managment.
Wrapper for PEAR::Mail and PEAR::DB (or PEAR::MDB/MDB2).
It can load, save and send saved mails in background
and also backup some mails.
PR: ports/73560
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index ac90a813f5e1..27ecba56f1dc 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -298,6 +298,7 @@ SUBDIR += pathalias SUBDIR += pear-Mail SUBDIR += pear-Mail_Mime + SUBDIR += pear-Mail_Queue SUBDIR += pear-Net_Cyrus SUBDIR += pear-Net_IMAP SUBDIR += pecl-mailparse |