Net::IMAP::Client provides methods to access an IMAP server. It aims to
provide a simple and clean API, while employing a rigorous parser for
IMAP responses in order to create Perl data structures from them.
Net::IMAP::Server provides a complete implementation of the RFC 3501
specification, along with several IMAP4rev1 extensions. It provides
separation of the mailbox and message store from the client interaction
loop.
Net::BitTorrent::PeerPacket handles parsing and building binary data
shared between BitTorrent peers. The module optinally exports a single
subroutine for building packets and another for parsing packets, as
well as, a constant for each packet type defined by BitTorrent.
Net::SSH::AuthorizedKeysFile reads and modifies "authorized_keys"
files. "authorized_keys" files contain public keys and meta
information to be used by "ssh" on the remote host to let users in
without having to type their password.
This library provides an easy and structured way to access the gpodder.net web
services. In addition to subscription list synchronization and storage, the
advanced API support allows to upload and download episode status changes.
mono-kmod is a FreeBSD kernel module enables you to execute ECMA and
.NET applications without preceding the native code generator in the
command line. That means you can call a binary with "./hello.exe"
instead of "mono hello.exe".
POE::Component::Client::Whois provides a lightweight one shot non-blocking
RFC 812 WHOIS query to other POE sessions and components. The component will
attempt to guess the appropriate whois server to connect to based on the
query string passed.
If no guess can be made it will connect to whois.internic.net for domains,
whois.arin.net for IPv4 addresses and whois.6bone.net for IPv6 addresses.
This base class implements the common needs between various types
of SOAP daemons. As daemon type, you can use any kind of Net::Server
implementation.
This package extends the libnmsg runtime <net/nmsg> to support the
following message types:
SIE/dnsdedupe
SIE/newdomain
SIE/qr
SIE/reputation
SIE/delay
The urelay tool is a simple connection forwarder which may work with
many different protocols - TCP, Unix sockets, IPX - in general, anything
that has a client or a server supporting Prof. Daniel J. Bernstein's UCSPI
framework - http://cr.yp.to/ucspi.html