Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions ispdb/cc.ncu.edu.tw.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="cc.ncu.edu.tw">

<domain>cc.ncu.edu.tw</domain>

<displayName>National Central University</displayName>
<displayShortName>NCU</displayShortName>

<incomingServer type="pop3">
<hostname>pop3.ncu.edu.tw</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
Comment thread
jtracey marked this conversation as resolved.
</incomingServer>

<outgoingServer type="smtp">
<hostname>smtp.ncu.edu.tw</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>

<documentation url="https://support.mail.ncu.edu.tw/articles/config.html">
<descr lang="en">NCU email client configuration</descr>
<descr lang="zh-TW">NCU 電子郵件軟體設定</descr>
</documentation>

</emailProvider>
</clientConfig>