AttachmentRepository

class AttachmentRepository(jmapClient: JmapApi)

Constructors

Link copied to clipboard
constructor(jmapClient: JmapApi)

Functions

Link copied to clipboard
suspend fun downloadAttachment(blobId: String): Result<ByteArray>