mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 13:09:19 +02:00
added attachment support
This commit is contained in:
@@ -68,9 +68,11 @@ struct child {
|
||||
struct attachment {
|
||||
int size;
|
||||
char type[TINYBUFSIZE];
|
||||
char aname[TINYBUFSIZE];
|
||||
char filename[TINYBUFSIZE];
|
||||
char internalname[TINYBUFSIZE];
|
||||
char digest[2*DIGEST_LENGTH+1];
|
||||
char dumped;
|
||||
};
|
||||
|
||||
|
||||
@@ -125,6 +127,7 @@ struct _state {
|
||||
int skip_html;
|
||||
int has_to_dump;
|
||||
int fd;
|
||||
int b64fd;
|
||||
int mfd;
|
||||
int octetstream;
|
||||
int realbinary;
|
||||
|
||||
Reference in New Issue
Block a user