useless options, cluttering the codebase that can be emulated if needed in fcc-hooks.
[apps/madmutt.git] / send_smtp.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 #ifndef _MUTT_LIBESMTP_H
11 #define _MUTT_LIBESMTP_H
12
13 #ifdef USE_LIBESMTP
14 int send_smtp_check_usetls (const char* option, unsigned long p,
15                                 char* errbuf, ssize_t errlen);
16
17 int send_smtp_invoke(address_t * from,       /* the sender */
18                          address_t * to, address_t * cc, address_t * bcc,
19                          const char *msg, int eightbit);
20 #endif
21
22 #endif /* !_MUTT_LIBESMTP_H */