summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/Parser.rakumod
Commit message (Collapse)AuthorAge
* timeout when parsing a socketdakkar2020-01-25
| | | | | | | | if the socket doesn't send an email message, we would be stuck waiting for it to do so since a socket is not a pipe, we can't detect "the other end has finished talking" ☹
* Revert "fewer temporary variables"dakkar2020-01-25
| | | | | | | This reverts commit 314ee051c170c33d2c912b6750f916b73f9cb507. I think that the bug with LEAVE messes up return values inside Log::Timeline as well
* safer socket input?dakkar2020-01-25
|
* fewer temporary variablesdakkar2020-01-25
| | | | | we can `return` from an inner block, even when that block is executed somewhere else: `return` is lexical!
* work around some weird newline issuesdakkar2019-12-31
|
* new module extensiondakkar2019-12-29