diff options
Diffstat (limited to 'auth.txr')
-rw-r--r-- | auth.txr | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ (let ((response (get-string sock))) (equal [response 2..4] "OK"))))) @(define auth (userid password)) +@ (local s) @ (if (eq auth :sasl)) @ (require (sasl-auth userid password)) @ (elif (eq auth :imap)) |