|
7f35e68bfe
|
Refactor
|
2024-02-27 18:33:49 +01:00 |
|
|
9b26e251e3
|
formatting
|
2024-02-22 17:31:03 +01:00 |
|
|
2adf73dd8e
|
Update imap-flow, clean IDLE
|
2024-02-22 17:30:40 +01:00 |
|
|
f5f3aba8d1
|
format code
|
2024-01-19 17:40:08 +01:00 |
|
|
c2a518a997
|
filter expunge
|
2024-01-19 17:39:55 +01:00 |
|
|
2c5adc8f16
|
reformat code
|
2024-01-18 18:03:21 +01:00 |
|
|
185033c462
|
idling works!!!
|
2024-01-18 17:33:57 +01:00 |
|
|
e1161cab0e
|
idle sync
|
2024-01-17 16:56:05 +01:00 |
|
|
1a0247e935
|
WIP idle
|
2024-01-17 10:14:48 +01:00 |
|
|
3d23f0c936
|
WIP refactor idle
|
2024-01-17 08:22:15 +01:00 |
|
|
c1e7f7264a
|
fix a condstore bug
|
2024-01-12 13:01:22 +01:00 |
|
|
3c7186ab5a
|
Finalize implementation of CONDSTORE
|
2024-01-11 23:02:03 +01:00 |
|
|
d24eb9918e
|
Enable CONDSTORE on STORE/FETCH modifier
|
2024-01-11 17:13:59 +01:00 |
|
|
60a166185a
|
Fetch and store modifiers are parsed
|
2024-01-11 16:55:37 +01:00 |
|
|
fbf2e9aa96
|
Enable CONDSTORE if SEARCH MODSEQ is queried
|
2024-01-11 11:48:02 +01:00 |
|
|
f4cbf66549
|
Fecth MODSEQ now enables the CONDSTORE capability
|
2024-01-10 18:38:21 +01:00 |
|
|
a2d6efc962
|
[broken compilation] update mail internal
|
2024-01-10 11:24:01 +01:00 |
|
|
6e798b90f5
|
prepare condstore
|
2024-01-09 17:40:23 +01:00 |
|
|
4806f7ff84
|
WIP rewrite with a query manager
|
2024-01-05 18:59:19 +01:00 |
|
|
35591ff060
|
search first ultra minimal implementation
|
2024-01-05 12:40:49 +01:00 |
|
|
a6a0e1994d
|
ENABLE is now supported
|
2024-01-03 20:53:07 +01:00 |
|
|
ef257e286a
|
implement move
|
2024-01-03 15:00:05 +01:00 |
|
|
6d37924399
|
rework capability
|
2024-01-03 12:29:19 +01:00 |
|
|
7ebc708aca
|
unselect implemented rfc3691
|
2024-01-03 09:21:46 +01:00 |
|
|
0cc13f891c
|
migration to imap-flow seems done!
|
2024-01-02 22:32:02 +01:00 |
|
|
0d667a3030
|
compile with imap-flow
|
2024-01-02 20:23:33 +01:00 |
|
|
9a8d4c651e
|
commands now use imap-flow
|
2024-01-02 15:35:23 +01:00 |
|
|
07eea38765
|
ported commands
|
2024-01-01 19:25:28 +01:00 |
|
|
d2c3b641fe
|
WIP rewrite
|
2024-01-01 09:34:13 +01:00 |
|
|
9d6aef34ad
|
clippy lint fix
|
2023-05-15 18:23:23 +02:00 |
|
|
441730e1f7
|
Fix open_mailbox
|
2022-07-21 12:50:44 +02:00 |
|
|
54c467d3f7
|
Implement COPY
|
2022-07-21 12:44:58 +02:00 |
|
|
a1ca6d9def
|
"set flags" as a bayou op
|
2022-07-13 11:00:35 +02:00 |
|
|
7959adb8e9
|
implement STORE
|
2022-07-12 17:32:57 +02:00 |
|
|
5d6e4f7332
|
cleanup
|
2022-07-12 15:31:29 +02:00 |
|
|
b15026ec9c
|
Refactor user to be shared using Arc
|
2022-06-30 14:03:12 +02:00 |
|
|
0f0a8d415e
|
Implement RFC822.TEXT
|
2022-06-30 13:36:39 +02:00 |
|
|
497ad4b5ea
|
Split out Examined state and add prototypes for IMAP command handlers
|
2022-06-30 11:28:03 +02:00 |
|
|
b71d967889
|
Fetch ENVELOPE works \o/
|
2022-06-29 20:00:38 +02:00 |
|
|
509e7e4bed
|
Implement beginning of a FETCH command
|
2022-06-29 19:24:21 +02:00 |
|
|
a8d0e4a994
|
Implement IDLE in selected state
|
2022-06-29 17:58:31 +02:00 |
|
|
733c59ed80
|
Cleanup and remove useless imports
|
2022-06-29 16:05:34 +02:00 |
|
|
b95028f89e
|
Some refactoring on mailbox structures and views
|
2022-06-29 15:39:54 +02:00 |
|
|
8b7eb1ca91
|
work on prototypes
|
2022-06-29 13:41:05 +02:00 |
|
|
1bc109df72
|
Refactoring
|
2022-06-29 13:16:58 +02:00 |
|
|
3cf91429c7
|
Clean up unused imports
|
2022-06-29 12:52:58 +02:00 |
|
|
90b143e1c5
|
Refactor to allow mutability
|
2022-06-29 12:50:44 +02:00 |
|
|
36bbc2138b
|
cargo fmt + implement noop
|
2022-06-28 10:49:28 +02:00 |
|
|
927b461f25
|
Switching to upstream boitalettres
|
2022-06-28 09:34:24 +02:00 |
|
|
390bad0ec4
|
Refactor files in a "mail" crate
|
2022-06-27 16:56:20 +02:00 |
|