Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to our own html2text fork for the time being | René 'Necoro' Neumann | 2020-05-10 | 3 | -5/+5 |
* | Text part in emails | René 'Necoro' Neumann | 2020-05-10 | 7 | -33/+115 |
* | Allow options on group level. | René 'Necoro' Neumann | 2020-05-10 | 3 | -5/+11 |
* | Renamed feed template to html template | René 'Necoro' Neumann | 2020-05-10 | 2 | -2/+2 |
* | Release v0.2.0v0.2.0 | René 'Necoro' Neumann | 2020-05-10 | 2 | -2/+6 |
* | Fix building cache | René 'Necoro' Neumann | 2020-05-10 | 1 | -1/+3 |
* | Update README | René 'Necoro' Neumann | 2020-05-10 | 1 | -5/+44 |
* | Ignore 'dist' folder and build products | René 'Necoro' Neumann | 2020-05-10 | 1 | -0/+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 las... | René 'Necoro' Neumann | 2020-05-07 | 2 | -7/+1 |
* | Updating some deps | René 'Necoro' Neumann | 2020-05-07 | 2 | -2/+7 |
* | Better detection if a text starts with html or not | René 'Necoro' Neumann | 2020-05-07 | 2 | -4/+13 |
* | go fmt | René 'Necoro' Neumann | 2020-05-07 | 1 | -3/+2 |
* | Add header X-Feed2Imap-GUID | René 'Necoro' Neumann | 2020-05-07 | 3 | -1/+7 |
* | update changelog | René 'Necoro' Neumann | 2020-05-07 | 1 | -0/+1 |
* | Fix | René 'Necoro' Neumann | 2020-05-07 | 1 | -1/+1 |
* | Unified publishedDate and updatedDate into one (just as the old feed2imap...) | René 'Necoro' Neumann | 2020-05-07 | 5 | -21/+32 |
* | Print version during startup | René 'Necoro' Neumann | 2020-05-06 | 1 | -1/+1 |
* | Improve template | René 'Necoro' Neumann | 2020-05-06 | 3 | -20/+28 |
* | Fix pipeline | René 'Necoro' Neumann | 2020-05-05 | 1 | -2/+5 |
* | Make changelog a part of the release pipeline (untested) | René 'Necoro' Neumann | 2020-05-05 | 2 | -0/+12 |
* | Add changelog | René 'Necoro' Neumann | 2020-05-05 | 1 | -0/+26 |
* | Min frequency should be 0 by default | René 'Necoro' Neumann | 2020-05-04 | 2 | -3/+3 |
* | Github workflows. Including releasev0.1.1 | René 'Necoro' Neumann | 2020-05-04 | 2 | -5/+29 |
* | Build releases with goreleaser | René 'Necoro' Neumann | 2020-05-04 | 3 | -5/+45 |
* | Increase version | René 'Necoro' Neumann | 2020-05-04 | 1 | -1/+1 |
* | v0.1.0v0.1.0 | René 'Necoro' Neumann | 2020-05-04 | 1 | -1/+1 |
* | Unify connection handling | René 'Necoro' Neumann | 2020-05-04 | 3 | -43/+104 |
* | Update deps | René 'Necoro' Neumann | 2020-05-04 | 2 | -1/+12 |
* | Update README.md | René 'Necoro' Neumann | 2020-05-04 | 1 | -3/+4 |
* | Fix for go-imap-uidplus has gone upstream, delete replace. | René 'Necoro' Neumann | 2020-05-04 | 2 | -7/+3 |
* | when tls verification is disabled for the feed, we should also disable this f... | René 'Necoro' Neumann | 2020-05-04 | 1 | -3/+4 |
* | Better handling of embedded images with relative urls | René 'Necoro' Neumann | 2020-05-03 | 1 | -13/+27 |
* | Slightly enhance logging | René 'Necoro' Neumann | 2020-05-03 | 1 | -4/+4 |
* | Explicit version info | René 'Necoro' Neumann | 2020-05-03 | 4 | -12/+15 |
* | --version flag | René 'Necoro' Neumann | 2020-05-03 | 1 | -0/+6 |
* | Rename from 'client' to 'cl' | René 'Necoro' Neumann | 2020-05-03 | 5 | -26/+26 |
* | Use UIDPLUS Imap extension | René 'Necoro' Neumann | 2020-05-03 | 4 | -11/+33 |
* | Fix update in IMAP | René 'Necoro' Neumann | 2020-05-03 | 1 | -2/+12 |
* | Update support for IMAP | René 'Necoro' Neumann | 2020-05-03 | 5 | -17/+205 |
* | Option "reupload-if-updated" | René 'Necoro' Neumann | 2020-05-03 | 2 | -0/+4 |
* | 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 | 6 | -10/+16 |
* | Restructure | René 'Necoro' Neumann | 2020-05-02 | 8 | -95/+111 |
* | WIP: Message-Ids | René 'Necoro' Neumann | 2020-05-02 | 8 | -5/+40 |
* | Typo and mention config example in README | René 'Necoro' Neumann | 2020-05-02 | 2 | -1/+3 |
* | Example configuration | René 'Necoro' Neumann | 2020-05-02 | 1 | -0/+118 |
* | Option 'body' | René 'Necoro' Neumann | 2020-05-02 | 3 | -13/+59 |
* | Improved image support | René 'Necoro' Neumann | 2020-05-02 | 4 | -5/+14 |