Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `interface{}` by `any` | René 'Necoro' Neumann | 2022-04-24 | 1 | -2/+2 |
| | |||||
* | Support feed targets per feed | René 'Necoro' Neumann | 2021-10-18 | 2 | -7/+6 |
| | |||||
* | Toplevel feed may have an empty target: Store directly in root. | René 'Necoro' Neumann | 2021-10-17 | 1 | -0/+4 |
| | |||||
* | #62: Root can be empty | René 'Necoro' Neumann | 2021-10-17 | 2 | -3/+13 |
| | |||||
* | #47 Consume all messages and filter by UID | René 'Necoro' Neumann | 2021-05-10 | 1 | -8/+13 |
| | | | | Original bug is probably caused by unilateral messages of the server, notifying the client about flag changes of other mails. Solution: Ignore those | ||||
* | #47: Exhaust messages to avoid deadlock | René 'Necoro' Neumann | 2021-05-10 | 1 | -1/+8 |
| | |||||
* | Restructure | René 'Necoro' Neumann | 2021-02-28 | 2 | -54/+49 |
| | |||||
* | 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 | 3 | -16/+26 |
| | |||||
* | #25 Normalize folder names | René 'Necoro' Neumann | 2021-02-21 | 1 | -1/+9 |
| | |||||
* | #25 Check for folder again while locking | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+8 |
| | |||||
* | #39 Ignore mails marked as deleted when looking for existing mails, as to ↵ | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+1 |
| | | | | not undelete them by accident. | ||||
* | Verbose variant of 'target' in config | René 'Necoro' Neumann | 2020-05-14 | 2 | -93/+14 |
| | |||||
* | Rename from 'client' to 'cl' | René 'Necoro' Neumann | 2020-05-03 | 5 | -26/+26 |
| | |||||
* | Use UIDPLUS Imap extension | René 'Necoro' Neumann | 2020-05-03 | 2 | -11/+26 |
| | |||||
* | Fix update in IMAP | René 'Necoro' Neumann | 2020-05-03 | 1 | -2/+12 |
| | |||||
* | Update support for IMAP | René 'Necoro' Neumann | 2020-05-03 | 2 | -4/+121 |
| | |||||
* | Some linting remarks | René 'Necoro' Neumann | 2020-04-26 | 4 | -11/+13 |
| | |||||
* | Larger restructuring | René 'Necoro' Neumann | 2020-04-25 | 4 | -12/+12 |
| | |||||
* | Fix concurrent access to the same folder | René 'Necoro' Neumann | 2020-04-23 | 2 | -5/+43 |
| | |||||
* | A mailbox may exist, but not be writable when \Noselect is set | René 'Necoro' Neumann | 2020-04-23 | 1 | -3/+4 |
| | |||||
* | Restructure imap pkg | René 'Necoro' Neumann | 2020-04-23 | 8 | -267/+316 |
| | |||||
* | Concurrent imap | René 'Necoro' Neumann | 2020-04-23 | 3 | -90/+176 |
| | |||||
* | Concurrent feed processing; central imap handler | René 'Necoro' Neumann | 2020-04-22 | 3 | -4/+121 |
| | |||||
* | Upload mails to imap | René 'Necoro' Neumann | 2020-04-21 | 2 | -26/+59 |
| | |||||
* | 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 | 2 | -12/+1 |
| | |||||
* | Split client part to client.go | René 'Necoro' Neumann | 2020-04-19 | 2 | -125/+137 |
| | |||||
* | 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 |