Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce http.Context to bundle http specific parameters | René 'Necoro' Neumann | 2022-01-08 | 1 | -3/+3 |
| | |||||
* | Resolve relative links, so that external clients can use absolute links. | René 'Necoro' Neumann | 2021-12-21 | 1 | -29/+60 |
| | | | | Found in https://go.dev/blog/feed.atom | ||||
* | Renamed forked dependencies, because 'replace' in go.mod leads to problems. | René 'Necoro' Neumann | 2021-10-29 | 1 | -2/+2 |
| | |||||
* | #64: Set filename for included images | René 'Necoro' Neumann | 2021-10-29 | 1 | -3/+17 |
| | |||||
* | Do not try to download already embedded images | René 'Necoro' Neumann | 2021-06-02 | 1 | -40/+35 |
| | |||||
* | Replace deprecated module `ioutil` | René 'Necoro' Neumann | 2021-06-02 | 1 | -2/+2 |
| | |||||
* | Do not use deprecated gofeed.Item.Author, but Authors instead | René 'Necoro' Neumann | 2021-02-27 | 1 | -8/+18 |
| | |||||
* | Split cache and feed packages | René 'Necoro' Neumann | 2021-02-22 | 1 | -12/+12 |
| | |||||
* | Strip `srcset` attribute | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+5 |
| | |||||
* | 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. | ||||
* | Switch back to 'replace' for html2text | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | Add creation timestamp as header | René 'Necoro' Neumann | 2020-08-22 | 1 | -0/+1 |
| | |||||
* | 'Exec' as an alternative to 'Url' | René 'Necoro' Neumann | 2020-05-25 | 1 | -5/+17 |
| | |||||
* | 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 | 1 | -18/+35 |
| | |||||
* | Renamed feed template to html template | René 'Necoro' Neumann | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | Improve html rendering | René 'Necoro' Neumann | 2020-05-07 | 1 | -11/+0 |
| | |||||
* | 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 | 1 | -1/+4 |
| | |||||
* | Unified publishedDate and updatedDate into one (just as the old feed2imap...) | René 'Necoro' Neumann | 2020-05-07 | 1 | -2/+2 |
| | |||||
* | Improve template | René 'Necoro' Neumann | 2020-05-06 | 1 | -13/+13 |
| | |||||
* | Unify connection handling | René 'Necoro' Neumann | 2020-05-04 | 1 | -6/+6 |
| | |||||
* | when tls verification is disabled for the feed, we should also disable this ↵ | René 'Necoro' Neumann | 2020-05-04 | 1 | -3/+4 |
| | | | | for the images | ||||
* | Better handling of embedded images with relative urls | René 'Necoro' Neumann | 2020-05-03 | 1 | -13/+27 |
| | |||||
* | Explicit version info | René 'Necoro' Neumann | 2020-05-03 | 1 | -1/+2 |
| | |||||
* | Update support for IMAP | René 'Necoro' Neumann | 2020-05-03 | 1 | -9/+16 |
| | |||||
* | Fix typo | René 'Necoro' Neumann | 2020-05-03 | 1 | -2/+2 |
| | |||||
* | Use uuid library directly and encode to base64. | René 'Necoro' Neumann | 2020-05-02 | 1 | -0/+1 |
| | | | | Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname. | ||||
* | Restructure | René 'Necoro' Neumann | 2020-05-02 | 1 | -27/+28 |
| | |||||
* | WIP: Message-Ids | René 'Necoro' Neumann | 2020-05-02 | 1 | -2/+7 |
| | |||||
* | Option 'body' | René 'Necoro' Neumann | 2020-05-02 | 1 | -13/+22 |
| | |||||
* | Improved image support | René 'Necoro' Neumann | 2020-05-02 | 1 | -5/+10 |
| | |||||
* | Embedding images in mail | René 'Necoro' Neumann | 2020-05-02 | 1 | -19/+165 |
| | |||||
* | Filtering from cache | René 'Necoro' Neumann | 2020-04-26 | 1 | -0/+2 |
| | |||||
* | Larger restructuring | René 'Necoro' Neumann | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | Move template to subfolder of feed | René 'Necoro' Neumann | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | Concurrent feed processing; central imap handler | René 'Necoro' Neumann | 2020-04-22 | 1 | -4/+4 |
| | |||||
* | Use patched version of go-message | René 'Necoro' Neumann | 2020-04-22 | 1 | -7/+1 |
| | |||||
* | Improved HTML creation | René 'Necoro' Neumann | 2020-04-21 | 1 | -0/+1 |
| | |||||
* | Move HTML template to string | René 'Necoro' Neumann | 2020-04-21 | 1 | -3/+1 |
| | |||||
* | HTML Template part of the mail | René 'Necoro' Neumann | 2020-04-21 | 1 | -14/+58 |
| | |||||
* | Fix vetting | René 'Necoro' Neumann | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | Started with mail creation | René 'Necoro' Neumann | 2020-04-20 | 1 | -0/+85 |