You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stacosys/app/core/mailer.py

16 lines
168 B
Python

6 years ago
#!/usr/bin/env python
# -*- coding: utf-8 -*-
6 years ago
def fetch():
pass
def send(email, subject, body):
pass
def delete(content):
# TODO delete mail
pass