2002-01-16 17:48:23 +00:00
|
|
|
#define GPGMEPLUG_PROTOCOL GPGME_PROTOCOL_OpenPGP
|
|
|
|
|
|
|
|
#define GPGMEPLUG_SIGN_INCLUDE_CLEARTEXT true
|
|
|
|
#define GPGMEPLUG_SIGN_MAKE_MIME_OBJECT true
|
|
|
|
#define GPGMEPLUG_SIGN_MAKE_MULTI_MIME true
|
|
|
|
#define GPGMEPLUG_SIGN_CTYPE_MAIN "multipart/signed;protocol=application/pgp-signature;micalg=pgp-sha1"
|
|
|
|
#define GPGMEPLUG_SIGN_CDISP_MAIN ""
|
|
|
|
#define GPGMEPLUG_SIGN_CTENC_MAIN ""
|
|
|
|
#define GPGMEPLUG_SIGN_CTYPE_VERSION ""
|
|
|
|
#define GPGMEPLUG_SIGN_CDISP_VERSION ""
|
|
|
|
#define GPGMEPLUG_SIGN_CTENC_VERSION ""
|
|
|
|
#define GPGMEPLUG_SIGN_BTEXT_VERSION ""
|
|
|
|
#define GPGMEPLUG_SIGN_CTYPE_CODE "application/pgp-signature"
|
|
|
|
#define GPGMEPLUG_SIGN_CDISP_CODE ""
|
|
|
|
#define GPGMEPLUG_SIGN_CTENC_CODE ""
|
|
|
|
#define GPGMEPLUG_SIGN_FLAT_PREFIX ""
|
|
|
|
#define GPGMEPLUG_SIGN_FLAT_SEPARATOR ""
|
|
|
|
#define GPGMEPLUG_SIGN_FLAT_POSTFIX ""
|
2002-03-22 10:40:24 +00:00
|
|
|
#define __GPGMEPLUG_SIGNATURE_CODE_IS_BINARY true
|
2002-01-16 17:48:23 +00:00
|
|
|
|
|
|
|
#define GPGMEPLUG_ENC_INCLUDE_CLEARTEXT false
|
|
|
|
#define GPGMEPLUG_ENC_MAKE_MIME_OBJECT true
|
|
|
|
#define GPGMEPLUG_ENC_MAKE_MULTI_MIME true
|
|
|
|
#define GPGMEPLUG_ENC_CTYPE_MAIN "multipart/encrypted; protocol=application/pgp-encrypted"
|
|
|
|
#define GPGMEPLUG_ENC_CDISP_MAIN ""
|
|
|
|
#define GPGMEPLUG_ENC_CTENC_MAIN ""
|
|
|
|
#define GPGMEPLUG_ENC_CTYPE_VERSION "application/pgp-encrypted"
|
|
|
|
#define GPGMEPLUG_ENC_CDISP_VERSION "attachment"
|
|
|
|
#define GPGMEPLUG_ENC_CTENC_VERSION ""
|
|
|
|
#define GPGMEPLUG_ENC_BTEXT_VERSION "Version: 1"
|
|
|
|
#define GPGMEPLUG_ENC_CTYPE_CODE "application/octet-stream"
|
|
|
|
#define GPGMEPLUG_ENC_CDISP_CODE "inline; filename=\"msg.asc\""
|
|
|
|
#define GPGMEPLUG_ENC_CTENC_CODE ""
|
|
|
|
#define GPGMEPLUG_ENC_FLAT_PREFIX ""
|
|
|
|
#define GPGMEPLUG_ENC_FLAT_SEPARATOR ""
|
|
|
|
#define GPGMEPLUG_ENC_FLAT_POSTFIX ""
|
2002-03-22 10:40:24 +00:00
|
|
|
#define __GPGMEPLUG_ENCRYPTED_CODE_IS_BINARY false
|
2002-01-16 17:48:23 +00:00
|
|
|
|
|
|
|
#include "gpgmeplug.c"
|