summaryrefslogtreecommitdiff
path: root/src/leap/common/events/events.proto
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-08-16 17:55:28 +0200
committerKali Kaneko <kali@leap.se>2013-08-16 19:03:08 +0200
commit37e4cf3cc1bb03a781080e40d8a5d3146b36e088 (patch)
tree95ca37c7261844f94123fc0b013923c205dada4f /src/leap/common/events/events.proto
parent14201c17040342a0a46944a1f2bbc2014b93cf45 (diff)
add new events for imap and keymanager
Diffstat (limited to 'src/leap/common/events/events.proto')
-rw-r--r--src/leap/common/events/events.proto15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/leap/common/events/events.proto b/src/leap/common/events/events.proto
index 3f60210..4276bb8 100644
--- a/src/leap/common/events/events.proto
+++ b/src/leap/common/events/events.proto
@@ -47,6 +47,21 @@ enum Event {
SMTP_SEND_MESSAGE_SUCCESS = 24;
SMTP_SEND_MESSAGE_ERROR = 25;
SMTP_CONNECTION_LOST = 26;
+ IMAP_SERVICE_STARTED = 30;
+ IMAP_SERVICE_FAILED_TO_START = 31;
+ IMAP_CLIENT_LOGIN = 32;
+ IMAP_FETCHED_INCOMING = 33;
+ IMAP_MSG_PROCESSING = 34;
+ IMAP_MSG_DECRYPTED = 35;
+ IMAP_MSG_SAVED_LOCALLY = 36;
+ IMAP_MSG_DELETED_INCOMING = 37;
+ IMAP_UNHANDLED_ERROR = 38;
+ KEYMANAGER_LOOKING_FOR_KEY = 40;
+ KEYMANAGER_KEY_FOUND = 41;
+ KEYMANAGER_KEY_NOT_FOUND = 42;
+ KEYMANAGER_STARTED_KEY_GENERATION = 43;
+ KEYMANAGER_FINISHED_KEY_GENERATION = 44;
+ KEYMANAGER_DONE_UPLOADING_KEYS = 45;
}