Skip to content

Commit

Permalink
FIX: handle PLAIN SMTP authentication response
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jun 21, 2022
1 parent e984c0e commit 24bb10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mezz/prot-smtp.reb
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ sync-smtp-handler: function [event][
throw-smtp-error smtp-port join "Unknown response in AUTH CRAM-MD5 " response
]
]
PLAIN
PASSWORD [
either code = 235 [
smtp-port/state: 'FROM
Expand Down

0 comments on commit 24bb10a

Please sign in to comment.