Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IMAP client does not need to know about max number of connections | René 'Necoro' Neumann | 2023-06-05 | 1 | -16/+9 |
* | Add new config option to set max number of IMAP connections. | René 'Necoro' Neumann | 2023-06-04 | 1 | -16/+14 |
* | Improve locking around IMAP connect/disconnect. | René 'Necoro' Neumann | 2023-06-04 | 1 | -10/+26 |
* | Restructure | René 'Necoro' Neumann | 2021-02-28 | 1 | -1/+48 |
* | Start IMAP connections in the background and use them on the go | René 'Necoro' Neumann | 2021-02-28 | 1 | -8/+16 |
* | Rename from 'client' to 'cl' | René 'Necoro' Neumann | 2020-05-03 | 1 | -5/+5 |
* | Use UIDPLUS Imap extension | René 'Necoro' Neumann | 2020-05-03 | 1 | -7/+10 |
* | Larger restructuring | René 'Necoro' Neumann | 2020-04-25 | 1 | -6/+6 |
* | Restructure imap pkg | René 'Necoro' Neumann | 2020-04-23 | 1 | -198/+4 |
* | Concurrent imap | René 'Necoro' Neumann | 2020-04-23 | 1 | -31/+110 |
* | Concurrent feed processing; central imap handler | René 'Necoro' Neumann | 2020-04-22 | 1 | -3/+26 |
* | Upload mails to imap | René 'Necoro' Neumann | 2020-04-21 | 1 | -21/+54 |
* | SELECT is not necessary for most operations -- skip it | René 'Necoro' Neumann | 2020-04-19 | 1 | -10/+0 |
* | Split client part to client.go | René 'Necoro' Neumann | 2020-04-19 | 1 | -0/+128 |