Commit Graph

4 Commits

Author SHA1 Message Date
chloe 9ffcf336d7 libremail+tools: Add mailbox_create() function
It is best to prefer mailbox_create() rather than try_mkdir() directly
as we'll be able to encapslate mailbox creation logic within it.

Signed-off-by: Chloe M. <chloe@mirocom.org>
2026-05-03 15:49:05 -04:00
chloe 405f7d351e libremail: file: Add try_touch() function
The try_touch() function is responsible for attempting to create new
files while optionally filling it with initial data

Signed-off-by: Chloe M. <chloe@mirocom.org>
2026-05-02 19:51:56 -04:00
chloe b4c14b82d9 libremail: Add shared try_mkdir() function
Signed-off-by: Chloe M. <chloe@mirocom.org>
2026-05-02 15:22:27 -04:00
chloe 6cdb9a2a9c initial commit
Signed-off-by: Ian Moffett <ian@mirocom.org>
2026-05-02 01:13:09 -04:00