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

Update email accounts via forms #47

Closed scanner closed 11 months ago

scanner commented 1 year ago

Make a django model form for all the attributes of the email account that can be updated from the email-account card.

Submit the contents of the form via PUT/PATCH to the server via the REST endpoint for the email account.

Reset pulls the data from the server via GET and updates the data in the card (including the filled in values for the forms)