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:
Michael Gratton 2019-03-09 20:01:55 +11:00 committed by Michael James Gratton
parent 31aa176ee2
commit 133167dfd0
5 changed files with 205 additions and 40 deletions

View file

@ -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',