Home > Developer

Storage API : Recent Emails

Recent Emails

Script path: /storage/bin/api/recent_emails.cgi

Description:   Get the recent emails addresses used by the user in Storage applications (currently from dropfile)

INPUT (via GET or POST)


sid => session id

ofmt => output format, defaults to JSON format (minimal white space)
if ofmt=jsonp - return in JSON pretty-printed format

 

OUTPUT (content-type: text/plain)


    JSON output object:

{
"status" : true | false
// true if successful, false otherwise

"errmsg" : "error message, if status is false"

"list_lth" : N,
"list" : [ email0, email1, email2, ... ]
// N will correspond to the number of elements in the list
}