mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Use temporary calendar files
This commit is contained in:
@@ -2179,7 +2179,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
EntityAttachment attachment = new EntityAttachment();
|
||||
attachment.message = draft.id;
|
||||
attachment.sequence = 1;
|
||||
attachment.name = ics.getName();
|
||||
attachment.name = "meeting.ics";
|
||||
attachment.type = "text/calendar";
|
||||
attachment.disposition = Part.ATTACHMENT;
|
||||
attachment.size = ics.length();
|
||||
|
||||
Reference in New Issue
Block a user