aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-autoconfig/inbox.lv
diff options
context:
space:
mode:
Diffstat (limited to 'capplet/settings/mail-autoconfig/inbox.lv')
-rw-r--r--capplet/settings/mail-autoconfig/inbox.lv28
1 files changed, 0 insertions, 28 deletions
diff --git a/capplet/settings/mail-autoconfig/inbox.lv b/capplet/settings/mail-autoconfig/inbox.lv
deleted file mode 100644
index ac3b317315..0000000000
--- a/capplet/settings/mail-autoconfig/inbox.lv
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<clientConfig>
- <emailProvider id="inbox.lv">
- <domain>inbox.lv</domain>
- <displayName>Inbox.lv</displayName>
- <displayShortName>Inbox.lv</displayShortName>
- <incomingServer type="pop3">
- <hostname>mail.inbox.lv</hostname>
- <port>995</port>
- <socketType>SSL</socketType>
- <username>%EMAILLOCALPART%</username>
- <authentication>plain</authentication>
- <pop3>
- <leaveMessagesOnServer>true</leaveMessagesOnServer>
- <daysToLeaveMessagesOnServer>999</daysToLeaveMessagesOnServer>
- </pop3>
- </incomingServer>
- <outgoingServer type="smtp">
- <hostname>mail.inbox.lv</hostname>
- <port>587</port>
- <socketType>STARTTLS</socketType>
- <username>%EMAILLOCALPART%</username>
- <authentication>plain</authentication>
- <addThisServer>true</addThisServer>
- <useGlobalPreferredServer>false</useGlobalPreferredServer>
- </outgoingServer>
- </emailProvider>
-</clientConfig>