use file names for attachments

This commit is contained in:
rsc 2006-06-30 04:53:51 +00:00
parent e6c443621b
commit 141d600972
4 changed files with 8 additions and 4 deletions

View file

@ -93,6 +93,7 @@ struct Part
char* desc;
char* encoding;
char* charset;
char* filename;
char* raw;
char* rawheader;
char* rawbody;