summaryrefslogtreecommitdiff
path: root/src/leap/common/events/events.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/common/events/events.proto')
-rw-r--r--src/leap/common/events/events.proto13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/leap/common/events/events.proto b/src/leap/common/events/events.proto
index b844f42..3f60210 100644
--- a/src/leap/common/events/events.proto
+++ b/src/leap/common/events/events.proto
@@ -34,6 +34,19 @@ 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;
}