MAILBOX-321 Be more descriptive about attachment content
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1d058174 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1d058174 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/1d058174 Branch: refs/heads/master Commit: 1d05817405e054e1a7fef3615a4f34854092ded8 Parents: de10f8c Author: benwa <[email protected]> Authored: Tue Nov 28 13:13:15 2017 +0700 Committer: Antoine Duprat <[email protected]> Committed: Thu Nov 30 14:55:35 2017 +0100 ---------------------------------------------------------------------- .../src/test/resources/cucumber/GetMessages.feature | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/1d058174/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature index fcf952f..abc5cc5 100644 --- a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature +++ b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature @@ -428,3 +428,9 @@ Feature: GetMessages method And the list should contain 1 message And the hasAttachment of the message is "true" And the list of attachments of the message contains 1 attachments + And the first attachment is: + |key | value | + |type |"application/octet-stream" | + |cid |null | + |name |"encrypted.asc" | + |isInline |true | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
