Index
Methods
-
<static> UWA.Services.Mail.getFromProvider(provider, options)
-
Send request on search engine.
Sample request object:
{ method : 'get', proxy: 'ajax', type: 'xml', onComplete: callback }
Example
UWA.Services.Mail.getFromProvider('gmail', {...})
Parameters
Name Type Description provider
String A provider name for mail
options
Object Options hash
Properties
Name Type Argument Default Description method
String <optional>
POST GET, POST (in uppercase!)
cache
Number <optional>
Seconds of server caching
onComplete
Function Choose your own method
onTimeout
Function <optional>
Choose your own method
onComplete
Function <optional>
Choose your own method
authentication
Object <optional>
The auth object.