From d34e3f307247594fbe18c48deaf24ae097336bd7 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Tue, 27 Oct 2020 20:02:38 -0400 Subject: fflush before POP3 STARTTLS --- imap/pop3login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap/pop3login.c') diff --git a/imap/pop3login.c b/imap/pop3login.c index 611e927..5a67fda 100644 --- a/imap/pop3login.c +++ b/imap/pop3login.c @@ -100,7 +100,7 @@ static int starttls() exit(1); } close(pipefd[0]); - + fflush(stdin); putenv("POP3_STARTTLS=NO"); putenv("POP3_TLS_REQUIRED=0"); putenv("POP3_TLS=1"); -- cgit v1.2.3