Commit Graph

17 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
7c402facc7 attacher.c: Turn off optimizer for inline asm. 2022-09-13 20:08:50 -04:00
Bobbi Webber-Manners
f63fe7829f EDIT/ATTACHER: Fix to corner case drawing bug in file_ui() 2021-06-20 19:43:16 -04:00
Bobbi Webber-Manners
a3099887a9 ATTACHER: Fix #53 - MIME name is now just the filename (no path) 2021-05-23 19:42:21 -04:00
Bobbi Webber-Manners
57d1074666 ATTACHER: Fixed filetype of destination file to be TXT (not BIN) 2020-10-29 23:54:08 -04:00
Bobbi Webber-Manners
621fa2db31 ATTACHER: Fixed off by one attachment count in message 2020-10-29 23:00:25 -04:00
Bobbi Webber-Manners
d2567e8ac1 ATTACHER: Bumped up iobuf[] to 8192 to prevent buffer overrun 2020-09-27 00:38:54 -04:00
Bobbi Webber-Manners
36dd4f5780 ATTACHER: Removed prompt for non-text files 2020-09-27 00:31:12 -04:00
Bobbi Webber-Manners
9477377c74 ATTACHER: Rolled file_ui() improvements from EDIT into ATTACHER 2020-09-24 23:01:52 -04:00
Bobbi Webber-Manners
de5520203f All apps: fixed get_line() to handle final line without CR termination 2020-09-17 18:49:04 -04:00
Bobbi Webber-Manners
1389c4948c ATTACHER/NNTP65/POP65/REBUILD/SMTP65: Improvements to robustness. Tested. 2020-09-13 16:04:42 -04:00
Bobbi Webber-Manners
e0d1bdac82 ATTACHER: Some sprintf()->snprintf() cleanup 2020-09-06 21:20:28 -04:00
Bobbi Webber-Manners
f5dfc72c2b ATTACHER: Display table of attachments. UI improvements. 2020-09-04 00:12:00 -04:00
Bobbi Webber-Manners
1e703aadd0 ATTACHER: Major UI enhancements. Uses file_ui() (from EDIT.SYSTEM) now. 2020-09-03 23:13:44 -04:00
Bobbi Webber-Manners
d6841c517c Replaced get_line() with new implementation which is faster, less buggy! 2020-07-29 17:28:35 -04:00
Bobbi Webber-Manners
b77c7ad996 The filesize needs a 32 bit variable, not 16 2020-07-28 19:20:00 -04:00
Bobbi Webber-Manners
15c0e90323 Only use basename of filename for MIME attachment metadata 2020-07-28 17:32:03 -04:00
Bobbi Webber-Manners
bdfa35db41 Broke out MIME attachment functionality into a separate program (ATTACHER) 2020-07-28 17:14:43 -04:00