diff options
-rw-r--r-- | auth.txr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ @ (require (sasl-auth userid password)) @ (elif (eq auth :imap)) @ (try) -@ (bind s @(let ((sock (open-socket af-inet sock-stream "r+ib"))) +@ (bind s @(let ((sock (open-socket af-inet sock-stream "i"))) (sock-connect sock (new sockaddr-in addr inaddr-loopback port 143)) |