infodrom/newmail
19 years agoAdded a coding-tyle document
Joey Schulze [Fri, 10 Dec 2004 13:32:16 +0000 (13:32 +0000)]
Added a coding-tyle document

19 years agoAdded support for multi-line header lines
Joey Schulze [Sat, 4 Dec 2004 10:07:12 +0000 (10:07 +0000)]
Added support for multi-line header lines

19 years agoImproved the readme by pointing to the project page and the mailing list upstream_newmail_0-3
Joey Schulze [Tue, 23 Nov 2004 09:46:53 +0000 (09:46 +0000)]
Improved the readme by pointing to the project page and the mailing list

19 years agoTry to gather originator information from the From_ line if there is
Joey Schulze [Tue, 23 Nov 2004 09:39:43 +0000 (09:39 +0000)]
Try to gather originator information from the From_ line if there is
no From: line in the header.

19 years agoImproved detection of new mail, there's always a newline at the end of
Joey Schulze [Tue, 23 Nov 2004 09:06:49 +0000 (09:06 +0000)]
Improved detection of new mail, there's always a newline at the end of
a mail.

19 years agoErr... should close the mbox
Joey Schulze [Mon, 22 Nov 2004 18:18:34 +0000 (18:18 +0000)]
Err... should close the mbox

19 years agoSave and restore the access and modification time of the mailbox
Joey Schulze [Mon, 22 Nov 2004 18:13:07 +0000 (18:13 +0000)]
Save and restore the access and modification time of the mailbox

19 years agoOh, the old newmail didn't emit "New mail from" but only "Mail from",
Joey Schulze [Mon, 22 Nov 2004 17:00:27 +0000 (17:00 +0000)]
Oh, the old newmail didn't emit "New mail from" but only "Mail from",
so use the same strings.

19 years agoContributed the manpage
Joey Schulze [Mon, 22 Nov 2004 16:58:56 +0000 (16:58 +0000)]
Contributed the manpage

19 years agoOutput routine
Joey Schulze [Mon, 22 Nov 2004 16:21:11 +0000 (16:21 +0000)]
Output routine

19 years agoAdded support for extracting the realname from an address
Joey Schulze [Mon, 22 Nov 2004 16:20:56 +0000 (16:20 +0000)]
Added support for extracting the realname from an address

19 years agoAdjusted post-output:
Joey Schulze [Mon, 22 Nov 2004 15:53:02 +0000 (15:53 +0000)]
Adjusted post-output:
 - No bell when running in window
 - Additional newline after set of mail, but only if not running in window
 - always flush stdout

19 years agoImplement flags as bitlist
Joey Schulze [Mon, 22 Nov 2004 15:23:54 +0000 (15:23 +0000)]
Implement flags as bitlist

19 years agoNo need to reduce the size by one since this is done in copystring()
Joey Schulze [Mon, 22 Nov 2004 14:34:06 +0000 (14:34 +0000)]
No need to reduce the size by one since this is done in copystring()

19 years agoMoved strncpy into stringcopy which will always terminate the string.
Joey Schulze [Mon, 22 Nov 2004 14:31:21 +0000 (14:31 +0000)]
Moved strncpy into stringcopy which will always terminate the string.

19 years agoMoved code to support the to header into a define, saved for later implementation
Joey Schulze [Mon, 22 Nov 2004 14:28:38 +0000 (14:28 +0000)]
Moved code to support the to header into a define, saved for later implementation

19 years agoAdded preliminary support for -r to emit raw output without
Joey Schulze [Mon, 22 Nov 2004 08:46:13 +0000 (08:46 +0000)]
Added preliminary support for -r to emit raw output without
potentially broken character conversion, which may be useful for
programs post-processing the output, i.e. in a window.

19 years agoInitial commit of files for the project, started from scratch.
Joey Schulze [Mon, 22 Nov 2004 08:42:25 +0000 (08:42 +0000)]
Initial commit of files for the project, started from scratch.