aboutsummaryrefslogtreecommitdiff
path: root/internal/imap/mailboxes.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-21Prefer the self-link of the feed over the URL.René 'Necoro' Neumann1-10/+16
Rationale: The URL we use to access the feed may be an (old) alias. Relative URLs in feed items are written with the "real" URL of the feed in mind, though.
2021-12-21Resolve relative links, so that external clients can use absolute links.René 'Necoro' Neumann2-29/+62
Found in https://go.dev/blog/feed.atom
2021-11-22Increase go-conformity: map[T]struct{} instead of map[T]bool for setsRené 'Necoro' Neumann4-7/+7
2021-11-01Prepare v1.3.0v1.3.0René 'Necoro' Neumann2-2/+5
2021-11-01Squashed commit of the following:René 'Necoro' Neumann2-10/+9
commit 3ae9cbe1ec50af338576ed0c67fead8917aa30b6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Oct 29 20:02:17 2021 +0000 Bump github.com/PuerkitoBio/goquery from 1.7.1 to 1.8.0 Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.7.1...v1.8.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>
2021-10-29Update README with new `go install`René 'Necoro' Neumann1-4/+2
2021-10-29Renamed forked dependencies, because 'replace' in go.mod leads to problems.René 'Necoro' Neumann7-17/+12
2021-10-29#64: Set filename for included imagesRené 'Necoro' Neumann3-5/+22
2021-10-23Upgrade replacement dependenciesRené 'Necoro' Neumann2-17/+6
2021-10-23Upgrade to Go 1.17René 'Necoro' Neumann3-5/+19
2021-10-20Fix release processv1.2.0René 'Necoro' Neumann2-3/+2
2021-10-20Prepare v1.2.0René 'Necoro' Neumann3-3/+6
2021-10-18Improve Url.String()René 'Necoro' Neumann2-16/+40
2021-10-18Improve commentRené 'Necoro' Neumann1-2/+2
2021-10-18Update documentationRené 'Necoro' Neumann3-1/+7
2021-10-18Explicit test for maildirRené 'Necoro' Neumann1-1/+7
2021-10-18RestructuringRené 'Necoro' Neumann1-24/+33
2021-10-18Support feed targets per feedRené 'Necoro' Neumann5-19/+183
2021-10-18URL: Do not print '@' when no user is givenRené 'Necoro' Neumann1-1/+7
2021-10-17#62: Fix tests (empty root is now allowed)René 'Necoro' Neumann1-2/+16
2021-10-17#62: ChangelogRené 'Necoro' Neumann1-0/+2
2021-10-17#62: Ensure that, with empty roots, there still remains a storage locationRené 'Necoro' Neumann2-0/+12
2021-10-17Toplevel feed may have an empty target: Store directly in root.René 'Necoro' Neumann1-0/+4
2021-10-17Improve documentation in configurationRené 'Necoro' Neumann1-3/+3
2021-10-17#62: Root can be emptyRené 'Necoro' Neumann3-6/+13
2021-10-17Allow to specify path to the cache directly in the config fileRené 'Necoro' Neumann4-9/+23
2021-10-15Bump github.com/gabriel-vasile/mimetype from 1.3.1 to 1.4.0dependabot[bot]2-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>
2021-10-06Update go-imap to 1.2.0René 'Necoro' Neumann2-7/+5
2021-08-13Bump github.com/antonmedv/expr from 1.8.9 to 1.9.0dependabot[bot]2-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>
2021-07-24Update html2text dependencyRené 'Necoro' Neumann2-9/+7
2021-07-24Prepare v1.1.1v1.1.1René 'Necoro' Neumann3-3/+7
2021-07-24Fix IMAP disconnectRené 'Necoro' Neumann1-1/+4
2021-07-17Bump github.com/google/uuid from 1.2.0 to 1.3.0dependabot[bot]2-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>
2021-07-17Bump github.com/PuerkitoBio/goquery from 1.7.0 to 1.7.1dependabot[bot]2-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>
2021-07-02Bump github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1dependabot[bot]2-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>
2021-06-18Prepare v1.1.0v1.1.0René 'Necoro' Neumann3-3/+8
2021-06-18Bump github.com/PuerkitoBio/goquery from 1.6.1 to 1.7.0dependabot[bot]2-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>
2021-06-18Bump github.com/emersion/go-message from 0.14.1 to 0.15.0dependabot[bot]2-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>
2021-06-02More testsRené 'Necoro' Neumann1-1/+56
2021-06-02Change handling of NULL nodes to new yaml.v3 semanticsRené 'Necoro' Neumann1-14/+7
2021-06-02Upgrade yaml.v3 dependencyRené 'Necoro' Neumann2-3/+3
This breaks null handling, due to this commit: https://github.com/go-yaml/yaml/commit/c8046fb8b3d403e9f4565c3ad668393eb4344da6
2021-06-02Bump github.com/google/go-cmp from 0.5.5 to 0.5.6dependabot[bot]2-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>
2021-06-02Do not try to download already embedded imagesRené 'Necoro' Neumann3-40/+57
2021-06-02Replace deprecated module `ioutil`René 'Necoro' Neumann1-2/+2
2021-05-19Prepare v1.0.0v1.0.0René 'Necoro' Neumann2-2/+7
2021-05-12Upgrade go-imap to 1.1.0René 'Necoro' Neumann2-8/+5
2021-05-11Small style improvementRené 'Necoro' Neumann1-2/+1
2021-05-11Fix commentsRené 'Necoro' Neumann1-8/+6
2021-05-11Update dependenciesRené 'Necoro' Neumann2-10/+11
2021-05-10#47 Consume all messages and filter by UIDRené 'Necoro' Neumann1-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