Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第18,27118,280项(搜索用时0.011秒)
mail/Mail-Webmail-Gmail-1.09 (Score: 7.739885E-4)
Perl interface to Google webmail service
This perl module uses objects to make it easy to interface with Gmail. I eventually hope to implement all of the functionality of the Gmail website, plus additional features. Because Gmail is currently in Beta testing, expect this module to break as they make updates to thier interface. I will attempt to keep this module in line with the changes they make, but, if after updating to the newest version of this module, the feature that you require still doesn't work, please contact me with the issue.
mail/Net-IMAP-Simple-SSL-1.3 (Score: 7.739885E-4)
SSL support for Net::IMAP::Simple
This module is a subclass of Net::IMAP::Simple that includes SSL support. The interface is identical.
mail/Net-IMAP-Simple-1.2206 (Score: 7.739885E-4)
Perl extension for simple IMAP account handling
This module is a simple way to access IMAP accounts.
mail/Net-POP3-SSLWrapper-0.06 (Score: 7.739885E-4)
Perl extension for simple POP3S wrapper for Net::POP3
Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3. You can easy to support POP3S, with very small code change.
mail/Net-SMTP-SSL-1.03 (Score: 7.739885E-4)
SSL support for Net::SMTP
Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that.
mail/Net-SMTP-TLS-ButMaintained-0.24 (Score: 7.739885E-4)
SMTP client supporting TLS and AUTH
Net::SMTP::TLS::ButMaintained is forked from Net::SMTP::TLS. Net::SMTP::TLS::ButMaintained is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS::ButMaintained implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of that API.
mail/Net-SMTP-TLS-0.12 (Score: 7.739885E-4)
SMTP client supporting TLS and AUTH
Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of that API.
mail/Net-SMTP_auth-0.08 (Score: 7.739885E-4)
Simple Mail Transfer Protocol Client with AUTHentication
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.
mail/POE-Component-Client-SMTP-0.22 (Score: 7.739885E-4)
SMTP client POE component
POE::Component::Client::SMTP can be used to send asynchronous e-mail messages while your POE program still does something else in the meantime.
mail/Parse-Syslog-Mail-0.17 (Score: 7.739885E-4)
Parse log messages generated by various MTAs
As its names implies, Parse::Syslog::Mail presents a simple interface to gather mail information from a syslog file. It uses Parse::Syslog for reading the syslog, and offer the same simple interface. Currently supported log formats are: Sendmail, Postfix, Qmail.