aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/item.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Small refactoringRené 'Necoro' Neumann40 hours1-1/+8
* Replace util.Contains with slices.ContainsRené 'Necoro' Neumann2024-02-291-2/+2
* Replace `interface{}` by `any`René 'Necoro' Neumann2022-04-241-1/+1
* Renamed forked dependencies, because 'replace' in go.mod leads to problems.René 'Necoro' Neumann2021-10-291-1/+1
* #64: Set filename for included imagesRené 'Necoro' Neumann2021-10-291-2/+3
* Do not use deprecated gofeed.Item.Author, but Authors insteadRené 'Necoro' Neumann2021-02-271-4/+6
* Split cache and feed packagesRené 'Necoro' Neumann2021-02-221-23/+30
* Text part in emailsRené 'Necoro' Neumann2020-05-101-0/+1
* FixRené 'Necoro' Neumann2020-05-071-1/+1
* Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann2020-05-071-0/+15
* Improve templateRené 'Necoro' Neumann2020-05-061-4/+12
* Use uuid library directly and encode to base64.René 'Necoro' Neumann2020-05-021-2/+9
* RestructureRené 'Necoro' Neumann2020-05-021-0/+59