Rocco Rutte:
[apps/madmutt.git] / mutt_libesmtp.h
1 /*
2  * Copyright notice from original mutt:
3  * [none]
4  *
5  * This file is part of mutt-ng, see http://www.muttng.org/.
6  * It's licensed under the GNU General Public License,
7  * please see the file GPL in the top level source directory.
8  */
9
10 #if !defined(LIBESMTP_H)
11 #define LIBESMTP_H
12
13 int mutt_invoke_libesmtp (ADDRESS * from,       /* the sender */
14                           ADDRESS * to, ADDRESS * cc, ADDRESS * bcc,    /* recips */
15                           const char *msg,      /* file containing message */
16                           int eightbit);        /* message contains 8bit chars */
17
18 #endif /* !defined(LIBESMTP_H) */