Class IMAPSaslAuthenticator

java.lang.Object
com.sun.mail.imap.protocol.IMAPSaslAuthenticator
All Implemented Interfaces:
SaslAuthenticator

public class IMAPSaslAuthenticator extends Object implements SaslAuthenticator
This class contains a single method that does authentication using SASL. This is in a separate class so that it can be compiled with J2SE 1.5. Eventually it should be merged into IMAPProtocol.java.