summaryrefslogtreecommitdiff
path: root/src/leap/common/events/events.proto
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-15 10:25:11 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-15 10:25:11 -0300
commit14201c17040342a0a46944a1f2bbc2014b93cf45 (patch)
tree07f368b7ad21df79d0d9599eeafab8b0aec6f886 /src/leap/common/events/events.proto
parentfa530521c4d1d2b86481753058983d516155057d (diff)
parent8b36691aa440003e85fcb25e0ab15d24080427ec (diff)
Merge remote-tracking branch 'drebs/feature/3464_make-smtprelay-emit-signals' into develop
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;
}