On Fri, 8 Jul 2005, Matt Sergeant wrote:
On 8 Jul 2005, at 11:42, Charlie Brady wrote:
On Fri, 8 Jul 2005, Matt Sergeant wrote:
Can you try the attached plugin, along with *just* your change to reset
the connection.
Will do.
Note there are some bugs in the plugin I sent you. I'll work on them until I
can get things working.
Biggest problem seems to be that the password is requested every time.
The STARTTLS plugin you sent doesn't have anything to do with passwords.
So you are talking about some interaction with AUTH, which I haven't
looked at.
The only thing concerning AUTH the STARTTLS plugin will need to do is to
discard any AUTH information when switching to TLS. It should already be
doing that by creating a new connection object and doing
reset_transaction.
---
Charlie