scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

collapsible cards for each email account, static loading, and vue enhanced #46

Closed scanner closed 11 months ago

scanner commented 1 year ago

The initial list of email accounts that the user owns. Implemented using bulma cards and bulma-collapsible.

If there is only one it should be is-active

Just display the email account data. Initial page content will be statically generated by django. Django will also supply json data for all the email accounts.

In the app.js for the page it will create the Vue app and replace all the static data with the data from the json embedded in the page.

scanner commented 11 months ago

completed a little while ago