Files
evolution/mail/mail-autoconfig/ruby.plala.or.jp
Punit Jain 77b3cb632a Bug #636214 get configuration details from server part1
moving files from capplet to mail
2011-11-09 21:10:00 +05:30

25 lines
872 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="ruby.plala.or.jp">
<domain>ruby.plala.or.jp</domain>
<displayName>ぷらら</displayName>
<displayShortName>ぷらら</displayShortName>
<incomingServer type="pop3">
<hostname>ruby.mail.plala.or.jp</hostname>
<port>110</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>ruby.mail.plala.or.jp</hostname>
<port>587</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>