author | Volker Birk <vb@pep.foundation> |
Wed, 29 Aug 2018 17:10:23 +0200 | |
branch | sync |
changeset 2899 | 63b619aef131 |
parent 1517 | f29830f1c407 |
child 4792 | 7056435ab9e7 |
permissions | -rw-r--r-- |
1 // This file is under GNU General Public License 3.0
2 // see LICENSE.txt
4 #include "email.h"
6 PEP_STATUS email_sendto(PEP_SESSION session, const message *msg)
7 {
9 return PEP_STATUS_OK;
10 }
12 PEP_STATUS email_readnext(PEP_SESSION session, message **msg, PEP_transport_t **via)
13 {
15 return PEP_STATUS_OK;
16 }