thunderbird-android/mail
Wiktor Kwapisiewicz 4e6d642ddd
Disallow Addresses with null address part
This change ensures that Address objects are always created with a valid
`address` part. If an Address contains only `personal` part then it is
silently skipped from parsed list.

Unit tests have been adjusted to this new requirement.

Removed inserting Address with `null` address component introduced in
commit 68cecb168e.

Fixes #3652.

See: https://github.com/k9mail/k-9/pull/3739#issuecomment-441242481
2018-11-28 20:42:14 +01:00
..
common Disallow Addresses with null address part 2018-11-28 20:42:14 +01:00
protocols Remove StoreConfig.set*Folder() 2018-11-13 20:38:46 +01:00
testing Move UI code to ui module 2018-07-02 16:19:21 +02:00