Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.38 KB

DOC.md

File metadata and controls

65 lines (46 loc) · 1.38 KB

Functions

getInbox(email)Inbox

returns inbox information based on the users email

getProviderUrl(email)String

returns the inbox url

getProviderName(email)Inbox

returns provider name

Typedefs

Inbox : Object

getInbox(email) ⇒ Inbox

returns inbox information based on the users email

Kind: global function

Param Type
email String

getProviderUrl(email) ⇒ String

returns the inbox url

Kind: global function

Param Type
email String

getProviderName(email) ⇒ Inbox

returns provider name

Kind: global function

Param Type
email string

Inbox : Object

Kind: global typedef
Properties

Name Type Description
name String Provider name
url String Inbox url