Commit Graph

5 Commits (49e8257931ae4f02445bdd1edc898e0252e92519)

Author SHA1 Message Date
leitner e0a6a1cb84 try to catch malicious input in textcode fmt_* functions
leitner 3004b518ef switch to size_t and ssize_t
leitner 60f3320ae0 allow specifying more characters to encode for subset encoders (for
example, you can say that fmt_quotedprintable should also escape ':', if
you want to use ':' as separator in a data file.
leitner 60d00ede11 remove some warnings
leitner 056760c5f1 add cescape stuff and two tests