* Add /auth=XYZ to the way to define a server. This allows users to
commit7da08008606c282cd08440d2f9310cc718c62946
authorEduardo Chappa <chappa@washington.edu>
Fri, 15 Feb 2019 16:25:43 +0000 (15 09:25 -0700)
committerEduardo Chappa <chappa@washington.edu>
Fri, 15 Feb 2019 16:25:43 +0000 (15 09:25 -0700)
treeb9b3b7f7908a10266c263e8d4cbc889f1c0a3053
parent8ee1778a57c78b88e203ba20291d61d3e7cd0507
   * Add /auth=XYZ to the way to define a server. This allows users to
     select the method to authenticate to an IMAP, SMTP or POP3 server.
     Examples are /auth=plain, or /auth=gssapi, etc.
imap/src/c-client/mail.c
imap/src/c-client/mail.h
imap/src/c-client/pop3.c
imap/src/c-client/smtp.c