Cache lookup URIs

This commit is contained in:
M66B
2019-03-31 09:09:32 +02:00
parent 248a47be2c
commit 17ef530547
7 changed files with 90 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
package eu.faircode.email;
import javax.mail.Address;
public class TupleMessageLookup {
public long id;
public Address[] from;
public String avatar;
}