about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* blaze822: don't prefix first header with nul bytesChristian Neukirchen2016-07-131-111/+73
| | | | | Instead, look for the first header as a special case. This allows us to parse a header as-is without shifting in memory.
* scan: tweak date formattingChristian Neukirchen2016-07-131-1/+1
|
* blaze822: parsing of in-memory messagesChristian Neukirchen2016-07-132-0/+132
|
* blaze822: header cleanupChristian Neukirchen2016-07-132-6/+10
|
* blaze822: hackfixChristian Neukirchen2016-07-121-1/+1
|
* next: add offset, also negativeChristian Neukirchen2016-07-122-7/+24
|
* scan: indent with two spacesChristian Neukirchen2016-07-121-3/+3
|
* scan: tweak outputChristian Neukirchen2016-07-121-2/+3
|
* thread: remove debugging outputChristian Neukirchen2016-07-121-6/+0
|
* list: only show index line if any filter appliedChristian Neukirchen2016-07-121-16/+19
|
* list: count summary with -iChristian Neukirchen2016-07-121-1/+42
|
* add listChristian Neukirchen2016-07-122-1/+204
|
* rfc2047: detect iconv_open error properlyChristian Neukirchen2016-07-121-3/+1
|
* rfc2047: suppress common error messagesChristian Neukirchen2016-07-121-4/+8
|
* rfc2047: consistencyChristian Neukirchen2016-07-121-2/+5
|
* rfc2047: better base64 memory boundChristian Neukirchen2016-07-121-1/+1
|
* scan: fix u8putstr to print the whole glyph at the endChristian Neukirchen2016-07-121-3/+7
|
* rfc2047: avoid tolowerChristian Neukirchen2016-07-121-1/+4
|
* scan: show invalid datesChristian Neukirchen2016-07-121-1/+3
|
* blaze822: default to 0 seconds when none givenChristian Neukirchen2016-07-121-0/+2
|
* blaze822: only increment end if we found the a header separatorChristian Neukirchen2016-07-121-1/+1
|
* blaze822: avoid tolowerChristian Neukirchen2016-07-121-1/+4
|
* rfc2047: handle uint properlyChristian Neukirchen2016-07-121-4/+15
|
* scan: use subject default value when not foundChristian Neukirchen2016-07-121-1/+1
|
* fix unsigned computationChristian Neukirchen2016-07-121-1/+1
|
* add rfc2047 decoderChristian Neukirchen2016-07-114-11/+226
|
* add showChristian Neukirchen2016-07-114-1/+91
|
* thread: slay a few loopsChristian Neukirchen2016-07-111-4/+9
|
* extract main loopChristian Neukirchen2016-07-115-81/+22
|
* thread fixesChristian Neukirchen2016-07-111-9/+62
|
* add hdrChristian Neukirchen2016-07-112-2/+66
|
* add MakefileChristian Neukirchen2016-07-111-0/+14
|
* add threadChristian Neukirchen2016-07-111-0/+250
|
* add scanChristian Neukirchen2016-07-111-0/+148
|
* make blaze822 a libraryChristian Neukirchen2016-07-112-48/+73
|
* various code that may end up as a mail clientChristian Neukirchen2016-07-105-0/+930