aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Box-IMAP4-SSL
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* databases/p5-Dancer2-Session-DBICKurt Jaeger2017-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/p5-Interchange6-Schema devel/p5-MooseX-CoverableModifiers devel/p5-Test-MockDateTime devel/p5-Test-Roo devel/p5-superclass mail/p5-Email-MIME-RFC2047 mail/p5-Mail-Box-IMAP4-SSL security/p5-Dancer-Plugin-Auth-Extensible security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup security/p5-Dancer2-Plugin-Auth-Extensible security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup security/p5-Dancer2-Plugin-Passphrase security/p5-Session-Token www/p5-Dancer-Plugin-Lexicon www/p5-Dancer-Plugin-RPC www/p5-Dancer2-Plugin-Interchange6 www/p5-Dancer2-Plugin-Path-Class www/p5-Interchange6 - give maintainer to perl@ Submitted by: hvo.pm@xs4all.nl (maintainer) Notes: svn path=/head/; revision=452126
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* New port: mail/p5-Mail-Box-IMAP4-SSLKurt Jaeger2016-03-194-0/+38
This is a thin subclass of Mail::Box::IMAP4 to provide IMAP over SSL (aka IMAPS). It hides the complexity of setting up Mail::Box::IMAP4 with IO::Socket::SSL, Mail::IMAPClient and Mail::Transport::IMAP4. In all other respects, it resembles Mail::Box::IMAP4. See that module for documentation. WWW: http://search.cpan.org/dist/Mail-Box-IMAP4-SSL/ PR: 208128 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> Notes: svn path=/head/; revision=411381