aboutsummaryrefslogtreecommitdiff
path: root/internal/imap/client.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* IMAP client does not need to know about max number of connectionsRené 'Necoro' Neumann2023-06-051-16/+9
|
* Add new config option to set max number of IMAP connections.René 'Necoro' Neumann2023-06-041-16/+14
| | | | | | Default is 5 (as was the hard-coded value before). Closes issue #98.
* Improve locking around IMAP connect/disconnect.René 'Necoro' Neumann2023-06-041-10/+26
| | | | | | | This ensures that no connect happens _after_ a disconnect has been issued. Closes issue #97.
* RestructureRené 'Necoro' Neumann2021-02-281-1/+48
|
* Start IMAP connections in the background and use them on the goRené 'Necoro' Neumann2021-02-281-8/+16
|
* Rename from 'client' to 'cl'René 'Necoro' Neumann2020-05-031-5/+5
|
* Use UIDPLUS Imap extensionRené 'Necoro' Neumann2020-05-031-7/+10
|
* Larger restructuringRené 'Necoro' Neumann2020-04-251-6/+6
|
* Restructure imap pkgRené 'Necoro' Neumann2020-04-231-198/+4
|
* Concurrent imapRené 'Necoro' Neumann2020-04-231-31/+110
|
* Concurrent feed processing; central imap handlerRené 'Necoro' Neumann2020-04-221-3/+26
|
* Upload mails to imapRené 'Necoro' Neumann2020-04-211-21/+54
|
* SELECT is not necessary for most operations -- skip itRené 'Necoro' Neumann2020-04-191-10/+0
|
* Split client part to client.goRené 'Necoro' Neumann2020-04-191-0/+128