aboutsummaryrefslogtreecommitdiff
path: root/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* RestructureRené 'Necoro' Neumann2020-05-026-88/+104
|
* WIP: Message-IdsRené 'Necoro' Neumann2020-05-025-3/+30
|
* Option 'body'René 'Necoro' Neumann2020-05-021-13/+22
|
* Improved image supportRené 'Necoro' Neumann2020-05-021-5/+10
|
* Embedding images in mailRené 'Necoro' Neumann2020-05-023-27/+184
|
* Logging fixesRené 'Necoro' Neumann2020-05-011-1/+1
|
* Config option 'max-failures'René 'Necoro' Neumann2020-05-013-4/+8
|
* Remove pointers from feed options. Detect unknown fields in feed and group ↵René 'Necoro' Neumann2020-05-013-8/+8
| | | | options.
* 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
| | | | Closes #11
* Stylistic improvementsRené 'Necoro' Neumann2020-04-271-7/+12
|
* Add tls-no-verify option to disallow certificate checks.René 'Necoro' Neumann2020-04-273-4/+29
| | | | Closes #3
* 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
|