mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 17:16:46 +00:00
feat(GODT-2621): display pop up warning when IMAP login fails because user is locked (connecting).
This commit is contained in:
committed by
Romain Le Jeune
parent
51288791c0
commit
6ba8052a1e
@ -66,6 +66,7 @@ public: // data types
|
||||
enum class ENotification {
|
||||
IMAPLoginWhileSignedOut, ///< An IMAP client tried to login while the user is signed out.
|
||||
IMAPPasswordFailure, ///< An IMAP client provided an invalid password for the user.
|
||||
IMAPLoginWhileLocked, ///< An IMAP client tried to connect while the user is locked.
|
||||
};
|
||||
|
||||
public: // static member function
|
||||
|
||||
Reference in New Issue
Block a user