Add a common interface for accessing headers from email classes.
This allows either type to be used interchangably as a source of header data. Add documentation comments for the headers, add missing message_id property to RFC822.Message.
This commit is contained in:
parent
31aa176ee2
commit
133167dfd0
5 changed files with 205 additions and 40 deletions
|
|
@ -16,6 +16,7 @@ geary_engine_vala_sources = files(
|
|||
'api/geary-credentials.vala',
|
||||
'api/geary-credentials-mediator.vala',
|
||||
'api/geary-email-flags.vala',
|
||||
'api/geary-email-header-set.vala',
|
||||
'api/geary-email-identifier.vala',
|
||||
'api/geary-email-properties.vala',
|
||||
'api/geary-email.vala',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue