1 // This file is under GNU General Public License 3.0
2 // see LICENSE.txt
3
4 #pragma once
5
6 #include "transport.h"
7
8 PEP_STATUS email_sendto(PEP_SESSION session, const message *msg);
9 PEP_STATUS email_readnext(PEP_SESSION session, message **msg, PEP_transport_t **via);