mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 19:43:11 +02:00
Improved sent logging
This commit is contained in:
@@ -892,7 +892,8 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
||||
Address[] rcptto = MessageHelper.removeGroups(recipients.toArray(new Address[0]));
|
||||
|
||||
String via = "via " + ident.host + "/" + ident.user +
|
||||
" rcptto=" + TextUtils.join(", ", recipients);
|
||||
" rcptto=" + TextUtils.join(", ", recipients) +
|
||||
" from=" + MessageHelper.formatAddresses(imessage.getFrom());
|
||||
|
||||
iservice.setReporter(new TraceOutputStream.IReport() {
|
||||
private int progress = -1;
|
||||
|
||||
Reference in New Issue
Block a user