summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* NEWS.md: update for 1.2 v1.2Leah Neukirchen2021-12-122-2/+7
* mcom: take Delivered-To into account for choosing From addressStacy Harper2021-11-081-1/+1
* mlesskey.example: clarify installationLeah Neukirchen2021-10-071-1/+3
* rfc2047: skip whitespace everywhere during base64 decodingLeah Neukirchen2021-10-042-8/+41
* mless: prefer setting LESSKEYIN and .mlesskeyLeah Neukirchen2021-09-283-2/+16
* mrep/mbnc/mfwd: fix sequence after changing flags of (likely) curLeah Neukirchen2021-09-241-0/+3
* blaze822: blaze822/blaze822_mem: detect line ending before scanning end of he...Leah Neukirchen2021-08-302-12/+60
* blaze822: remove blaze822_mmap, never used.Leah Neukirchen2021-08-302-50/+0
* mmime: ensure no empty parts are generated after an include.Leah Neukirchen2021-08-072-5/+19
* mpick: remove dead codeLéo Villeveygoux2021-07-061-4/+2
* mblaze-profile.5: clarify Reply-From wipLeah Neukirchen2021-06-181-8/+7
* t/1000-mmime.t: add tests for recent changesLeah Neukirchen2021-06-181-1/+27
* mmime: keep (none) whitespace after quoted stringsLeah Neukirchen2021-06-181-1/+3
* mmime: generate valid empty mime multipart/mixed when no body is givenLeah Neukirchen2021-06-181-1/+3
* mcom: use mhdr -d -A even when extracting From: headersLeah Neukirchen2021-06-181-2/+2
* maddr: decode only display part of addressLeah Neukirchen2021-06-181-5/+7
* mhdr: print_addresses: decode only display part of addressLeah Neukirchen2021-06-181-7/+7
* mmime: print_header: encode quoted-strings at onceLeah Neukirchen2021-06-181-3/+29
* mmime: be more careful when qp-encoding in headersLeah Neukirchen2021-06-181-0/+9
* t/1500-maddr.t: deactivate invalid test caseLeah Neukirchen2021-06-181-2/+2
* mless: list same number of mails whether we're at the beginning or endDominik Honnef2021-06-071-1/+10
* mblaze.7: IRC moved to libera.chat.Leah Neukirchen2021-05-202-2/+2
* t/1900-mdeliver.t: fix planLeah Neukirchen2021-05-101-1/+1
* msed: match header names case insensitivelyLeah Neukirchen2021-05-101-1/+1
* mexport: use UTC timestamp in the postmark lineLeah Neukirchen2021-05-091-1/+1
* mexport: default timestamp to unix second 0, not -1Leah Neukirchen2021-05-091-1/+1
* NEWS.md: updateLeah Neukirchen2021-05-091-0/+7
* t/1900-mdeliver.t: add test for malformed mboxesLeah Neukirchen2021-05-091-0/+16
* mdeliver: ignore last empty line of mbox entriesLeah Neukirchen2021-05-092-3/+85
* mexport: ensure mbox entries are separated by an empty lineLeah Neukirchen2021-05-092-0/+29
* mmime: do not duplicate Content* headersLeah Neukirchen2021-05-092-8/+69
* mcom: also read $VISUAL to find the editorLeah Neukirchen2021-04-212-3/+5
* safe_u8putstr: add oneline mode that prints CR/LF as C0 sequencesLeah Neukirchen2021-03-153-17/+18
* mdeliver.1: spellingLeah Neukirchen2021-02-051-1/+1
* mdeliver.1: small tweaksLeah Neukirchen2021-02-041-2/+3
* GNUmakefile: run tests without stdin connected to a terminalLeah Neukirchen2021-01-271-1/+1
* t/8000-mflag.t: fix when stdin is not a ttyLeah Neukirchen2021-01-271-8/+8
* t/6000-msort.t: fix when stdin is not a ttyLeah Neukirchen2021-01-271-5/+5
* t/3000-magrep.t: fix when stdin is not a ttyLeah Neukirchen2021-01-271-10/+10
* mshow: show last part of multipart/mixed when none matchedLeah Neukirchen2021-01-172-2/+9
* mshow: add "-A all" to render all attachmentsLeah Neukirchen2021-01-173-7/+17
* Fix typo in NEWSnicoo2021-01-141-1/+1
* NEWS.md: update for 1.1 v1.1Leah Neukirchen2021-01-142-1/+8
* mcom: do not match shebang in needs_multipart()codesoap2021-01-041-1/+1
* mmime: allow # in include lines, used to override the content-dispositionLeah Neukirchen2020-12-222-2/+29
* rfc2045: blaze822_multipart: parse rest when boundary is missingLeah Neukirchen2020-12-091-2/+2
* Allow gpg and gpg2 executables for gnupg interactionJames Rowe2020-11-244-5/+29
* rfc2045: mymemmemnl: make more check idiomaticLeah Neukirchen2020-11-121-1/+1
* rfc2045: fix overread in blaze822_mime_parameterLeah Neukirchen2020-11-121-0/+2
* rfc2045: ensure mime boundaries end with a newline or -Leah Neukirchen2020-11-122-2/+63