Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | append ignore dates instead of failing | Quentin Dufour | 2024-01-03 | 1 | -8/+8 |
* | cargo format | Quentin Dufour | 2023-12-27 | 1 | -9/+12 |
* | implemente garage storage | Quentin Dufour | 2023-12-27 | 1 | -1/+1 |
* | s3 is now implemented | Quentin Dufour | 2023-12-22 | 1 | -1/+1 |
* | initialize aws sdk with our info | Quentin Dufour | 2023-12-21 | 1 | -3/+3 |
* | implemented an in memory storage | Quentin Dufour | 2023-12-19 | 1 | -1/+1 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 1 | -50/+53 |
* | various fixes | Quentin Dufour | 2023-11-23 | 1 | -2/+2 |
* | fix orphan storage compatibility | Quentin Dufour | 2023-11-17 | 1 | -3/+3 |
* | incoming has been fully ported | Quentin Dufour | 2023-11-17 | 1 | -42/+32 |
* | not very clear how we pass data across channel | Quentin Dufour | 2023-11-16 | 1 | -1/+1 |
* | WIP refactor storage (new timestamp.rs file) | Quentin Dufour | 2023-11-15 | 1 | -2/+1 |
* | add rust analyzer to the shell | Quentin Dufour | 2023-11-02 | 1 | -1/+1 |
* | WIP rewrite mail/incoming | Quentin Dufour | 2023-11-02 | 1 | -53/+28 |
* | make all our objects send+sync | Quentin Dufour | 2023-11-02 | 1 | -3/+3 |
* | try dynamic dispatch | Quentin Dufour | 2023-11-02 | 1 | -3/+2 |
* | we are doomed with static types | Quentin Dufour | 2023-11-02 | 1 | -2/+3 |
* | basic body ext testing + format | Quentin Dufour | 2023-10-12 | 1 | -4/+4 |
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 1 | -18/+26 |
* | Fix open_mailbox | Alex Auvolat | 2022-07-21 | 1 | -1/+1 |
* | better name and cleanup | Alex Auvolat | 2022-07-15 | 1 | -1/+1 |
* | Some more FETCH things work | Alex Auvolat | 2022-07-15 | 1 | -1/+1 |
* | Begin add watch mechanism to Bayou | Alex Auvolat | 2022-07-13 | 1 | -27/+2 |
* | Clean up | Alex Auvolat | 2022-07-12 | 1 | -1/+0 |
* | cleanup | Alex Auvolat | 2022-07-12 | 1 | -4/+3 |
* | Handling of incoming messages from LMTP seems to work! | Alex Auvolat | 2022-07-04 | 1 | -5/+23 |
* | Code to add mail to inbox | Alex Auvolat | 2022-07-01 | 1 | -7/+89 |
* | small rewrite | Alex Auvolat | 2022-07-01 | 1 | -30/+36 |
* | release lock when no longer needed | Alex Auvolat | 2022-07-01 | 1 | -2/+18 |
* | comments | Alex Auvolat | 2022-07-01 | 1 | -1/+5 |
* | Incomming locking loop | Alex Auvolat | 2022-07-01 | 1 | -33/+144 |
* | WIP incoming loop | Alex Auvolat | 2022-06-30 | 1 | -51/+85 |
* | More work on incoming mails, but no mails yet | Alex Auvolat | 2022-06-30 | 1 | -6/+213 |
* | Skeleton for incoming mail processor | Alex Auvolat | 2022-06-30 | 1 | -0/+16 |