Clément DOUIN
|
d9272917f5
|
clean msg flags, merge tpl entity in msg (#231)
* merge tpl entity into msg
* change envelope subject type to cow
* msg: fix save command when raw msg comes from stdin
* msg: clean flags
|
2021-10-23 00:17:24 +02:00 |
|
Clément DOUIN
|
85f3ce8976
|
add mailbox handler tests (#225)
* make imap.fetch_mboxes return a Mboxes struct
* add mbox handler tests
|
2021-10-14 12:52:30 +02:00 |
|
Clément DOUIN
|
8af14734c3
|
improve mailbox structure (#223)
* split entities, remove manual serialization, add comments
* add mbox arg subbcmds test
* finalize mbox arg tests
* fix typos in comments
* add missing tests for entities
* rename fetch mbox imap fn
|
2021-10-13 20:48:42 +02:00 |
|
Clément DOUIN
|
d21778c35e
|
improve text parts (#221)
|
2021-10-11 23:04:33 +02:00 |
|
Clément DOUIN
|
b7d068c729
|
improve folder struct + msg management (#217)
* make imap list and search return msg instead of fetch
* move imap logouts to main fn
* improve list command
* improve search command
* improve flags command
* improve template reply
* improve tpl forward command
* refactor tpl and msg reply/forward
* refactor copy, move and write commands
* refactor attachment command
* fix attachment part of copy and move commands
* fix send, save, read and mbox
* put back notify and watch commands
* fix msg encoding
* refactor edit choices, clean dead code
* fix attachment for write, reply and forward commands
* refactor config mod struct
* refactor project folder struct
* fix vim plugin (#215)
|
2021-10-10 22:58:57 +02:00 |
|