aboutsummaryrefslogtreecommitdiff
path: root/main.go (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-04Add new config option to set max number of IMAP connections.René 'Necoro' Neumann1-1/+1
2022-01-09#66: Support for specifying custom templatesRené 'Necoro' Neumann1-0/+22
2021-10-17Allow to specify path to the cache directly in the config fileRené 'Necoro' Neumann1-9/+15
2021-07-24Fix IMAP disconnectRené 'Necoro' Neumann1-1/+4
2021-02-28Set up IMAP connections while fetching and filtering feedsRené 'Necoro' Neumann1-9/+17
2021-02-22Split cache and feed packagesRené 'Necoro' Neumann1-7/+8
2021-02-21Slight restructuringRené 'Necoro' Neumann1-4/+0
2020-08-22Pretty up the cache interface; ensure feed2imap-go unlocks the cacheRené 'Necoro' Neumann1-0/+1
2020-05-21New option 'item-filter'René 'Necoro' Neumann1-1/+4
2020-05-14Verbose variant of 'target' in configRené 'Necoro' Neumann1-7/+1
2020-05-11Reorganize flag handlingRené 'Necoro' Neumann1-17/+30
2020-05-10Fix building cacheRené 'Necoro' Neumann1-1/+3
2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1
2020-05-04Build releases with goreleaserRené 'Necoro' Neumann1-1/+1
2020-05-03Explicit version infoRené 'Necoro' Neumann1-1/+2
2020-05-03--version flagRené 'Necoro' Neumann1-0/+6
2020-05-03Update support for IMAPRené 'Necoro' Neumann1-4/+4
2020-05-02RestructureRené 'Necoro' Neumann1-3/+3
2020-05-01Logging fixesRené 'Necoro' Neumann1-0/+1
2020-05-01New options --build-cache and --dry-runRené 'Necoro' Neumann1-13/+21
2020-04-26Handle the waitGroup internally in ForeachGoRené 'Necoro' Neumann1-6/+3
2020-04-26Some linting remarksRené 'Necoro' Neumann1-1/+1
2020-04-26Filtering from cacheRené 'Necoro' Neumann1-0/+5
2020-04-25Add debug outputRené 'Necoro' Neumann1-1/+6
2020-04-25Shortcut: do nothing, if there is no feed leftRené 'Necoro' Neumann1-0/+5
2020-04-25Remove undue feedsRené 'Necoro' Neumann1-0/+2
2020-04-25Larger restructuringRené 'Necoro' Neumann1-8/+9
2020-04-25Improved cachingRené 'Necoro' Neumann1-14/+9
2020-04-24Started cachingRené 'Necoro' Neumann1-0/+11
2020-04-23Notify about the number of successfully fetched feeds.René 'Necoro' Neumann1-1/+3
2020-04-23Concurrent imapRené 'Necoro' Neumann1-6/+8
2020-04-22Concurrent feed processing; central imap handlerRené 'Necoro' Neumann1-18/+31
2020-04-21Upload mails to imapRené 'Necoro' Neumann1-9/+21
2020-04-21HTML Template part of the mailRené 'Necoro' Neumann1-0/+9
2020-04-20Fixes and validationRené 'Necoro' Neumann1-1/+5
2020-04-19RestructureRené 'Necoro' Neumann1-3/+3
2020-04-19Rename package 'parse' to 'feed'René 'Necoro' Neumann1-2/+2
2020-04-19Started IMAP connectionRené 'Necoro' Neumann1-0/+15
2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann1-4/+6
2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann1-3/+7
2020-04-18Move feed2imap-go/main.go to toplevel againRené 'Necoro' Neumann1-0/+0
2020-04-18Create cmd/-subdirsRené 'Necoro' Neumann1-0/+0
2020-04-17gofmtRené 'Necoro' Neumann1-1/+2
2020-04-17Split up main.goRené 'Necoro' Neumann1-0/+30