Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |