Move MailTo
and ListHeaders
classes
This commit is contained in:
parent
4a9a7baf79
commit
e2609f3a46
6 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
package com.fsck.k9.mail.internet;
|
||||
package com.fsck.k9.helper;
|
||||
|
||||
|
||||
import android.net.Uri;
|
||||
|
@ -8,7 +8,6 @@ import java.util.List;
|
|||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
import com.fsck.k9.helper.MailTo;
|
||||
import com.fsck.k9.mail.Address;
|
||||
import com.fsck.k9.mail.Message;
|
||||
|
|
@ -12,7 +12,6 @@ import com.fsck.k9.Account;
|
|||
import com.fsck.k9.mail.Address;
|
||||
import com.fsck.k9.mail.Message;
|
||||
import com.fsck.k9.mail.Message.RecipientType;
|
||||
import com.fsck.k9.mail.internet.ListHeaders;
|
||||
|
||||
|
||||
public class ReplyToParser {
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
package com.fsck.k9.mail.internet;
|
||||
package com.fsck.k9.helper;
|
||||
|
||||
|
||||
import com.fsck.k9.mail.Address;
|
||||
import com.fsck.k9.mail.K9LibRobolectricTestRunner;
|
||||
import com.fsck.k9.mail.Message;
|
||||
import com.fsck.k9.mail.internet.MimeMessage;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
|
@ -10,7 +10,6 @@ import com.fsck.k9.helper.ReplyToParser.ReplyToAddresses;
|
|||
import com.fsck.k9.mail.Address;
|
||||
import com.fsck.k9.mail.Message;
|
||||
import com.fsck.k9.mail.Message.RecipientType;
|
||||
import com.fsck.k9.mail.internet.ListHeaders;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
Loading…
Reference in a new issue