diff options
Diffstat (limited to 'pullimap')
-rwxr-xr-x | pullimap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ sub sendmail($$) { next if $! == EINTR; # try again if connect(2) was interrupted by a signal die "connect: $!"; } + binmode($SMTP) // die "binmode: $!"; smtp_resp('220'); my @r = smtp_send($ehlo => '250'); |