For instance Google has a feature where you can just curl the contents of
https://$ACCOUNT:[email protected]/mail/feed/atom.html To get an Atom XML feed of your emails.
This seems highly unsafe obviously provided that this entire URI is some-how transmitted some-where unencrypted but Google's documentation itself does not warn for this and I would assume them to do so does this mechanism some-how rely on only accessing mail.google.com/mail/feed/atom.html in an unecrypted way while encrypting the "$ACCOUNT:$PASSWORD" string some-how?enter code here