toggle menu
MobileMail
androidJvm
switch theme
search in API
MobileMail
/
com.mobilemail.data.repository
/
AttachmentRepository
Attachment
Repository
class
AttachmentRepository
(
jmapClient
:
JmapApi
)
Members
Constructors
Attachment
Repository
Link copied to clipboard
constructor
(
jmapClient
:
JmapApi
)
Functions
download
Attachment
Link copied to clipboard
suspend
fun
downloadAttachment
(
blobId
:
String
)
:
Result
<
ByteArray
>