I've been working on implementing the option to use an ssl connection when
establishing a socket for pop3.  I'm having an issue finding a way to
determine whether to use the ssl connection or not.  For the SMTPTransport,
this is done when the object is instantiated by passing in a boolean value
for this.  Is there an easier way to this for the POP3Store rather than
tracking down all instances of it and specifying the same boolean value?

-Jason

Reply via email to