1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-13 03:02:22 -05:00

Added passcode as token field for RSA support

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1512 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-10-19 22:03:48 +00:00
parent a18bd99b59
commit 8df9595020

View File

@ -80,6 +80,7 @@ public abstract class ExchangeSession {
static {
TOKEN_FIELDS.add("SafeWordPassword");
TOKEN_FIELDS.add("passcode");
}
protected static final int FREE_BUSY_INTERVAL = 15;