Author |
|
compugroup Newbie
Joined: 29 June 2016 Location: France
Online Status: Offline Posts: 6
|
Posted: 29 June 2016 at 7:55am | IP Logged
|
|
|
hi,
with a host giving
CAPABILITY IMAP4rev1 AUTH=PLAIN AUTH=EXTERNAL ACL BINARY CATENATE CHILDREN CONDSTORE ENABLE ESEARCH ESORT I18NLEVEL=1 ID IDLE LIST-EXTENDED LIST-STATUS LITERAL+ LOGIN-REFERRALS MULTIAPPEND NAMESPACE QRESYNC QUOTA RIGHTS=ektx SASL-IR SEARCHRES SORT THREAD=ORDEREDSUBJECT UIDPLUS UNSELECT WITHIN XLIST AUTH=EXTERNAL\r\n
How can we set IMAP to use 'AUTH=EXTERNAL' and not 'AUTH=PLAIN' ?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 29 June 2016 at 8:24am | IP Logged
|
|
|
Hi,
Please see example at:
http://www.afterlogic.com/mailbee-net/docs/#MailBee.SaslMethod.html
It's for Pop3 class but for Imap it works the same way. You can derive from SaslMethod class to implement any authentication method you want.
Regards,
Alex
|
Back to Top |
|
|