Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #62: Root can be empty | René 'Necoro' Neumann | 2021-10-17 | 2 | -3/+13 |
* | Do not try to download already embedded images | René 'Necoro' Neumann | 2021-06-02 | 2 | -40/+55 |
* | Replace deprecated module `ioutil` | René 'Necoro' Neumann | 2021-06-02 | 1 | -2/+2 |
* | #47 Consume all messages and filter by UID | René 'Necoro' Neumann | 2021-05-10 | 1 | -8/+13 |
* | #47: Exhaust messages to avoid deadlock | René 'Necoro' Neumann | 2021-05-10 | 1 | -1/+8 |
* | Restructure | René 'Necoro' Neumann | 2021-02-28 | 2 | -54/+49 |
* | IMAP: Set a timeout for connection | René 'Necoro' Neumann | 2021-02-28 | 1 | -2/+10 |
* | Start IMAP connections in the background and use them on the go | René 'Necoro' Neumann | 2021-02-28 | 3 | -16/+26 |
* | Remove obsolete feeds from cache after 180 days | René 'Necoro' Neumann | 2021-02-27 | 4 | -2/+28 |
* | Do not upgrade the cache in `print-cache` | René 'Necoro' Neumann | 2021-02-27 | 2 | -3/+3 |
* | New cache format using gzip compression | René 'Necoro' Neumann | 2021-02-27 | 3 | -7/+76 |
* | Put storing / loading details into cache implementation | René 'Necoro' Neumann | 2021-02-27 | 2 | -5/+17 |
* | Rename file | René 'Necoro' Neumann | 2021-02-27 | 1 | -0/+0 |
* | Change from `transformToCurrent` to `transformTo` | René 'Necoro' Neumann | 2021-02-27 | 2 | -5/+10 |
* | Filter feeds in cache: Keep at most 1000 obsolete items per feed | René 'Necoro' Neumann | 2021-02-27 | 1 | -8/+38 |
* | Fix remaining use of `state.feeds` | René 'Necoro' Neumann | 2021-02-27 | 1 | -1/+1 |
* | Improve output of `print-cache` | René 'Necoro' Neumann | 2021-02-27 | 1 | -2/+16 |
* | Do not use deprecated gofeed.Item.Author, but Authors instead | René 'Necoro' Neumann | 2021-02-27 | 2 | -12/+24 |
* | Improve naming | René 'Necoro' Neumann | 2021-02-22 | 3 | -10/+13 |
* | Split cache and feed packages | René 'Necoro' Neumann | 2021-02-22 | 10 | -294/+319 |
* | Fix signature | René 'Necoro' Neumann | 2021-02-21 | 1 | -1/+1 |
* | Merge branch 'go-1.16' | René 'Necoro' Neumann | 2021-02-21 | 4 | -73/+73 |
|\ | |||||
| * | Import 'embed' package | René 'Necoro' Neumann | 2021-02-18 | 1 | -0/+1 |
| * | Fix CRLF ending | René 'Necoro' Neumann | 2021-02-16 | 1 | -57/+57 |
| * | Use go-embed for templates instead of inline strings. | René 'Necoro' Neumann | 2021-02-16 | 4 | -73/+72 |
* | | #25 Normalize folder names | René 'Necoro' Neumann | 2021-02-21 | 1 | -1/+9 |
* | | #25 Check for folder again while locking | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+8 |
* | | Strip `srcset` attribute | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+5 |
* | | Slight restructuring | René 'Necoro' Neumann | 2021-02-21 | 2 | -9/+16 |
* | | Clarify code | René 'Necoro' Neumann | 2021-02-21 | 1 | -5/+5 |
* | | #39 Ignore mails marked as deleted when looking for existing mails, as to not... | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+1 |
|/ | |||||
* | Issue #46: Move and rename writer; add comments | René 'Necoro' Neumann | 2021-02-16 | 1 | -2/+2 |
* | Issue #46: Make the resulting email body not to include single \r or \n. This... | René 'Necoro' Neumann | 2021-02-15 | 1 | -2/+3 |
* | Pretty up the cache interface; ensure feed2imap-go unlocks the cache | René 'Necoro' Neumann | 2020-08-22 | 2 | -4/+9 |
* | print-cache should also unlock | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+5 |
* | Switch back to 'replace' for html2text | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
* | Fix writing the cache | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
* | Improve message | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
* | Lock file names must be absolute | René 'Necoro' Neumann | 2020-08-22 | 1 | -3/+8 |
* | Lock cache | René 'Necoro' Neumann | 2020-08-22 | 3 | -13/+59 |
* | Add creation timestamp as header | René 'Necoro' Neumann | 2020-08-22 | 2 | -0/+2 |
* | Fixes a bug where cached items get deleted when the feed is empty | René 'Necoro' Neumann | 2020-06-20 | 1 | -2/+4 |
* | print-cache: Tool for printing the contents of the cache | René 'Necoro' Neumann | 2020-06-20 | 3 | -3/+54 |
* | Fix/add debug messages | René 'Necoro' Neumann | 2020-06-20 | 2 | -2/+7 |
* | Make errors from exec calls always being printed as errors | René 'Necoro' Neumann | 2020-05-25 | 1 | -1/+1 |
* | 'Exec' as an alternative to 'Url' | René 'Necoro' Neumann | 2020-05-25 | 4 | -16/+66 |
* | New option 'item-filter' | René 'Necoro' Neumann | 2020-05-21 | 3 | -5/+83 |
* | Verbose variant of 'target' in config | René 'Necoro' Neumann | 2020-05-14 | 2 | -93/+14 |
* | Fixed linebreaks for Enclosures in text template | René 'Necoro' Neumann | 2020-05-10 | 1 | -5/+5 |
* | Switch to our own html2text fork for the time being | René 'Necoro' Neumann | 2020-05-10 | 1 | -2/+2 |