Reference

getEmailAddress

Generates a new email address.

getEmailList

Fetch up to 20 new emails starting from the oldest email. Should only be called once.

offset
If $offset is set, skip to the offset value (0 - 19)
seq
If $seq is set, return up to 20 new emails starting from $seq

checkEmail

Fetch up to 20 new emails starting from the oldest email.

seq
If $seq is set, return up to 20 new emails starting from $seq

fetchEmail

Return email based on email id.

email_id
mail_id of the requested email

setEmailAddress

Change users email address.

email_user
Desired email address.

forgetMe

Forget users email and sid_token

delEmail

Delete list of emails

email_ids
An array of mail_id’s to be deleted.