You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pEpEngine/src/email.h

10 lines
263 B

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