in reply to Peeking into a POP3-SSL exchange

Read the DEBUGGING section of IO::Socket::SSL's docs.

It's not a per-object flag, it's a global flag that can be set as follows:
use IO::Socket::SSL qw( debug4 );
or
$IO::Socket::SSL::DEBUG = 4;

Replies are listed 'Best First'.
Re^2: Peeking into a POP3-SSL exchange
by Anonymous Monk on Sep 21, 2007 at 18:42 UTC
    Fri Sep 21 14:38:22 2007 Net::POP3::SSL>>> Net::POP3::SSL(1.01) Net::POP3::SSL>>> IO::Socket::SSL(1.08) Net::POP3::SSL>>> IO::Socket::INET(1.29) Net::POP3::SSL>>> IO::Socket(1.29) Net::POP3::SSL>>> IO::Handle(1.25) Net::POP3::SSL>>> Exporter(5.58) Net::POP3::SSL>>> Net::Cmd(2.26) Net::POP3::SSL=GLOB(0x1eb7a50)<<< * OK Microsoft Exchange Server 2007 IMAP4 service ready err There was a problem connecting to the server. Anyone try this with Microsoft Exchange 2007. It seems to get a response from the IMAP service, but never returns a true value.
      Instead of replying to me in an old thread with this unrelated question, you should post this new problem in a new thread.
        sorry for that, but just to let everyone know, the Net::POP3::SSL package was able to access on exchange 2007 server once they gave me the correct ssl peerport number.