Update Account details - change email with pop verification

User avatar
martin@rootjazz
Site Admin
Posts: 36355
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Update Account details - change email with pop verification

Post by martin@rootjazz »

Update Email address can now take pop settings in format:

email,password,popserver,pop_port,ssl(true|false)

example:
rootjazz@gmail.com,p455w0rd1,pop.gmail.com,993,true

IF the pop string is present, then after changing email instadub will attempt to log in and find the verification email for email change. If the email / code is extract a browser will pop up and the account will log into the browser and verify the email.


<update>
If NO POP DETAILS specified, email is updated but NOT verified

Random non verifiable email generator via token

Code: Select all

<rand>
f1bonacci
Posts: 13
Joined: Tue Oct 24, 2017 10:05 am

Re: Update Account details - change email with pop verification

Post by f1bonacci »

So what is the right format to input the new email:pass i want to change it to?

"Update Email address can not take pop settings in format:

email,password,popserver,popport,ssl(true|false)"


If i want instadub to automatically do email verification for the new email, it can be done with this format: email,password,popserver,popport,ssl(true|false)?
ajaa
Posts: 2654
Joined: Fri Jun 02, 2017 10:38 pm

Re: Update Account details - change email with pop verification

Post by ajaa »

Hi,

If the account email is a forwarder to another email..

ie account@mail.com is read through root@mail.com

so i want to enter account@mail.com but the pop.mail.com for root@mail.com

can i do that

Code: Select all

account@mail.com,root@mail.com,p455w0rd1,pop.mail.com,993,true
thanks
User avatar
martin@rootjazz
Site Admin
Posts: 36355
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Update Account details - change email with pop verification

Post by martin@rootjazz »

and this email has lots of other emails for different accounts all redirect there?
ajaa
Posts: 2654
Joined: Fri Jun 02, 2017 10:38 pm

Re: Update Account details - change email with pop verification

Post by ajaa »

martin@rootjazz wrote: Tue Aug 25, 2020 7:53 pm and this email has lots of other emails for different accounts all redirect there?
yes exactly.
User avatar
martin@rootjazz
Site Admin
Posts: 36355
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Update Account details - change email with pop verification

Post by martin@rootjazz »

ajaa wrote: Wed Aug 26, 2020 6:53 am
martin@rootjazz wrote: Tue Aug 25, 2020 7:53 pm and this email has lots of other emails for different accounts all redirect there?
yes exactly.
No, not currently supported
User avatar
martin@rootjazz
Site Admin
Posts: 36355
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Update Account details - change email with pop verification

Post by martin@rootjazz »

<update>
If NO POP DETAILS specified, email is updated but NOT verified

Random non verifiable email generator via token

Code: Select all

<rand>
RustyBread
Posts: 81
Joined: Wed Nov 18, 2015 4:31 am

Re: Update Account details - change email with pop verification

Post by RustyBread »

Is it possible to have this email change confirmation all done through the API so a browser does not have to open and confirm the email? With an HTTP request?

I'm asking cause some of my proxies don't load fast enough for a browser to load up and connect and change details via browser but they can do it through API.
User avatar
martin@rootjazz
Site Admin
Posts: 36355
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Update Account details - change email with pop verification

Post by martin@rootjazz »

RustyBread wrote: Wed Aug 31, 2022 9:42 pm Is it possible to have this email change confirmation all done through the API so a browser does not have to open and confirm the email? With an HTTP request?

I'm asking cause some of my proxies don't load fast enough for a browser to load up and connect and change details via browser but they can do it through API.
Previously, no, for some reason it wouldn't work, there were some complex redirects with IDs I couldn't get to work.

I will take a look again, but it won't be until the end of september now, due to holidays - https://rootjazz.com/forum/viewtopic.php?f=15&t=11182

Remind me week starting 26th September



Regards,
Martin
RustyBread
Posts: 81
Joined: Wed Nov 18, 2015 4:31 am

Re: Update Account details - change email with pop verification

Post by RustyBread »

This is your reminder for this feature as requested :D
Post Reply