aboutsummaryrefslogtreecommitdiff
path: root/go.sum (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update depsRené 'Necoro' Neumann2020-05-041-0/+10
|
* Fix for go-imap-uidplus has gone upstream, delete replace.René 'Necoro' Neumann2020-05-041-4/+2
|
* Use UIDPLUS Imap extensionRené 'Necoro' Neumann2020-05-031-0/+4
|
* Use uuid library directly and encode to base64.René 'Necoro' Neumann2020-05-021-3/+0
| | | | Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname.
* WIP: Message-IdsRené 'Necoro' Neumann2020-05-021-0/+5
|
* Improved image supportRené 'Necoro' Neumann2020-05-021-0/+2
|
* Handle `target: null` the same as `target: ""`.René 'Necoro' Neumann2020-04-261-0/+4
| | | | Closes #1
* Revert to the now patched version of go-messageRené 'Necoro' Neumann2020-04-221-2/+3
|
* Use patched version of go-messageRené 'Necoro' Neumann2020-04-221-3/+2
|
* Fixes and validationRené 'Necoro' Neumann2020-04-201-18/+4
|
* Started with mail creationRené 'Necoro' Neumann2020-04-201-0/+12
|
* Started IMAP connectionRené 'Necoro' Neumann2020-04-191-0/+10
|
* Clean go.modRené 'Necoro' Neumann2020-04-191-2/+0
|
* Fetching and parsing the feedsRené 'Necoro' Neumann2020-04-191-0/+32
|
* Read and organize feedsRené 'Necoro' Neumann2020-04-171-2/+2
|
* Initial commitRené 'Necoro' Neumann2020-04-171-0/+4
;id=47fa4464d7cf028dd871d48bf6472d97f60b4a79&follow=1'>Fix vettingRené 'Necoro' Neumann1-1/+1 2020-04-20Started with mail creationRené 'Necoro' Neumann4-3/+126 2020-04-20FeeditemsRené 'Necoro' Neumann2-2/+14 2020-04-20GlobalOptionsRené 'Necoro' Neumann3-25/+79 2020-04-19RestructureRené 'Necoro' Neumann6-152/+177 2020-04-19Rename package 'parse' to 'feed'René 'Necoro' Neumann2-3/+3 2020-04-19SELECT is not necessary for most operations -- skip itRené 'Necoro' Neumann2-12/+1 2020-04-19Store path as array -- the delimiter is not always '.'René 'Necoro' Neumann3-36/+44 2020-04-19Split client part to client.goRené 'Necoro' Neumann2-125/+137 2020-04-19IMAP: Create foldersRené 'Necoro' Neumann1-4/+38 2020-04-19Improved IMAPRené 'Necoro' Neumann1-3/+88 2020-04-19Started IMAP connectionRené 'Necoro' Neumann4-0/+152 2020-04-19Use our own logger for debug for convenience sakeRené 'Necoro' Neumann1-2/+3 2020-04-19Fix debug logging m(René 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRené 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1