Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Concurrent feed processing; central imap handler | René 'Necoro' Neumann | 2020-04-22 | 6 | -31/+161 | |
* | Revert to the now patched version of go-message | René 'Necoro' Neumann | 2020-04-22 | 2 | -5/+4 | |
* | Use patched version of go-message | René 'Necoro' Neumann | 2020-04-22 | 3 | -10/+5 | |
* | Update README.md | René 'Necoro' Neumann | 2020-04-21 | 1 | -0/+2 | |
* | Improved HTML creation | René 'Necoro' Neumann | 2020-04-21 | 4 | -3/+22 | |
* | Upload mails to imap | René 'Necoro' Neumann | 2020-04-21 | 3 | -35/+80 | |
* | Move HTML template to string | René 'Necoro' Neumann | 2020-04-21 | 3 | -12/+13 | |
* | HTML Template part of the mail | René 'Necoro' Neumann | 2020-04-21 | 7 | -18/+199 | |
* | Fixes and validation | René 'Necoro' Neumann | 2020-04-20 | 6 | -28/+25 | |
* | Fix vetting | René 'Necoro' Neumann | 2020-04-20 | 1 | -1/+1 | |
* | Started with mail creation | René 'Necoro' Neumann | 2020-04-20 | 4 | -3/+126 | |
* | Feeditems | René 'Necoro' Neumann | 2020-04-20 | 2 | -2/+14 | |
* | GlobalOptions | René 'Necoro' Neumann | 2020-04-20 | 3 | -25/+79 | |
* | Restructure | René 'Necoro' Neumann | 2020-04-19 | 6 | -152/+177 | |
* | Rename package 'parse' to 'feed' | René 'Necoro' Neumann | 2020-04-19 | 2 | -3/+3 | |
* | SELECT is not necessary for most operations -- skip it | René 'Necoro' Neumann | 2020-04-19 | 2 | -12/+1 | |
* | Store path as array -- the delimiter is not always '.' | René 'Necoro' Neumann | 2020-04-19 | 3 | -36/+44 | |
* | Split client part to client.go | René 'Necoro' Neumann | 2020-04-19 | 2 | -125/+137 | |
* | IMAP: Create folders | René 'Necoro' Neumann | 2020-04-19 | 1 | -4/+38 | |
* | Improved IMAP | René 'Necoro' Neumann | 2020-04-19 | 1 | -3/+88 | |
* | Started IMAP connection | René 'Necoro' Neumann | 2020-04-19 | 4 | -0/+152 | |
* | Use our own logger for debug for convenience sake | René 'Necoro' Neumann | 2020-04-19 | 1 | -2/+3 | |
* | Fix debug logging m( | René 'Necoro' Neumann | 2020-04-19 | 1 | -2/+2 | |
* | Rename util.go to log.go. Add verbose mode | René 'Necoro' Neumann | 2020-04-19 | 4 | -24/+54 | |
* | Clean go.mod | René 'Necoro' Neumann | 2020-04-19 | 2 | -3/+0 | |
* | Do not print the parsedCfg anymore | René 'Necoro' Neumann | 2020-04-19 | 1 | -1/+1 | |
* | Increase go-version to 1.14 | René 'Necoro' Neumann | 2020-04-19 | 1 | -2/+2 | |
* | CI: go vet | René 'Necoro' Neumann | 2020-04-19 | 1 | -0/+3 | |
* | Fetching and parsing the feeds | René 'Necoro' Neumann | 2020-04-19 | 5 | -4/+113 | |
* | Ignore all config*.yml | René 'Necoro' Neumann | 2020-04-19 | 1 | -1/+1 | |
* | Add .editorconfig (so github renders nicer :)) | René 'Necoro' Neumann | 2020-04-18 | 1 | -0/+8 | |
* | Tests for `buildFeeds` and corresponding fixes | René 'Necoro' Neumann | 2020-04-18 | 3 | -3/+141 | |
* | gitignore | René 'Necoro' Neumann | 2020-04-18 | 1 | -0/+2 | |
* | Error if unnamed feed | René 'Necoro' Neumann | 2020-04-18 | 1 | -0/+4 | |
* | Move feed2imap-go/main.go to toplevel again | René 'Necoro' Neumann | 2020-04-18 | 1 | -0/+0 | |
* | Move to yaml_test | René 'Necoro' Neumann | 2020-04-18 | 1 | -26/+0 | |
* | Upgrade go-version to 1.14 | René 'Necoro' Neumann | 2020-04-18 | 1 | -1/+1 | |
* | Create README.md | René 'Necoro' Neumann | 2020-04-18 | 1 | -0/+18 | |
* | Delete COPYING | René 'Necoro' Neumann | 2020-04-18 | 1 | -340/+0 | |
* | Create LICENSE | René 'Necoro' Neumann | 2020-04-18 | 1 | -0/+339 | |
* | Fix github workflow | René 'Necoro' Neumann | 2020-04-18 | 1 | -2/+2 | |
* | Fix dup key detection | René 'Necoro' Neumann | 2020-04-18 | 1 | -1/+2 | |
* | Create cmd/-subdirs | René 'Necoro' Neumann | 2020-04-18 | 1 | -0/+0 | |
* | Create go.yml | René 'Necoro' Neumann | 2020-04-18 | 1 | -0/+37 | |
* | Tests | René 'Necoro' Neumann | 2020-04-18 | 3 | -21/+197 | |
* | gofmt | René 'Necoro' Neumann | 2020-04-17 | 1 | -1/+2 | |
* | Split up main.go | René 'Necoro' Neumann | 2020-04-17 | 4 | -138/+153 | |
* | Read and organize feeds | René 'Necoro' Neumann | 2020-04-17 | 3 | -19/+103 | |
* | Licence | René 'Necoro' Neumann | 2020-04-17 | 1 | -0/+340 | |
* | Initial commit | René 'Necoro' Neumann | 2020-04-17 | 3 | -0/+63 |