diff -r 152ea3e3e955 -r 8ea32fbfc9df VirtualMailManager/password.py --- a/VirtualMailManager/password.py Sun Oct 28 18:57:49 2012 +0000 +++ b/VirtualMailManager/password.py Tue Oct 30 20:09:40 2012 +0000 @@ -337,6 +337,7 @@ 'PLAIN-MD4': (_md4_hash, 0x10000f00), 'PLAIN-MD5': (_md5_hash, 0x10000f00), 'RPA': (_dovecotpw, 0x10000f00), + 'SCRAM-SHA-1': (_dovecotpw, 0x20200a01), 'SHA': (_sha1_hash, 0x10000f00), 'SHA1': (_sha1_hash, 0x10000f00), 'SHA256': (_sha256_hash, 0x10100a01),