1 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 2 SPDX-License-Identifier: curl 3 Long: login-options 4 Arg: <options> 5 Protocols: IMAP LDAP POP3 SMTP 6 Help: Server login options 7 Added: 7.34.0 8 Category: imap pop3 smtp auth 9 Example: --login-options 'AUTH=*' imap://example.com 10 See-also: user 11 Multi: single 12 --- 13 Specify the login options to use during server authentication. 14 15 You can use login options to specify protocol specific options that may be 16 used during authentication. At present only IMAP, POP3 and SMTP support 17 login options. For more information about login options please see RFC 18 2384, RFC 5092 and IETF draft draft-earhart-url-smtp-00.txt 19