Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Embedding images in mail | René 'Necoro' Neumann | 2020-05-02 | 6 | -47/+220 | |
* | Logging fixes | René 'Necoro' Neumann | 2020-05-01 | 2 | -1/+2 | |
* | Config option 'max-failures' | René 'Necoro' Neumann | 2020-05-01 | 4 | -4/+10 | |
* | Reintroduce yaml-internal `feed` | René 'Necoro' Neumann | 2020-05-01 | 3 | -33/+40 | |
* | Print warning on deprecated options. Handle "disable-ssl-verification" | René 'Necoro' Neumann | 2020-05-01 | 2 | -3/+62 | |
* | Print warning, when unknown global option. Also support specifying the new 'o... | René 'Necoro' Neumann | 2020-05-01 | 1 | -0/+23 | |
* | YAML Parsing: Enable 'KnownFields' | René 'Necoro' Neumann | 2020-05-01 | 2 | -0/+11 | |
* | Yaml: Pass `Reader` around instead of []byte | René 'Necoro' Neumann | 2020-05-01 | 3 | -11/+12 | |
* | Remove pointers from feed options. Detect unknown fields in feed and group op... | René 'Necoro' Neumann | 2020-05-01 | 7 | -130/+178 | |
* | Fix template error when byteCount called with empty string | René 'Necoro' Neumann | 2020-05-01 | 1 | -3/+6 | |
* | New options --build-cache and --dry-run | René 'Necoro' Neumann | 2020-05-01 | 3 | -16/+38 | |
* | Stylistic improvements | René 'Necoro' Neumann | 2020-04-27 | 1 | -7/+12 | |
* | Add tls-no-verify option to disallow certificate checks. | René 'Necoro' Neumann | 2020-04-27 | 4 | -4/+34 | |
* | Fix messages | René 'Necoro' Neumann | 2020-04-27 | 1 | -2/+2 |