Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IMAP client does not need to know about max number of connections | René 'Necoro' Neumann | 2023-06-05 | 1 | -3/+3 |
| | |||||
* | Add new config option to set max number of IMAP connections. | René 'Necoro' Neumann | 2023-06-04 | 1 | -3/+3 |
| | | | | | | Default is 5 (as was the hard-coded value before). Closes issue #98. | ||||
* | Support feed targets per feed | René 'Necoro' Neumann | 2021-10-18 | 1 | -7/+2 |
| | |||||
* | #62: Root can be empty | René 'Necoro' Neumann | 2021-10-17 | 1 | -2/+4 |
| | |||||
* | Restructure | René 'Necoro' Neumann | 2021-02-28 | 1 | -53/+1 |
| | |||||
* | IMAP: Set a timeout for connection | René 'Necoro' Neumann | 2021-02-28 | 1 | -2/+10 |
| | |||||
* | Start IMAP connections in the background and use them on the go | René 'Necoro' Neumann | 2021-02-28 | 1 | -5/+7 |
| | |||||
* | Verbose variant of 'target' in config | René 'Necoro' Neumann | 2020-05-14 | 1 | -17/+14 |
| | |||||
* | Rename from 'client' to 'cl' | René 'Necoro' Neumann | 2020-05-03 | 1 | -2/+2 |
| | |||||
* | Some linting remarks | René 'Necoro' Neumann | 2020-04-26 | 1 | -6/+9 |
| | |||||
* | Larger restructuring | René 'Necoro' Neumann | 2020-04-25 | 1 | -2/+2 |
| | |||||
* | Restructure imap pkg | René 'Necoro' Neumann | 2020-04-23 | 1 | -52/+5 |
| | |||||
* | Concurrent imap | René 'Necoro' Neumann | 2020-04-23 | 1 | -34/+48 |
| | |||||
* | Concurrent feed processing; central imap handler | René 'Necoro' Neumann | 2020-04-22 | 1 | -1/+3 |
| | |||||
* | Upload mails to imap | René 'Necoro' Neumann | 2020-04-21 | 1 | -5/+5 |
| | |||||
* | Fixes and validation | René 'Necoro' Neumann | 2020-04-20 | 1 | -1/+2 |
| | |||||
* | SELECT is not necessary for most operations -- skip it | René 'Necoro' Neumann | 2020-04-19 | 1 | -2/+1 |
| | |||||
* | Split client part to client.go | René 'Necoro' Neumann | 2020-04-19 | 1 | -125/+9 |
| | |||||
* | 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 | 1 | -0/+126 |