aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Github workflows. Including releasev0.1.1René 'Necoro' Neumann2020-05-042-5/+29
|
* Build releases with goreleaserRené 'Necoro' Neumann2020-05-043-5/+45
|
* Increase versionRené 'Necoro' Neumann2020-05-041-1/+1
|
* v0.1.0v0.1.0René 'Necoro' Neumann2020-05-041-1/+1
|
* Unify connection handlingRené 'Necoro' Neumann2020-05-043-43/+104
|
* Update depsRené 'Necoro' Neumann2020-05-042-1/+12
|
* Update README.mdRené 'Necoro' Neumann2020-05-041-3/+4
|
* Fix for go-imap-uidplus has gone upstream, delete replace.René 'Necoro' Neumann2020-05-042-7/+3
|
* when tls verification is disabled for the feed, we should also disable this ↵René 'Necoro' Neumann2020-05-041-3/+4
| | | | for the images
* Better handling of embedded images with relative urlsRené 'Necoro' Neumann2020-05-031-13/+27
|
* Slightly enhance loggingRené 'Necoro' Neumann2020-05-031-4/+4
|
* Explicit version infoRené 'Necoro' Neumann2020-05-034-12/+15
|
* --version flagRené 'Necoro' Neumann2020-05-031-0/+6
|
* Rename from 'client' to 'cl'René 'Necoro' Neumann2020-05-035-26/+26
|
* Use UIDPLUS Imap extensionRené 'Necoro' Neumann2020-05-034-11/+33
|
* Fix update in IMAPRené 'Necoro' Neumann2020-05-031-2/+12
|
* Update support for IMAPRené 'Necoro' Neumann2020-05-035-17/+205
|
* Option "reupload-if-updated"René 'Necoro' Neumann2020-05-032-0/+4
|
* Fix typoRené 'Necoro' Neumann2020-05-031-2/+2
|
* Use uuid library directly and encode to base64.René 'Necoro' Neumann2020-05-026-10/+16
| | | | Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname.
* RestructureRené 'Necoro' Neumann2020-05-028-95/+111
|
* WIP: Message-IdsRené 'Necoro' Neumann2020-05-028-5/+40
|
* Typo and mention config example in READMERené 'Necoro' Neumann2020-05-022-1/+3
|
* Example configurationRené 'Necoro' Neumann2020-05-021-0/+118
|
* Option 'body'René 'Necoro' Neumann2020-05-023-13/+59
|
* Improved image supportRené 'Necoro' Neumann2020-05-024-5/+14
|
* Embedding images in mailRené 'Necoro' Neumann2020-05-026-47/+220
|
* Logging fixesRené 'Necoro' Neumann2020-05-012-1/+2
|
* Config option 'max-failures'René 'Necoro' Neumann2020-05-014-4/+10
|
* Reintroduce yaml-internal `feed`René 'Necoro' Neumann2020-05-013-33/+40
|
* Print warning on deprecated options. Handle "disable-ssl-verification"René 'Necoro' Neumann2020-05-012-3/+62
|
* Print warning, when unknown global option. Also support specifying the new ↵René 'Necoro' Neumann2020-05-011-0/+23
| | | | 'options:' keys on global level, but print warning.
* YAML Parsing: Enable 'KnownFields'René 'Necoro' Neumann2020-05-012-0/+11
|
* Yaml: Pass `Reader` around instead of []byteRené 'Necoro' Neumann2020-05-013-11/+12
|
* Remove pointers from feed options. Detect unknown fields in feed and group ↵René 'Necoro' Neumann2020-05-017-130/+178
| | | | options.
* Fix template error when byteCount called with empty stringRené 'Necoro' Neumann2020-05-011-3/+6
|
* New options --build-cache and --dry-runRené 'Necoro' Neumann2020-05-013-16/+38
| | | | Closes #11
* Stylistic improvementsRené 'Necoro' Neumann2020-04-271-7/+12
|
* Add tls-no-verify option to disallow certificate checks.René 'Necoro' Neumann2020-04-274-4/+34
| | | | Closes #3
* Fix messagesRené 'Necoro' Neumann2020-04-271-2/+2
|
* Fix template generationRené 'Necoro' Neumann2020-04-261-1/+3
|
* Handle `target: null` the same as `target: ""`.René 'Necoro' Neumann2020-04-264-49/+85
| | | | Closes #1
* Option `always-new`René 'Necoro' Neumann2020-04-265-7/+21
|
* Fix logic in `similarTo`René 'Necoro' Neumann2020-04-261-4/+4
|
* Options: "disable" and "ignore-hash"René 'Necoro' Neumann2020-04-264-6/+16
|
* Handle the waitGroup internally in ForeachGoRené 'Necoro' Neumann2020-04-263-20/+13
|
* Some linting remarksRené 'Necoro' Neumann2020-04-266-14/+18
|
* Update README.mdRené 'Necoro' Neumann2020-04-261-1/+1
|
* Update README.mdRené 'Necoro' Neumann2020-04-261-5/+2
|
* Update README.mdRené 'Necoro' Neumann2020-04-261-8/+33
|