Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-27 | m-pop: Fix From: header parsingHEADmaster | John Ankarström | |
Now, it handles From: headers split across multiple lines. | |||
2021-05-27 | mum: Fix range parsing, implement 'h' command | John Ankarström | |
2021-05-27 | mum: Add 's' command (sync and read new messages) | John Ankarström | |
2021-05-26 | m-pop: Fix offset bug | John Ankarström | |
2021-05-26 | getpw: Handle SIGINT properly | John Ankarström | |
2021-05-26 | mum: Use GNU Readline | John Ankarström | |
Technically, Term::ReadLine doesn't require GNU Readline specifically, but whatever. I may fix it in the future. | |||
2021-05-26 | mum: Fix pipe bug | John Ankarström | |
Without handling SIGPIPE, mum may unexpectedly exit when the pager exits. | |||
2021-05-26 | mum: Fix //, ?? bug | John Ankarström | |
2021-05-26 | mum: Add 'l' command (view in pager) | John Ankarström | |
2021-05-26 | mum: Implement 'p' command | John Ankarström | |
2021-05-26 | mum: Fix ?? bug | John Ankarström | |
2021-05-26 | mum: Support // and ?? (search using last regex) | John Ankarström | |
2021-05-26 | mum: Implement mbox index reading, range parsing | John Ankarström | |
For clarity's sake, I've also converted program-global variables to uppercase. | |||
2021-05-26 | m-sync: Rename named pipe | John Ankarström | |
2021-05-26 | m-sync: Fix path | John Ankarström | |
2021-05-26 | mum: Add explicit Perl version | John Ankarström | |
2021-05-26 | mum: Remove unnecessary feature import | John Ankarström | |
2021-05-26 | mum: Change regex formatting | John Ankarström | |
2021-05-26 | mum: Convert 'plus' string to integer | John Ankarström | |
2021-05-26 | mum: Clean up regular expression | John Ankarström | |
2021-05-26 | Add main 'mum' script | John Ankarström | |
2021-05-26 | Add 'm-sync' and 'getpw' scripts | John Ankarström | |
m-sync is a wrapper around m-pop that filters headers with m-filter. | |||
2021-05-26 | Improve 'm-pop' script | John Ankarström | |
Username and password have been moved to environment variables. Command-line interface has improved. | |||
2021-05-21 | Optimize 'fh' script | John Ankarström | |
2021-05-21 | mum.ms: Small changes | John Ankarström | |
2021-05-21 | Add M-Status header | John Ankarström | |
2021-05-20 | mum.ms: Add section about sent messages | John Ankarström | |
2021-05-20 | Add 'fh' script | John Ankarström | |
This script is designed to filter out unnecessary headers from the mbox index. | |||
2021-05-20 | Add Message-Length header, remove custom headers from mbox | John Ankarström | |
This way, the mbox file follows the traditional mbox format. | |||
2021-05-19 | Improve SIGINT handling | John Ankarström | |
It should only be active for the main loop. | |||
2021-05-19 | Add 'pop' script | John Ankarström | |
2021-05-19 | Add documentation | John Ankarström | |