aboutsummaryrefslogtreecommitdiff
path: root/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Config option 'max-failures'René 'Necoro' Neumann2020-05-013-4/+8
* Remove pointers from feed options. Detect unknown fields in feed and group op...René 'Necoro' Neumann2020-05-013-8/+8
* Fix template error when byteCount called with empty stringRené 'Necoro' Neumann2020-05-011-3/+6
* New options --build-cache and --dry-runRené 'Necoro' Neumann2020-05-012-3/+17
* Stylistic improvementsRené 'Necoro' Neumann2020-04-271-7/+12
* Add tls-no-verify option to disallow certificate checks.René 'Necoro' Neumann2020-04-273-4/+29
* Fix messagesRené 'Necoro' Neumann2020-04-271-2/+2
* Fix template generationRené 'Necoro' Neumann2020-04-261-1/+3
* Option `always-new`René 'Necoro' Neumann2020-04-264-7/+16
* Fix logic in `similarTo`René 'Necoro' Neumann2020-04-261-4/+4
* Options: "disable" and "ignore-hash"René 'Necoro' Neumann2020-04-263-6/+6
* Handle the waitGroup internally in ForeachGoRené 'Necoro' Neumann2020-04-262-14/+10
* Some linting remarksRené 'Necoro' Neumann2020-04-264-11/+13
* Filtering from cacheRené 'Necoro' Neumann2020-04-266-14/+200
* Improved HTML templateRené 'Necoro' Neumann2020-04-262-7/+10
* feeditem.CreatorRené 'Necoro' Neumann2020-04-252-1/+8
* Shortcut: do nothing, if there is no feed leftRené 'Necoro' Neumann2020-04-251-0/+4
* Remove undue feedsRené 'Necoro' Neumann2020-04-254-1/+18
* Push global feed configuration to feedsRené 'Necoro' Neumann2020-04-251-1/+1
* Split cache fileRené 'Necoro' Neumann2020-04-253-121/+131
* Larger restructuringRené 'Necoro' Neumann2020-04-2515-694/+113
* Improved cachingRené 'Necoro' Neumann2020-04-255-147/+306
* Started cachingRené 'Necoro' Neumann2020-04-241-0/+120
* Notify about the number of successfully fetched feeds.René 'Necoro' Neumann2020-04-231-5/+19
* Fix concurrent access to the same folderRené 'Necoro' Neumann2020-04-232-5/+43
* A mailbox may exist, but not be writable when \Noselect is setRené 'Necoro' Neumann2020-04-232-3/+15
* Move template to subfolder of feedRené 'Necoro' Neumann2020-04-233-1/+1
* Restructure imap pkgRené 'Necoro' Neumann2020-04-238-267/+316
* Concurrent imapRené 'Necoro' Neumann2020-04-233-90/+176
* Fix html templateRené 'Necoro' Neumann2020-04-222-3/+11
* Concurrent feed processing; central imap handlerRené 'Necoro' Neumann2020-04-225-13/+130
* Use patched version of go-messageRené 'Necoro' Neumann2020-04-221-7/+1
* Improved HTML creationRené 'Necoro' Neumann2020-04-214-3/+22
* Upload mails to imapRené 'Necoro' Neumann2020-04-212-26/+59
* Move HTML template to stringRené 'Necoro' Neumann2020-04-213-12/+13
* HTML Template part of the mailRené 'Necoro' Neumann2020-04-215-17/+185
* Fixes and validationRené 'Necoro' Neumann2020-04-203-2/+15
* Fix vettingRené 'Necoro' Neumann2020-04-201-1/+1
* Started with mail creationRené 'Necoro' Neumann2020-04-202-3/+110
* FeeditemsRené 'Necoro' Neumann2020-04-202-2/+14
* GlobalOptionsRené 'Necoro' Neumann2020-04-203-25/+79
* RestructureRené 'Necoro' Neumann2020-04-195-149/+174
* Rename package 'parse' to 'feed'René 'Necoro' Neumann2020-04-191-1/+1
* SELECT is not necessary for most operations -- skip itRené 'Necoro' Neumann2020-04-192-12/+1
* Store path as array -- the delimiter is not always '.'René 'Necoro' Neumann2020-04-193-36/+44
* Split client part to client.goRené 'Necoro' Neumann2020-04-192-125/+137
* IMAP: Create foldersRené 'Necoro' Neumann2020-04-191-4/+38
* Improved IMAPRené 'Necoro' Neumann2020-04-191-3/+88
* Started IMAP connectionRené 'Necoro' Neumann2020-04-191-0/+126
* Use our own logger for debug for convenience sakeRené 'Necoro' Neumann2020-04-191-2/+3