diff options
author | Robert Scheck <robert@fedoraproject.org> | 2017-02-19 22:50:30 +0100 |
---|---|---|
committer | Robert Scheck <robert@fedoraproject.org> | 2017-02-19 22:50:30 +0100 |
commit | f4224c483b1f6a0c648fa842d25ecb47995d82fb (patch) | |
tree | fb4820e777061e0e419b4fed3e00de6420dc993d /tests/starttls-pop3.txt | |
parent | ed2c0f8e70690f136ce2b8342f9f1ed227f1e01c (diff) | |
download | gnutls-f4224c483b1f6a0c648fa842d25ecb47995d82fb.tar.gz |
Add LMTP, POP3, NNTP, Sieve and PostgreSQL support to gnutls-cli
Add LMTP (RFC 2033), POP3 (RFC 2595), NNTP (RFC 4642), Sieve (RFC 5804) and PostgreSQL support to gnutls-cli ("--starttls-proto").
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
Diffstat (limited to 'tests/starttls-pop3.txt')
-rw-r--r-- | tests/starttls-pop3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/starttls-pop3.txt b/tests/starttls-pop3.txt new file mode 100644 index 0000000000..1a99ebb1d7 --- /dev/null +++ b/tests/starttls-pop3.txt @@ -0,0 +1,3 @@ +TIMEOUT 120 +'' '+OK Dovecot ready.\r\n' +STLS '+OK Begin TLS negotiation now.\r\n' |