diff options
author | Kali Kaneko <kali@leap.se> | 2015-09-22 15:29:23 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-09-23 11:59:59 -0400 |
commit | 5c10f4cb4e6a7e7f50ddd669bf96dfe68b625272 (patch) | |
tree | 78f5eb9071d3455065fd799744d54f6f9762e4cf /mail/docs/api/leap.mail.outgoing.rst | |
parent | b10951322602dbbd6a5e77064144bcd9c2622e0b (diff) |
[docs] update docs to 0.4.0 release
Diffstat (limited to 'mail/docs/api/leap.mail.outgoing.rst')
-rw-r--r-- | mail/docs/api/leap.mail.outgoing.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/docs/api/leap.mail.outgoing.rst b/mail/docs/api/leap.mail.outgoing.rst new file mode 100644 index 0000000..af8c173 --- /dev/null +++ b/mail/docs/api/leap.mail.outgoing.rst @@ -0,0 +1,21 @@ +leap.mail.outgoing package +========================== + +.. automodule:: leap.mail.outgoing + :members: + :undoc-members: + :show-inheritance: + + +Submodules +---------- + +mail.outgoing.service module +---------------------------- + +.. automodule:: leap.mail.outgoing.service + :members: + :undoc-members: + :show-inheritance: + + |