feat: add feature to edit email settings, basic message preview
This commit is contained in:
parent
3035d1f58a
commit
95ff87fbf3
19 changed files with 826 additions and 4 deletions
6
docs/api/wuttaweb.emails.rst
Normal file
6
docs/api/wuttaweb.emails.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.emails``
|
||||
===================
|
||||
|
||||
.. automodule:: wuttaweb.emails
|
||||
:members:
|
6
docs/api/wuttaweb.views.email.rst
Normal file
6
docs/api/wuttaweb.views.email.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.views.email``
|
||||
========================
|
||||
|
||||
.. automodule:: wuttaweb.views.email
|
||||
:members:
|
|
@ -35,6 +35,7 @@ the narrative docs are pretty scant. That will eventually change.
|
|||
api/wuttaweb.db
|
||||
api/wuttaweb.db.continuum
|
||||
api/wuttaweb.db.sess
|
||||
api/wuttaweb.emails
|
||||
api/wuttaweb.forms
|
||||
api/wuttaweb.forms.base
|
||||
api/wuttaweb.forms.schema
|
||||
|
@ -54,6 +55,7 @@ the narrative docs are pretty scant. That will eventually change.
|
|||
api/wuttaweb.views.base
|
||||
api/wuttaweb.views.batch
|
||||
api/wuttaweb.views.common
|
||||
api/wuttaweb.views.email
|
||||
api/wuttaweb.views.essential
|
||||
api/wuttaweb.views.master
|
||||
api/wuttaweb.views.people
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue