diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 23:29:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 23:29:25 +0000 |
commit | 09e333e26ba751e71971a41e4b6cd424fcd37d89 (patch) | |
tree | 4e6e3a756967c55f0e5160595f7cef071f60df9c /mail/Makefile | |
parent | ee659869671211daef4f969ac9f2b2bf8fdc07b3 (diff) |
Add pear-Net_IMAP, a PEAR class that provides an implementation of the IMAP
protocol using PEAR's Net_Socket:: class.
PR: ports/64165
Submitted by: <bra@fsn.hu>
Notes
Notes:
svn path=/head/; revision=104022
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 5ab7a74e3787..625feb1031d4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -260,6 +260,7 @@ SUBDIR += pathalias SUBDIR += pear-Mail SUBDIR += pear-Mail_Mime + SUBDIR += pear-Net_IMAP SUBDIR += pear-mailparse SUBDIR += perdition SUBDIR += pflogstats |