summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-05-26mum: Implement mbox index reading, range parsingJohn Ankarström
For clarity's sake, I've also converted program-global variables to uppercase.
2021-05-26m-sync: Rename named pipeJohn Ankarström
2021-05-26m-sync: Fix pathJohn Ankarström
2021-05-26mum: Add explicit Perl versionJohn Ankarström
2021-05-26mum: Remove unnecessary feature importJohn Ankarström
2021-05-26mum: Change regex formattingJohn Ankarström
2021-05-26mum: Convert 'plus' string to integerJohn Ankarström
2021-05-26mum: Clean up regular expressionJohn Ankarström
2021-05-26Add main 'mum' scriptJohn Ankarström
2021-05-26Add 'm-sync' and 'getpw' scriptsJohn Ankarström
m-sync is a wrapper around m-pop that filters headers with m-filter.
2021-05-26Improve 'm-pop' scriptJohn Ankarström
Username and password have been moved to environment variables. Command-line interface has improved.
2021-05-21Optimize 'fh' scriptJohn Ankarström
2021-05-21Add M-Status headerJohn Ankarström
2021-05-20Add 'fh' scriptJohn Ankarström
This script is designed to filter out unnecessary headers from the mbox index.
2021-05-20Add Message-Length header, remove custom headers from mboxJohn Ankarström
This way, the mbox file follows the traditional mbox format.
2021-05-19Improve SIGINT handlingJohn Ankarström
It should only be active for the main loop.
2021-05-19Add 'pop' scriptJohn Ankarström