mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Added attachment logging
This commit is contained in:
@@ -160,6 +160,11 @@ public class EntityAttachment {
|
||||
@NonNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return (this.name + " type=" + this.type + " disposition=" + this.disposition + " cid=" + this.cid + " size=" + this.size);
|
||||
return (this.name +
|
||||
" type=" + this.type +
|
||||
" disposition=" + this.disposition +
|
||||
" cid=" + this.cid +
|
||||
" encryption=" + this.encryption +
|
||||
" size=" + this.size);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user