简体   繁体   中英

how dynamically signin to a pop3 email is possible?

I want to know how application like Thunderbird, Outlook can dynamically login a email account (like gmail) only with one username and one password.

Do they keep the famous server login configs (ex: gmail, hotmail, yahoo) in their own database and in login request those info fetchs from their database and merge with username and password for loginning mechanism or there is another mechanism (like requesting to vender email provider for fetching these data) which I don't know ?

Local applications like those normally use local storage (like SQLite or a text file) to store user data. Sometime in plaintext or, better, encrypted.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM