Commit 3ff74778 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

EmailPDU: add SOIWSA, EOIWSA, expiry

parent e762b619
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -120,7 +120,10 @@ E-mail-Event ::= ENUMERATED
    e-mail-logon-failure(6),
    e-mail-logoff(7),
    e-mail-partial-download(8),
    e-mail-upload(9)
    e-mail-upload(9),
    e-mail-start-of-interception-with-session-active(10),
    e-mail-end-of-interception-with-session-active(11),
    e-mail-session-expired(12)
}

E-mail-Protocol ::= ENUMERATED
@@ -325,7 +328,10 @@ Messaging-Box-Event ::= ENUMERATED
    auto-play-enable(28),
    auto-play-disable(29),
    header-play-enable(30),
    header-play-disable(31)
    header-play-disable(31),
    start-of-interception-with-session-active(32),
    end-of-interception-with-session-active(33),
    session-expired(34)
}

Messaging-Notification-Event ::= ENUMERATED