summaryrefslogtreecommitdiff
path: root/src/leap/common/events/events.proto
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-16 14:08:13 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-16 14:08:13 -0300
commit759884a61cd5b7b8916c2db274c149637919737e (patch)
tree95ca37c7261844f94123fc0b013923c205dada4f /src/leap/common/events/events.proto
parent14201c17040342a0a46944a1f2bbc2014b93cf45 (diff)
parent37e4cf3cc1bb03a781080e40d8a5d3146b36e088 (diff)
Merge remote-tracking branch 'kali/feature/imap_keymanager_events' into develop
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;
}