summaryrefslogtreecommitdiff
path: root/src/leap/common/events/events.proto
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-08-15 08:49:53 -0300
committerdrebs <drebs@leap.se>2013-08-15 10:22:17 -0300
commit8b36691aa440003e85fcb25e0ab15d24080427ec (patch)
tree07f368b7ad21df79d0d9599eeafab8b0aec6f886 /src/leap/common/events/events.proto
parent41ba89caf9f145f5808623b8c03e17b247aac0c7 (diff)
Add events for SMTP signaling.
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;
}