Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 102153
Status: new
Priority: 0/
Queue: libnet

People
Owner: Nobody in particular
Requestors: anfi [...] onet.eu
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: constructor option to require/force STARTTLS
It would be nice to provide constructor (new) option to request/force sending automatic STARTTLS. It would allow MIME::Lite to easily get STARTTLS connection without source code changes. auto_starttls => 'try' # use start when indicated in EHLO reply auto_starttls => 'force' # fail if STARTTLS can be issued or fails