commit | 771bf0b5e4a63d4ffe80b5d264774dadf855b8ab | [log] [tgz] |
---|---|---|
author | Ta-wei Yen <twyen@google.com> | Fri Jul 15 13:52:22 2016 -0700 |
committer | Ta-wei Yen <twyen@google.com> | Fri Jul 15 13:52:22 2016 -0700 |
tree | 4d949db542dc3aa91d902f1e4dfa0c99fc482376 | |
parent | f8c91e57feda3f97d42755249a190ee1c974a719 [diff] |
Make ImapHelper constructor throw Instead of checking with isSuccessfullyInitialized(), ImapHelper now throws an checked InitializingException if it cannot be initialized. + Recategorize VVM3 error for non-IMAP errors. Change-Id: Ifd17f154b580efdc09535d8a7751b0031326d92c Fixes: 30032461 Fixes: 30106330