Name : perl-POE-Filter-Transparent-SMTP
| |
Version : 0.2
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.6.1
| Date : 2023-01-27 17:09:35
|
Group : Development/Libraries/Perl
| Source RPM : perl-POE-Filter-Transparent-SMTP-0.2-lp154.6.1.src.rpm
|
Size : 0.04 MB
| |
Packager : https://www_suse_com/
| |
Summary : Make SMTP transparency a breeze :)
|
Description :
The filter aims to make SMTP data transparent just before going onto the wire as per RFC 821 Simple Mail Transfer Protocol Section 4.5.2. TRANSPARENCY. See the http://www.faqs.org/rfcs/rfc821.html manpage for details.
Conversely the filter takes transparent data from the wire and converts it to the original format.
The main purpose of this filter is to help the POE::Component::Client::SMTP manpage create transparent messages when comunicating with an SMTP server. However the filter can be used by any Perl SMTP client or server.
Internally it uses the POE::Filter::Line manpage in order to split messages into lines. Also as stated in the RFC every line it puts on the wire is ended by < CRLF>.
When receiving data from the wire (as it is the case for an SMTP server), lines should be separated with < CRLF> as the RFC specifies. However this is not always true as some SMTP clients are broken. So if you are using the filter on the receiving end maybe you would like to specify a regular expression that is more flexible for the line terminator.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-P/15.4/noarch |