ze-filter  (ze-filter-0.8.0-develop-180218)
ze-decode.h File Reference

Go to the source code of this file.

Macros

#define TSPECIALS   "()<>@,;:\\/[]?=\""
 
#define __ZE_DECODE_H
 

Functions

bool is_rfc1521_encoded (char *)
 
int decode_rfc1521 (char *, char *, size_t)
 
bool is_rfc2047_encoded (char *)
 
int decode_rfc2047 (char *, char *, size_t)
 
bool is_rfc2231_encoded (char *)
 
int decode_rfc2231 (char *, char *, size_t)
 
int strascii (char *, char *, char *)
 

Macro Definition Documentation

◆ __ZE_DECODE_H

#define __ZE_DECODE_H

Definition at line 51 of file ze-decode.h.