| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Function prototypes |
Function prototypes |
| 9 |
$Id: mix3.h,v 1.3 2001/12/11 20:59:26 rabbi Exp $ */ |
$Id: mix3.h,v 1.4 2001/12/12 19:29:52 rabbi Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#ifndef _MIX3_H |
#ifndef _MIX3_H |
| 162 |
int pgpmime_sign(BUFFER *message, BUFFER *uid, BUFFER *pass, char *secring); |
int pgpmime_sign(BUFFER *message, BUFFER *uid, BUFFER *pass, char *secring); |
| 163 |
int mime_attach(BUFFER *message, BUFFER *attachment, BUFFER *type); |
int mime_attach(BUFFER *message, BUFFER *attachment, BUFFER *type); |
| 164 |
void mimedecode(BUFFER *msg); |
void mimedecode(BUFFER *msg); |
| 165 |
|
int qp_decode_message(BUFFER *msg); |
| 166 |
|
|
| 167 |
#define MIME_8BIT 1 /* transport is 8bit */ |
#define MIME_8BIT 1 /* transport is 8bit */ |
| 168 |
#define MIME_7BIT 2 /* transport is 7bit */ |
#define MIME_7BIT 2 /* transport is 7bit */ |