move mail frontend
This commit is contained in:
parent
120bd99d93
commit
4533e02c35
1 changed files with 1 additions and 7 deletions
|
|
@ -31,14 +31,8 @@ from weboob import Weboob
|
|||
from weboob.capabilities.messages import ICapMessages
|
||||
from weboob.tools.application import BaseApplication
|
||||
|
||||
class User:
|
||||
def __init__(self, username, password, email):
|
||||
self.username = username
|
||||
self.password = password
|
||||
self.email = email
|
||||
|
||||
class Application(BaseApplication):
|
||||
APPNAME = 'weboob2mail'
|
||||
APPNAME = 'mail'
|
||||
CONFIG = {'interval': 15,
|
||||
'domain': 'weboob.example.org',
|
||||
'recipient': 'weboob@example.org',
|
||||
Loading…
Add table
Add a link
Reference in a new issue