aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Renamed forked dependencies, because 'replace' in go.mod leads to problems.René 'Necoro' Neumann2021-10-297-17/+12
|
* #64: Set filename for included imagesRené 'Necoro' Neumann2021-10-293-5/+22
|
* Upgrade replacement dependenciesRené 'Necoro' Neumann2021-10-232-17/+6
|
* Upgrade to Go 1.17René 'Necoro' Neumann2021-10-233-5/+19
|
* Fix release processv1.2.0René 'Necoro' Neumann2021-10-202-3/+2
|
* Prepare v1.2.0René 'Necoro' Neumann2021-10-203-3/+6
|
* Improve Url.String()René 'Necoro' Neumann2021-10-182-16/+40
|
* Improve commentRené 'Necoro' Neumann2021-10-181-2/+2
|
* Update documentationRené 'Necoro' Neumann2021-10-183-1/+7
|
* Explicit test for maildirRené 'Necoro' Neumann2021-10-181-1/+7
|
* RestructuringRené 'Necoro' Neumann2021-10-181-24/+33
|
* Support feed targets per feedRené 'Necoro' Neumann2021-10-185-19/+183
|
* URL: Do not print '@' when no user is givenRené 'Necoro' Neumann2021-10-181-1/+7
|
* #62: Fix tests (empty root is now allowed)René 'Necoro' Neumann2021-10-171-2/+16
|
* #62: ChangelogRené 'Necoro' Neumann2021-10-171-0/+2
|
* #62: Ensure that, with empty roots, there still remains a storage locationRené 'Necoro' Neumann2021-10-172-0/+12
|
* Toplevel feed may have an empty target: Store directly in root.René 'Necoro' Neumann2021-10-171-0/+4
|
* Improve documentation in configurationRené 'Necoro' Neumann2021-10-171-3/+3
|
* #62: Root can be emptyRené 'Necoro' Neumann2021-10-173-6/+13
|
* Allow to specify path to the cache directly in the config fileRené 'Necoro' Neumann2021-10-174-9/+23
|
* Bump github.com/gabriel-vasile/mimetype from 1.3.1 to 1.4.0dependabot[bot]2021-10-152-3/+3
| | | | | | | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update go-imap to 1.2.0René 'Necoro' Neumann2021-10-062-7/+5
|
* Bump github.com/antonmedv/expr from 1.8.9 to 1.9.0dependabot[bot]2021-08-132-3/+3
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.8.9 to 1.9.0. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.8.9...v1.9.0) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update html2text dependencyRené 'Necoro' Neumann2021-07-242-9/+7
|
* Prepare v1.1.1v1.1.1René 'Necoro' Neumann2021-07-243-3/+7
|
* Fix IMAP disconnectRené 'Necoro' Neumann2021-07-241-1/+4
|
* Bump github.com/google/uuid from 1.2.0 to 1.3.0dependabot[bot]2021-07-172-3/+3
| | | | | | | | | | | | | | Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/PuerkitoBio/goquery from 1.7.0 to 1.7.1dependabot[bot]2021-07-172-6/+8
| | | | | | | | | | | | | | Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1dependabot[bot]2021-07-022-3/+3
| | | | | | | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Prepare v1.1.0v1.1.0René 'Necoro' Neumann2021-06-183-3/+8
|
* Bump github.com/PuerkitoBio/goquery from 1.6.1 to 1.7.0dependabot[bot]2021-06-182-3/+3
| | | | | | | | | | | | | | Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/emersion/go-message from 0.14.1 to 0.15.0dependabot[bot]2021-06-182-3/+3
| | | | | | | | | | | | | | Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.14.1...v0.15.0) --- updated-dependencies: - dependency-name: github.com/emersion/go-message dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* More testsRené 'Necoro' Neumann2021-06-021-1/+56
|
* Change handling of NULL nodes to new yaml.v3 semanticsRené 'Necoro' Neumann2021-06-021-14/+7
|
* Upgrade yaml.v3 dependencyRené 'Necoro' Neumann2021-06-022-3/+3
| | | | | This breaks null handling, due to this commit: https://github.com/go-yaml/yaml/commit/c8046fb8b3d403e9f4565c3ad668393eb4344da6
* Bump github.com/google/go-cmp from 0.5.5 to 0.5.6dependabot[bot]2021-06-022-3/+3
| | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.5...v0.5.6) Signed-off-by: dependabot[bot] <support@github.com>
* Do not try to download already embedded imagesRené 'Necoro' Neumann2021-06-023-40/+57
|
* Replace deprecated module `ioutil`René 'Necoro' Neumann2021-06-021-2/+2
|
* Prepare v1.0.0v1.0.0René 'Necoro' Neumann2021-05-192-2/+7
|
* Upgrade go-imap to 1.1.0René 'Necoro' Neumann2021-05-122-8/+5
|
* Small style improvementRené 'Necoro' Neumann2021-05-111-2/+1
|
* Fix commentsRené 'Necoro' Neumann2021-05-111-8/+6
|
* Update dependenciesRené 'Necoro' Neumann2021-05-112-10/+11
|
* #47 Consume all messages and filter by UIDRené 'Necoro' Neumann2021-05-101-8/+13
| | | | Original bug is probably caused by unilateral messages of the server, notifying the client about flag changes of other mails. Solution: Ignore those
* #47: Exhaust messages to avoid deadlockRené 'Necoro' Neumann2021-05-101-1/+8
|
* Revert "#47: Upgrade to fixed go-imap"René 'Necoro' Neumann2021-05-102-3/+3
| | | | This reverts commit 4635c493e7bb2cfb22c8136f9943e94ce54d0df3.
* #47: Upgrade to fixed go-imapRené 'Necoro' Neumann2021-05-052-3/+3
|
* Upgrade gofeed dependencyRené 'Necoro' Neumann2021-04-232-4/+4
|
* Prepare v0.8.0v0.8.0René 'Necoro' Neumann2021-03-063-3/+5
|
* go mod tidyRené 'Necoro' Neumann2021-03-051-2/+0
|