This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Send inline images
Fixes
#49
main
M66B
6 years ago
parent
402198df9d
commit
f0a8803689
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/src/main/java/eu/faircode/email/MessageHelper.java
+ 2
- 0
app/src/main/java/eu/faircode/email/MessageHelper.java
View File
@ -193,6 +193,8 @@ public class MessageHelper {
}
}
)
;
bpAttachment
.
setDataHandler
(
new
DataHandler
(
dataSource
)
)
;
if
(
attachment
.
cid
!
=
null
)
bpAttachment
.
setHeader
(
"Content-ID"
,
attachment
.
cid
)
;
multipart
.
addBodyPart
(
bpAttachment
)
;
}
Write
Preview
Loading…
Cancel
Save