summaryrefslogtreecommitdiff
path: root/src/leap/common/events/events.proto
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-08-26 21:54:13 +0200
committerKali Kaneko <kali@leap.se>2013-08-26 21:54:13 +0200
commit4c5fcefcb0205727aed5ef59cd18b0dd263c4cfd (patch)
tree74faa509c3ef691cfd6c3272d0881ee6970743c2 /src/leap/common/events/events.proto
parent9070d74a47158f5749c5e16b8d9d9e62a55d07df (diff)
parent4a124f94730775b97afc49b48ccfa0206459190f (diff)
Merge tag '0.3.1' into debian-0.3.1
Tag leap.common version 0.3.1 Conflicts: pkg/requirements.pip src/leap/common/events/events_pb2.py
Diffstat (limited to 'src/leap/common/events/events.proto')
-rw-r--r--src/leap/common/events/events.proto29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/leap/common/events/events.proto b/src/leap/common/events/events.proto
index b844f42..2708b93 100644
--- a/src/leap/common/events/events.proto
+++ b/src/leap/common/events/events.proto
@@ -34,6 +34,35 @@ enum Event {
UPDATER_NEW_UPDATES = 11;
UPDATER_DONE_UPDATING = 12;
RAISE_WINDOW = 13;
+ SMTP_SERVICE_STARTED = 14;
+ SMTP_SERVICE_FAILED_TO_START = 15;
+ SMTP_RECIPIENT_ACCEPTED_ENCRYPTED = 16;
+ SMTP_RECIPIENT_ACCEPTED_UNENCRYPTED = 17;
+ SMTP_RECIPIENT_REJECTED = 18;
+ SMTP_START_ENCRYPT_AND_SIGN = 19;
+ SMTP_END_ENCRYPT_AND_SIGN = 20;
+ SMTP_START_SIGN = 21;
+ SMTP_END_SIGN = 22;
+ SMTP_SEND_MESSAGE_START = 23;
+ 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;
+ IMAP_UNREAD_MAIL = 39;
+ 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;
}