login-options.d 719 B

12345678910111213141516171819
  1. c: Copyright (C) 1998 - 2022, 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. ---
  12. Specify the login options to use during server authentication.
  13. You can use login options to specify protocol specific options that may be
  14. used during authentication. At present only IMAP, POP3 and SMTP support
  15. login options. For more information about login options please see RFC
  16. 2384, RFC 5092 and IETF draft draft-earhart-url-smtp-00.txt
  17. If this option is used several times, the last one will be used.