| Paketname | libnet-server-mail-perl | 
| Beschreibung | Class to easily create a mail server | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.17-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 172 Byte | 
| Hängt ab von | perl (>= 5.6.0-16) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Ivan Kohler | 
| Quelle |  | 
| Paketgröße | 39362 Byte | 
| Prüfsumme MD5 | 56c53847fe040d2c283fbf79acf780b4 | 
| Prüfsumme SHA1 | 545cda98adc9508e62ecb82bb9c664fb3da1aa0b | 
| Prüfsumme SHA256 | 6a0beb59aa512afd27c98012c09f89266a11fb23aacb5b0b1f416e7f734ecde8 | 
| Link zum Herunterladen | libnet-server-mail-perl_0.17-1_all.deb | 
| Ausführliche Beschreibung | This module is a versatile and extensible implementation of the SMTP
protocol and its different evolutions like ESMTP and LMTP. The event
driven object-oriented API makes easy to incorporate the SMTP protocol
to your programs.
.
Other SMTPd implementations don't support useful ESMTP extensions and
the LMTP protocol. Their interface design precludes adding them
later. So I've decided to rewrite a complete implementation with
extensibility in mind.
.
It provides mechanism to easy addition future or not yet implemented
ESMTP extensions. Developers can hook code at each SMTP session state
and change the module's behaviors by registering event call-backs. The
class is designed to be easily inherited from. |