Skip to content

Commit 587c223

Browse files
committed
CHANGE: shorter SMTP title and added one more log message
1 parent db2e1a3 commit 587c223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mezz/prot-smtp.reb

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Rebol [
2-
title: "Rebol3 SMTP protocol scheme"
2+
title: "SMTP protocol scheme"
33
name: smtp
44
type: module
55
author: ["Graham" "Oldes"]
@@ -189,6 +189,7 @@ sync-smtp-handler: function [event][
189189
]
190190
PLAIN [
191191
smtp-port/state: 'PLAIN
192+
net-log/C "AUTH PLAIN ***"
192193
write client to binary! ajoin [
193194
"AUTH PLAIN "
194195
enbase/flat ajoin [spec/user #"^@" spec/user #"^@" spec/pass] 64

0 commit comments

Comments
 (0)