mu-scm: implement mime-part handling, refact

Implement accessing the MIME-parts + docs  + test.

Implement saving attachments to file.

Implement creating messages from files.

Refactor / rename functions to be more uniform.
This commit is contained in:
Dirk-Jan C. Binnema
2025-07-02 19:02:33 +03:00
parent 54ec919e8f
commit b02aa57686
10 changed files with 671 additions and 90 deletions

View File

@ -21,6 +21,7 @@ lib_mu_scm=static_library(
[
'mu-scm.cc',
'mu-scm-message.cc',
'mu-scm-mime.cc',
'mu-scm-store.cc'
],
dependencies: [