email-frappejs / frappejs

Node + Electron + Vue based metadata web framework (inspired by Frappe)
0 stars 2 forks source link

receiver.js features #6

Closed accakks closed 6 years ago

accakks commented 6 years ago

As in pseudocode:

sync: (…args)=> { // code to load mail list // you can add options to limit no. of mail // option to show only unread mail // other such options }, readMail: (…args)=> { // pass id to get and read whole mail } }