|
3fd22c6fa3
|
switch to version 0.2.0
|
2024-01-20 19:24:49 +01:00 |
|
|
49ff733a30
|
Merge pull request 'Implement LIST X Y RETURN (STATUS (UIDNEXT ...)) ' (#75) from feat/list-status into main
Reviewed-on: #75
|
2024-01-20 18:24:05 +00:00 |
|
|
9c3f447480
|
Test LIST-STATUS
|
2024-01-20 19:23:44 +01:00 |
|
|
9ae5701c7c
|
Implement LIST X Y RETURN (STATUS (UIDNEXT ...))
|
2024-01-20 18:34:37 +01:00 |
|
|
4849d776b4
|
Merge pull request 'UIDPLUS' (#73) from uidplus into main
Reviewed-on: #73
|
2024-01-20 10:45:56 +00:00 |
|
|
369c68231f
|
test UIDPLUS
|
2024-01-20 11:45:32 +01:00 |
|
|
a042d9d29e
|
fix warnings
|
2024-01-19 17:42:57 +01:00 |
|
|
f5f3aba8d1
|
format code
|
2024-01-19 17:40:08 +01:00 |
|
|
c2a518a997
|
filter expunge
|
2024-01-19 17:39:55 +01:00 |
|
|
0cc38571f4
|
Implement some part of SPECIAL-USE
|
2024-01-19 16:47:20 +01:00 |
|
|
0f227e44e4
|
Merge pull request 'Implement IDLE' (#72) from feat/idle into main
Reviewed-on: #72
|
2024-01-19 14:04:03 +00:00 |
|
|
23aa313e11
|
Testing idle
|
2024-01-19 14:13:43 +01:00 |
|
|
2c5adc8f16
|
reformat code
|
2024-01-18 18:03:21 +01:00 |
|
|
43b668531f
|
fix a transition bug
|
2024-01-18 18:02:24 +01:00 |
|
|
185033c462
|
idling works!!!
|
2024-01-18 17:33:57 +01:00 |
|
|
e1161cab0e
|
idle sync
|
2024-01-17 16:56:05 +01:00 |
|
|
4a15ceacf1
|
Update dependency
|
2024-01-17 10:28:04 +01:00 |
|
|
1a0247e935
|
WIP idle
|
2024-01-17 10:14:48 +01:00 |
|
|
0eb8156cde
|
Delete EXAMINE that has been merged in SELECTED
|
2024-01-17 08:33:08 +01:00 |
|
|
3d23f0c936
|
WIP refactor idle
|
2024-01-17 08:22:15 +01:00 |
|
|
55e26d24a0
|
Merge pull request 'CONDSTORE' (#71) from feat/condstore-try-2 into main
Reviewed-on: #71
|
2024-01-15 07:07:06 +00:00 |
|
|
81bfed3b7d
|
testing condstore
|
2024-01-15 08:06:04 +01:00 |
|
|
22cd0764d8
|
rewrite store testing logic
|
2024-01-12 15:02:02 +01:00 |
|
|
c1e7f7264a
|
fix a condstore bug
|
2024-01-12 13:01:22 +01:00 |
|
|
6963287986
|
Fix unit tests
|
2024-01-12 09:54:58 +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 |
|
|
a9d33c6708
|
MODSEQ is now returned on non empty search results
|
2024-01-11 11:55:40 +01:00 |
|
|
fbf2e9aa96
|
Enable CONDSTORE if SEARCH MODSEQ is queried
|
2024-01-11 11:48:02 +01:00 |
|
|
917c32ae0b
|
MODSEQ search key first implementation
|
2024-01-11 10:10:00 +01:00 |
|
|
f4cbf66549
|
Fecth MODSEQ now enables the CONDSTORE capability
|
2024-01-10 18:38:21 +01:00 |
|
|
f5b73182f2
|
Fetch now support MODSEQ data item
|
2024-01-10 18:08:44 +01:00 |
|
|
9cec7803d2
|
Implement HIGHESTMODSEQ for STATUS
|
2024-01-10 17:07:07 +01:00 |
|
|
96332c9bfe
|
upgrading imap-flow,codec,types
|
2024-01-10 15:15:12 +01:00 |
|
|
0c6e745d11
|
update imap-codec
|
2024-01-10 14:45:36 +01:00 |
|
|
20193aa023
|
Return highestmodseq in select+examine
|
2024-01-10 13:59:43 +01:00 |
|
|
51510c97f7
|
fix some logic error in the internals
|
2024-01-10 12:55:38 +01:00 |
|
|
a2d6efc962
|
[broken compilation] update mail internal
|
2024-01-10 11:24:01 +01:00 |
|
|
184328ebcf
|
Optional Parameters with the SELECT/EXAMINE Commands
See: https://datatracker.ietf.org/doc/html/rfc4466#section-2.4
|
2024-01-09 19:16:55 +01:00 |
|
|
6e798b90f5
|
prepare condstore
|
2024-01-09 17:40:23 +01:00 |
|
|
5dfa02e381
|
Disable UNSEEN again as it was a volunteer decision to not implement it
|
2024-01-09 16:53:32 +01:00 |
|
|
d49a2355f7
|
Reject \n alone, require \r\n
|
2024-01-08 22:46:39 +01:00 |
|
|
356776cba3
|
Merge pull request 'bug/thunderbird' (#68) from bug/thunderbird into main
Reviewed-on: #68
|
2024-01-08 20:34:58 +00:00 |
|
|
5cc0a4e512
|
remove wild log
|
2024-01-08 21:33:39 +01:00 |
|
|
056f8ea14c
|
Better choose wether or not a body is required
|
2024-01-08 21:32:55 +01:00 |
|
|
a90f425d32
|
Futures must be ordered
|
2024-01-08 21:18:45 +01:00 |
|
|
fe28120676
|
bodystructure final fix
|
2024-01-08 16:03:42 +01:00 |
|
|
07e2e50928
|
Fetch BODYSTRUCTURE now returns a BODYSTRUCTURE
|
2024-01-08 15:54:20 +01:00 |
|
|
8b5eb25c0c
|
Status now returns UNSEEN
|
2024-01-08 15:07:02 +01:00 |
|