mu-scm: add full-message support (body/header)
Implement support for "header" and "body" procedures, with require loading the message file from disk, and create a foreign object for the message. We keep those alive in a vector, and hook up a finalizer. Update docs & tests as well.
This commit is contained in:
@ -20,7 +20,7 @@ lib_mu_scm=static_library(
|
||||
'mu-scm',
|
||||
[
|
||||
'mu-scm.cc',
|
||||
'mu-scm-contact.cc',
|
||||
'mu-scm-message.cc',
|
||||
'mu-scm-store.cc'
|
||||
],
|
||||
dependencies: [
|
||||
|
||||
Reference in New Issue
Block a user