mirror of
https://github.com/moparisthebest/davmail
synced 2025-02-28 17:31:52 -05:00
Dav: set contact email type to SMTP
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1896 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
b456e760bd
commit
4c00d1da2d
@ -1131,6 +1131,9 @@ public class DavExchangeSession extends ExchangeSession {
|
||||
String key = entry.getKey();
|
||||
if (!"photo".equals(key)) {
|
||||
propertyValues.add(Field.createPropertyValue(key, entry.getValue()));
|
||||
if (key.startsWith("email")) {
|
||||
propertyValues.add(Field.createPropertyValue(key+"type", "SMTP"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user