aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move antonmedv/expr => expr-lang/exprHEADmasterRené 'Necoro' Neumann2024-01-033-5/+5
|
* Upgrade depsRené 'Necoro' Neumann2024-01-032-21/+21
|
* Bump actions/setup-go from 4 to 5dependabot[bot]2024-01-032-2/+2
| | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump golang.org/x/net from 0.15.0 to 0.16.0dependabot[bot]2023-10-072-3/+3
| | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.16.0. - [Commits](https://github.com/golang/net/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade expr (again.......)René 'Necoro' Neumann2023-09-202-3/+3
|
* Bump goreleaser/goreleaser-action from 4 to 5dependabot[bot]2023-09-201-1/+1
| | | | | | | | | | | | | | Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Go 1.21René 'Necoro' Neumann2023-09-152-8/+2
|
* Upgrade dependenciesRené 'Necoro' Neumann2023-09-152-17/+20
|
* Bump github.com/antonmedv/expr from 1.14.0 to 1.15.1dependabot[bot]2023-09-152-8/+4
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.14.0 to 1.15.1. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.14.0...v1.15.1) --- 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>
* Bump actions/checkout from 3 to 4dependabot[bot]2023-09-152-2/+2
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump golang.org/x/net from 0.12.0 to 0.14.0dependabot[bot]2023-08-262-6/+6
| | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.14.0. - [Commits](https://github.com/golang/net/compare/v0.12.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/antonmedv/expr from 1.12.6 to 1.14.0dependabot[bot]2023-08-262-3/+3
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.6 to 1.14.0. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.12.6...v1.14.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>
* Upgrade depsRené 'Necoro' Neumann2023-07-152-15/+12
|
* Version Changelog entryv1.7.0René 'Necoro' Neumann2023-06-131-1/+4
|
* Prepare v1.7.0René 'Necoro' Neumann2023-06-132-2/+2
|
* Improve changelogRené 'Necoro' Neumann2023-06-051-2/+4
|
* IMAP client does not need to know about max number of connectionsRené 'Necoro' Neumann2023-06-052-19/+12
|
* ChangelogRené 'Necoro' Neumann2023-06-041-0/+4
|
* Add new config option to set max number of IMAP connections.René 'Necoro' Neumann2023-06-045-20/+26
| | | | | | Default is 5 (as was the hard-coded value before). Closes issue #98.
* Improve locking around IMAP connect/disconnect.René 'Necoro' Neumann2023-06-041-10/+26
| | | | | | | This ensures that no connect happens _after_ a disconnect has been issued. Closes issue #97.
* Bump golang.org/x/net from 0.9.0 to 0.10.0dependabot[bot]2023-05-202-2/+3
| | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0. - [Commits](https://github.com/golang/net/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Amend changelogRené 'Necoro' Neumann2023-05-121-0/+1
|
* Issue #95 Add warning when config can be read globally.René 'Necoro' Neumann2023-05-121-0/+11
|
* Issue #95: Change cache ownership.René 'Necoro' Neumann2023-05-111-0/+4
| | | | | There is no need for the cache to be accessible by anyone who is not us. Thus enforce the cache to be stored with 0600.
* Issue #95: Add hint about sensible access rights.René 'Necoro' Neumann2023-05-111-0/+1
|
* [workflow] Port changes also to releaseRené 'Necoro' Neumann2023-04-231-6/+5
|
* [workflow] Checkout before go setupRené 'Necoro' Neumann2023-04-231-3/+3
|
* [workflow] determine go version from go.modRené 'Necoro' Neumann2023-04-231-3/+2
|
* Improve test to also validate error messageRené 'Necoro' Neumann2023-04-231-42/+39
|
* Fix/improve testsRené 'Necoro' Neumann2023-04-221-59/+104
|
* Improve error handlingRené 'Necoro' Neumann2023-04-221-1/+11
|
* Fix workflow: '1.20' needs to be quotedRené 'Necoro' Neumann2023-04-212-2/+2
|
* Add README in tools-folder.René 'Necoro' Neumann2023-04-211-0/+7
| | | | Closes #94.
* Link to nixpkgsRené 'Necoro' Neumann2023-04-211-0/+4
|
* Upgrade to Go 1.20René 'Necoro' Neumann2023-04-213-5/+5
|
* Switch go-readability back to follow upstreamRené 'Necoro' Neumann2023-04-214-6/+15
|
* Bump golang.org/x/net from 0.8.0 to 0.9.0dependabot[bot]2023-04-122-6/+6
| | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Prepare v1.6.0v1.6.0René 'Necoro' Neumann2023-03-283-3/+5
|
* Update ChangelogRené 'Necoro' Neumann2023-03-281-0/+1
|
* Update depsRené 'Necoro' Neumann2023-03-282-9/+16
|
* Bump github.com/antonmedv/expr from 1.12.3 to 1.12.5dependabot[bot]2023-03-282-3/+3
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.3 to 1.12.5. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.12.3...v1.12.5) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Amend ChangelogRené 'Necoro' Neumann2023-03-231-0/+3
|
* Fix out of bound panic when Root is the empty string.René 'Necoro' Neumann2023-03-231-1/+1
| | | | | | | | | | | | This error occured when the target is specified on item level: The global Target was set to the server string with an empty root, because the path itself is treated as being local to the current item. Rationale behind this: We do not want to make assumption about the global root, but need to ensure that all items connect to the same server. Fixes #91.
* Bump github.com/antonmedv/expr from 1.12.1 to 1.12.3dependabot[bot]2023-03-172-3/+3
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.1 to 1.12.3. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.12.1...v1.12.3) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr 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.4.1 to 1.4.2dependabot[bot]2023-03-172-4/+3
| | | | | | | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.1...v1.4.2) --- 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>
* Bump actions/setup-go from 3 to 4dependabot[bot]2023-03-172-2/+2
| | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade exprRené 'Necoro' Neumann2023-03-052-3/+3
|
* Update gofeedRené 'Necoro' Neumann2023-03-052-13/+33
|
* Bump github.com/antonmedv/expr from 1.10.5 to 1.12.0dependabot[bot]2023-02-172-3/+3
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.10.5 to 1.12.0. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.10.5...v1.12.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>
* Bump golang.org/x/net from 0.5.0 to 0.7.0dependabot[bot]2023-02-172-6/+6
| | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>