Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | They should also use CRLF (cf issue #46). | ||||
* | | #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 ↵ | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+1 |
|/ | | | | not undelete them by accident. | ||||
* | 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. ↵ | René 'Necoro' Neumann | 2021-02-15 | 1 | -2/+3 |
| | | | | This now pleases Cyrus IMAP. | ||||
* | 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 |
| | |||||
* | Text part in emails | René 'Necoro' Neumann | 2020-05-10 | 5 | -28/+104 |
| | |||||
* | Renamed feed template to html template | René 'Necoro' Neumann | 2020-05-10 | 2 | -2/+2 |
| | |||||
* | Print item hashes in debug mode | René 'Necoro' Neumann | 2020-05-08 | 1 | -1/+7 |
| | |||||
* | Improve html rendering | René 'Necoro' Neumann | 2020-05-07 | 2 | -53/+32 |
| | |||||
* | Do not assume items to be new when their published date is newer than the ↵ | René 'Necoro' Neumann | 2020-05-07 | 1 | -7/+0 |
| | | | | last run | ||||
* | Better detection if a text starts with html or not | René 'Necoro' Neumann | 2020-05-07 | 1 | -3/+12 |
| | |||||
* | Add header X-Feed2Imap-GUID | René 'Necoro' Neumann | 2020-05-07 | 2 | -1/+5 |
| |