Is there a Perl IMAP module with TLS support? -


Server does not support connecting thus thus far on SSL, Pearl IMAP module has received support from SSL only, not TLS.

Is there a Pearl IMAP module that provides TLS support? Thus far I have seen:

Net :: IMAP Net :: IMAP :: Simple Net :: IMAP :: Clients

Net :: IMAP :: Client SSL support Does not but TLS

Any thoughts?

Yes, but TLS! = To work SSL, you need to create a plain socket for TLS, IMAP will have to deal with the STARTTLS command and then have to convert it to an SSL socket. IO :: Socket :: SSL can "socket" upgrade this way, the STARTTLS negotiation is part of the IMAP protocol and is therefore "not changing the wheel again" - you re-highlight the wheel of each IPAG client module To control that part of processing (any other bits and pieces, including passive incidents), which is "manually" turned on during the process!

I think it is possible to open the socket, get the dump anything and just send it "STARTTLS \ r \ n" below, then call start_SSL and hope for the best. Of course there is no capacity unless you do it manually, for which you have to see IMAP RFC. TLS handling is built in

Mail :: IMAPClient , though there were problems handling multipart messages in my case, where I only want to download some parts - if you want to If you are holding the message then it will not make any difference. For me, however, the search continues!


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -