Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go mod tidy | René 'Necoro' Neumann | 2020-08-05 | 1 | -4/+0 |
| | |||||
* | Bump github.com/google/go-cmp from 0.5.0 to 0.5.1 | dependabot-preview[bot] | 2020-07-24 | 1 | -0/+2 |
| | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.0...v0.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Bump github.com/emersion/go-imap from 1.0.4 to 1.0.5 | dependabot-preview[bot] | 2020-06-27 | 1 | -0/+2 |
| | | | | | | | Bumps [github.com/emersion/go-imap](https://github.com/emersion/go-imap) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/emersion/go-imap/releases) - [Commits](https://github.com/emersion/go-imap/compare/v1.0.4...v1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | go mod tidy | René 'Necoro' Neumann | 2020-06-20 | 1 | -6/+0 |
| | |||||
* | Bump github.com/gabriel-vasile/mimetype from 1.1.0 to 1.1.1 | dependabot-preview[bot] | 2020-06-20 | 1 | -0/+2 |
| | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Changelog](https://github.com/gabriel-vasile/mimetype/blob/master/CHANGELOG.md) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Bump github.com/google/go-cmp from 0.4.1 to 0.5.0 | dependabot-preview[bot] | 2020-06-20 | 1 | -0/+2 |
| | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.4.1...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Bump github.com/google/go-cmp from 0.4.0 to 0.4.1 | dependabot-preview[bot] | 2020-05-25 | 1 | -0/+2 |
| | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | New option 'item-filter' | René 'Necoro' Neumann | 2020-05-21 | 1 | -0/+22 |
| | |||||
* | Use stable version of gofeed | René 'Necoro' Neumann | 2020-05-11 | 1 | -2/+2 |
| | |||||
* | Upgrade html2text | René 'Necoro' Neumann | 2020-05-10 | 1 | -2/+2 |
| | |||||
* | Switch to our own html2text fork for the time being | René 'Necoro' Neumann | 2020-05-10 | 1 | -2/+2 |
| | |||||
* | Text part in emails | René 'Necoro' Neumann | 2020-05-10 | 1 | -5/+8 |
| | |||||
* | Updating some deps | René 'Necoro' Neumann | 2020-05-07 | 1 | -0/+5 |
| | |||||
* | Update deps | René 'Necoro' Neumann | 2020-05-04 | 1 | -0/+10 |
| | |||||
* | Fix for go-imap-uidplus has gone upstream, delete replace. | René 'Necoro' Neumann | 2020-05-04 | 1 | -4/+2 |
| | |||||
* | Use UIDPLUS Imap extension | René 'Necoro' Neumann | 2020-05-03 | 1 | -0/+4 |
| | |||||
* | Use uuid library directly and encode to base64. | René 'Necoro' Neumann | 2020-05-02 | 1 | -3/+0 |
| | | | | Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname. | ||||
* | WIP: Message-Ids | René 'Necoro' Neumann | 2020-05-02 | 1 | -0/+5 |
| | |||||
* | Improved image support | René 'Necoro' Neumann | 2020-05-02 | 1 | -0/+2 |
| | |||||
* | Handle `target: null` the same as `target: ""`. | René 'Necoro' Neumann | 2020-04-26 | 1 | -0/+4 |
| | | | | Closes #1 | ||||
* | Revert to the now patched version of go-message | René 'Necoro' Neumann | 2020-04-22 | 1 | -2/+3 |
| | |||||
* | Use patched version of go-message | René 'Necoro' Neumann | 2020-04-22 | 1 | -3/+2 |
| | |||||
* | Fixes and validation | René 'Necoro' Neumann | 2020-04-20 | 1 | -18/+4 |
| | |||||
* | Started with mail creation | René 'Necoro' Neumann | 2020-04-20 | 1 | -0/+12 |
| | |||||
* | Started IMAP connection | René 'Necoro' Neumann | 2020-04-19 | 1 | -0/+10 |
| | |||||
* | Clean go.mod | René 'Necoro' Neumann | 2020-04-19 | 1 | -2/+0 |
| | |||||
* | Fetching and parsing the feeds | René 'Necoro' Neumann | 2020-04-19 | 1 | -0/+32 |
| | |||||
* | Read and organize feeds | René 'Necoro' Neumann | 2020-04-17 | 1 | -2/+2 |
| | |||||
* | Initial commit | René 'Necoro' Neumann | 2020-04-17 | 1 | -0/+4 |