Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-04-26 | Handle the waitGroup internally in ForeachGo | René 'Necoro' Neumann | 2 | -14/+10 |
2020-04-26 | Some linting remarks | René 'Necoro' Neumann | 6 | -14/+18 |
2020-04-26 | Update README.md | René 'Necoro' Neumann | 1 | -1/+1 |
2020-04-26 | Update README.md | René 'Necoro' Neumann | 1 | -5/+2 |
2020-04-26 | Update README.md | René 'Necoro' Neumann | 1 | -8/+33 |
2020-04-26 | Filtering from cache | René 'Necoro' Neumann | 9 | -14/+219 |
2020-04-26 | Improved HTML template | René 'Necoro' Neumann | 2 | -7/+10 |
2020-04-25 | Add debug output | René 'Necoro' Neumann | 2 | -8/+39 |
2020-04-25 | feeditem.Creator | René 'Necoro' Neumann | 2 | -1/+8 |
2020-04-25 | Shortcut: do nothing, if there is no feed left | René 'Necoro' Neumann | 2 | -0/+9 |
2020-04-25 | Remove undue feeds | René 'Necoro' Neumann | 5 | -1/+20 |
2020-04-25 | Push global feed configuration to feeds | René 'Necoro' Neumann | 5 | -17/+35 |
2020-04-25 | Split cache file | René 'Necoro' Neumann | 3 | -121/+131 |
2020-04-25 | Remove Feeds.String | René 'Necoro' Neumann | 1 | -26/+0 |
2020-04-25 | Larger restructuring | René 'Necoro' Neumann | 20 | -437/+495 |
2020-04-25 | Improved caching | René 'Necoro' Neumann | 6 | -161/+315 |
2020-04-24 | Started caching | René 'Necoro' Neumann | 3 | -1/+133 |
2020-04-23 | Notify about the number of successfully fetched feeds. | René 'Necoro' Neumann | 2 | -6/+22 |
2020-04-23 | Fix concurrent access to the same folder | René 'Necoro' Neumann | 2 | -5/+43 |
2020-04-23 | A mailbox may exist, but not be writable when \Noselect is set | René 'Necoro' Neumann | 2 | -3/+15 |
2020-04-23 | Move template to subfolder of feed | René 'Necoro' Neumann | 3 | -1/+1 |
2020-04-23 | Restructure imap pkg | René 'Necoro' Neumann | 8 | -267/+316 |
2020-04-23 | Concurrent imap | René 'Necoro' Neumann | 4 | -96/+184 |
2020-04-22 | Fix html template | René 'Necoro' Neumann | 2 | -3/+11 |
2020-04-22 | Concurrent feed processing; central imap handler | René 'Necoro' Neumann | 6 | -31/+161 |
2020-04-22 | Revert to the now patched version of go-message | René 'Necoro' Neumann | 2 | -5/+4 |
2020-04-22 | Use patched version of go-message | René 'Necoro' Neumann | 3 | -10/+5 |
2020-04-21 | Update README.md | René 'Necoro' Neumann | 1 | -0/+2 |
2020-04-21 | Improved HTML creation | René 'Necoro' Neumann | 4 | -3/+22 |
2020-04-21 | Upload mails to imap | René 'Necoro' Neumann | 3 | -35/+80 |
2020-04-21 | Move HTML template to string | René 'Necoro' Neumann | 3 | -12/+13 |
2020-04-21 | HTML Template part of the mail | René 'Necoro' Neumann | 7 | -18/+199 |
2020-04-20 | Fixes and validation | René 'Necoro' Neumann | 6 | -28/+25 |
2020-04-20 | Fix vetting | René 'Necoro' Neumann | 1 | -1/+1 |
2020-04-20 | Started with mail creation | René 'Necoro' Neumann | 4 | -3/+126 |
2020-04-20 | Feeditems | René 'Necoro' Neumann | 2 | -2/+14 |
2020-04-20 | GlobalOptions | René 'Necoro' Neumann | 3 | -25/+79 |
2020-04-19 | Restructure | René 'Necoro' Neumann | 6 | -152/+177 |
2020-04-19 | Rename package 'parse' to 'feed' | René 'Necoro' Neumann | 2 | -3/+3 |
2020-04-19 | SELECT is not necessary for most operations -- skip it | René 'Necoro' Neumann | 2 | -12/+1 |
2020-04-19 | Store path as array -- the delimiter is not always '.' | René 'Necoro' Neumann | 3 | -36/+44 |
2020-04-19 | Split client part to client.go | René 'Necoro' Neumann | 2 | -125/+137 |
2020-04-19 | IMAP: Create folders | René 'Necoro' Neumann | 1 | -4/+38 |
2020-04-19 | Improved IMAP | René 'Necoro' Neumann | 1 | -3/+88 |
2020-04-19 | Started IMAP connection | René 'Necoro' Neumann | 4 | -0/+152 |
2020-04-19 | Use our own logger for debug for convenience sake | René 'Necoro' Neumann | 1 | -2/+3 |
2020-04-19 | Fix debug logging m( | René 'Necoro' Neumann | 1 | -2/+2 |
2020-04-19 | Rename util.go to log.go. Add verbose mode | René 'Necoro' Neumann | 4 | -24/+54 |
2020-04-19 | Clean go.mod | René 'Necoro' Neumann | 2 | -3/+0 |
2020-04-19 | Do not print the parsedCfg anymore | René 'Necoro' Neumann | 1 | -1/+1 |