Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve locking around IMAP connect/disconnect. | René 'Necoro' Neumann | 2023-06-04 | 1 | -10/+26 |
| | | | | | | | This ensures that no connect happens _after_ a disconnect has been issued. Closes issue #97. | ||||
* | 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 |