RFC9698 - JMAPACCESS Extension for IMAP

This commit is contained in:
mdecimus
2025-05-16 16:44:37 +02:00
parent 10bb4e5661
commit cee4149ef4
15 changed files with 18 additions and 24 deletions

View File

@@ -85,8 +85,7 @@ impl BlobOperations for Server {
} else {
range_to
};
let bytes_range = bytes.get(range_from..range_to).unwrap_or_default();
bytes_range
bytes.get(range_from..range_to).unwrap_or_default()
};
for property in &properties {