Skip to content

Commit 24bb10a

Browse files
committed
FIX: handle PLAIN SMTP authentication response
1 parent e984c0e commit 24bb10a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mezz/prot-smtp.reb

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ sync-smtp-handler: function [event][
258258
throw-smtp-error smtp-port join "Unknown response in AUTH CRAM-MD5 " response
259259
]
260260
]
261+
PLAIN
261262
PASSWORD [
262263
either code = 235 [
263264
smtp-port/state: 'FROM

0 commit comments

Comments
 (0)