EmailSubmission tests passing
This commit is contained in:
@@ -29,7 +29,7 @@ impl JMAP {
|
||||
.properties
|
||||
.map_or(true, |p| p.unwrap().contains(&Property::EmailIds));
|
||||
let mut response = GetResponse {
|
||||
account_id: Some(request.account_id),
|
||||
account_id: request.account_id.into(),
|
||||
state: self.get_state(account_id, Collection::Thread).await?.into(),
|
||||
list: Vec::with_capacity(ids.len()),
|
||||
not_found: vec![],
|
||||
|
||||
Reference in New Issue
Block a user