Rewrite of channel api.

This commit is contained in:
Martin Edenhofer 2015-08-28 03:39:14 +02:00
parent e600598fa5
commit cd855f5c4c

View file

@ -45,14 +45,21 @@
],
"Channels": [
{
"area": "Email::Inbound",
"adapter": "IMAP",
"area": "Email::Account",
"group_id": 1,
"options": {
"host": "mx1.example.com",
"user": "some user",
"password": "some pw",
"ssl": true
"inbound": {
"adapter": "imap",
"options": {
"host": "mx1.example.com",
"user": "some user",
"password": "some pw",
"ssl": true
}
},
"outbound": {
"adapter": "sendmail"
}
},
"active":false
}