POP details for email verification

Twitterdub Video tutorials
Post Reply
User avatar
martin@rootjazz
Site Admin
Posts: 35611
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

POP details for email verification

Post by martin@rootjazz »

The POP protocol allows the program to check the emails for the account, which means the software can get the verification email, extract the verification code and submit it for you


The format to provide your pop details to the application, via the ACCOUNT DETAILS form
email,password,pop server,pop port,ssl

Code: Select all

email@rootjazz.com,p455w0rD!,outlook.office365.com,995,true
You can also specify using a : as separation:

Code: Select all

email@rootjazz.com:p455w0rD!:outlook.office365.com:995:true

You can also bulk import pop details when importing your accounts. But please note, the POP details must be imported as a single column, so if your CSV import separation character is , then your pop should be imported with : and vice versa (if csv import character is a : then import pop with ,

Code: Select all

username,password,email,pop
rootjazz,soih92873tga,email@rootjazz.com,email@rootjazz.com:p455w0rD!:outlook.office365.com:995:true
or

Code: Select all

:
username:password:email:pop
rootjazz:soih92873tga:email@rootjazz.com:email@rootjazz.com,p455w0rD!,outlook.office365.com,995,true

For help with CUSTOM IMPORT, see the forum post:
viewtopic.php?f=15&t=10730

Regards,
Martin
Post Reply