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:
@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user