|
7eb690e49d
|
introduce an "orphan" enum
|
2023-11-17 10:46:13 +01:00 |
|
|
6da8b815b6
|
not very clear how we pass data across channel
|
2023-11-16 18:27:24 +01:00 |
|
|
916b27d87e
|
WIP refactor storage (new timestamp.rs file)
|
2023-11-15 15:56:43 +01:00 |
|
|
652da6efd3
|
converted incoming mail
|
2023-11-02 17:25:56 +01:00 |
|
|
bf67935c54
|
add rust analyzer to the shell
|
2023-11-02 16:17:11 +01:00 |
|
|
a65f5b2589
|
WIP rewrite mail/incoming
|
2023-11-02 15:28:19 +01:00 |
|
|
1e192f93d5
|
make all our objects send+sync
|
2023-11-02 12:58:45 +01:00 |
|
|
3b363b2a78
|
implement equality+cmp for builders based on url
|
2023-11-02 12:18:43 +01:00 |
|
|
553ea25f18
|
gradually implement our interface
|
2023-11-02 11:51:03 +01:00 |
|
|
9aa58194d4
|
try dynamic dispatch
|
2023-11-02 10:38:47 +01:00 |
|
|
26f14df3f4
|
we are doomed with static types
|
2023-11-02 09:42:50 +01:00 |
|
|
cf8b9ac28d
|
mask implementation to the rest of the code
|
2023-11-01 17:18:58 +01:00 |
|
|
8ac3a8ce8b
|
implement an AnyCredentials
|
2023-11-01 16:45:29 +01:00 |
|
|
a1b7ca17c0
|
basic body ext testing + format
|
2023-10-12 12:21:59 +02:00 |
|
|
ec061022e0
|
finalize eml-codec integration
|
2023-07-25 19:08:48 +02:00 |
|
|
17fba10d8f
|
replacing mail_parser by eml_codec, first iteration
|
2023-07-25 10:59:48 +02:00 |
|
|
9d6aef34ad
|
clippy lint fix
|
2023-05-15 18:23:23 +02:00 |
|
|
bb66f7cee3
|
bump mail_parser
|
2023-02-07 11:27:17 +01:00 |
|
|
441730e1f7
|
Fix open_mailbox
|
2022-07-21 12:50:44 +02:00 |
|
|
54c467d3f7
|
Implement COPY
|
2022-07-21 12:44:58 +02:00 |
|
|
db4ffd7135
|
Move to mail_parser 0.5
|
2022-07-20 15:14:34 +02:00 |
|
|
1f336cad2b
|
better name and cleanup
|
2022-07-15 17:55:04 +02:00 |
|
|
24c6607304
|
Some more FETCH things work
|
2022-07-15 16:15:48 +02:00 |
|
|
3b256de3dc
|
Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEEN
|
2022-07-13 15:39:52 +02:00 |
|
|
cd59be3a00
|
Implement opportunistic sync based on watch value, and use it
|
2022-07-13 14:21:14 +02:00 |
|
|
9fa2e958b3
|
Begin add watch mechanism to Bayou
|
2022-07-13 12:30:35 +02:00 |
|
|
faca15f164
|
LMTP refactoring, implement EXPUNGE
|
2022-07-13 11:19:08 +02:00 |
|
|
a1ca6d9def
|
"set flags" as a bayou op
|
2022-07-13 11:00:35 +02:00 |
|
|
46d9525984
|
Implement APPEND
|
2022-07-12 16:35:11 +02:00 |
|
|
9b7d999fd5
|
Implement STATUS
|
2022-07-12 15:59:13 +02:00 |
|
|
fc2e25ce76
|
Clean up
|
2022-07-12 15:35:25 +02:00 |
|
|
5d6e4f7332
|
cleanup
|
2022-07-12 15:31:29 +02:00 |
|
|
7b888ed8cf
|
Implement mailbox renaming
|
2022-07-12 15:23:30 +02:00 |
|
|
ad15595f0f
|
Implement LIST
|
2022-07-12 13:19:27 +02:00 |
|
|
1abfb60b8e
|
Handling of incoming messages from LMTP seems to work!
|
2022-07-04 12:44:48 +02:00 |
|
|
9b4fcf58df
|
Fix uidindex tests + body structure for text msg
|
2022-07-04 12:08:11 +02:00 |
|
|
05eb2e050b
|
Code to add mail to inbox
|
2022-07-01 20:09:26 +02:00 |
|
|
14b420d9df
|
small rewrite
|
2022-07-01 19:41:29 +02:00 |
|
|
a8e33383f4
|
release lock when no longer needed
|
2022-07-01 19:33:47 +02:00 |
|
|
e93732d9bb
|
comments
|
2022-07-01 19:26:30 +02:00 |
|
|
d5272ce486
|
Incomming locking loop
|
2022-07-01 19:23:29 +02:00 |
|
|
2189f8b64b
|
WIP incoming loop
|
2022-06-30 20:35:27 +02:00 |
|
|
2c61af6684
|
More work on incoming mails, but no mails yet
|
2022-06-30 17:40:59 +02:00 |
|
|
484ad97b65
|
Skeleton for incoming mail processor
|
2022-06-30 16:18:08 +02:00 |
|
|
3277fb16a8
|
update uid in mailbox list when opening mailbox
|
2022-06-30 16:04:51 +02:00 |
|
|
90c20a840d
|
Implement create_mailbox
|
2022-06-30 16:04:51 +02:00 |
|
|
b15026ec9c
|
Refactor user to be shared using Arc
|
2022-06-30 14:03:12 +02:00 |
|
|
89b5883387
|
Elementary data structure for mailbox list
|
2022-06-30 14:03:12 +02:00 |
|
|
69428eaf25
|
reformat mailbox.rs and add security
|
2022-06-30 12:45:22 +02:00 |
|
|
0048b43f27
|
Implement move and copy mail
|
2022-06-30 12:07:01 +02:00 |
|