branch | ENGINE-298 |
changeset 2200 | 644d22d740f0 |
parent 2155 | 9d16b7e422cc |
child 3710 | d7c1395f473c |
1.1 --- a/src/mime.h Tue Oct 24 15:21:48 2017 +0200 1.2 +++ b/src/mime.h Wed Oct 25 10:29:16 2017 +0200 1.3 @@ -78,6 +78,15 @@ 1.4 message **msg 1.5 ); 1.6 1.7 +/* sometimes we don't want to transport encode */ 1.8 +PEP_STATUS _mime_encode_message_internal( 1.9 + const message * msg, 1.10 + bool omit_fields, 1.11 + char **mimetext, 1.12 + bool transport_encode 1.13 + ); 1.14 + 1.15 + 1.16 #ifdef __cplusplus 1.17 } 1.18 #endif