jstoone / nova-mailman

Conveniently route all emails to a local mailbox.
https://novapackages.com/packages/jstoone/nova-mailman
MIT License
45 stars 1 forks source link

Enable frontend to fetch emails #2

Closed jstoone closed 6 years ago

jstoone commented 6 years ago

About

As of now there is no way for the frontend to fetch email information. This should be possible through MailmanController@index.

Data needs

[
  {
    "to": "john@example.com",
    "subject": "Foo subject",
    "timestamp": 1539733755,
    "content": "/{timestamp}.html",
  }
]