Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2020-04-19 | Increase go-version to 1.14 | René 'Necoro' Neumann | 1 | -2/+2 |
2020-04-19 | CI: go vet | René 'Necoro' Neumann | 1 | -0/+3 |
2020-04-19 | Fetching and parsing the feeds | René 'Necoro' Neumann | 5 | -4/+113 |
2020-04-19 | Ignore all config*.yml | René 'Necoro' Neumann | 1 | -1/+1 |