top | item 46732608 (no title) binaryturtle | 1 month ago Why do you need to send a password when using their Autodiscover API? Would Outlook send the respective passwords for each email account to Microsoft? discuss order hn newest philipwhiuk|1 month ago I suspect they try to login and reverse engineer the IMAP config. Neil44|1 month ago curl -u just requires the field to be there, I suspect. No authentication takes place. You can send any password and the output doesn't change.
Neil44|1 month ago curl -u just requires the field to be there, I suspect. No authentication takes place. You can send any password and the output doesn't change.
philipwhiuk|1 month ago
Neil44|1 month ago