Skip to content

Added Server Configurations for TU Graz #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
33 changes: 33 additions & 0 deletions ispdb/student.tugraz.at.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="student.tugraz.at">
<domain>student.tugraz.at</domain>

<displayName>Technische Universität Graz</displayName>
<displayShortName>TU Graz Student</displayShortName>

<userinput label="Username" key="%USERNAME%">TU Graz Username</userinput>

<incomingServer type="imap">
<hostname>sbox.tugraz.at</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%USERNAME%</username>
<authentication>password-cleartext</authentication>
</incomingServer>

<outgoingServer type="smtp">
<hostname>mailrelay.tugraz.at</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%USERNAME%</username>
<authentication>password-cleartext</authentication>
</outgoingServer>

<documentation url="https://email.tugraz.at/zugangsdaten/#faq694">
<descr lang="en">Configure Thunderbird for TU Graz Mail</descr>
<descr lang="de">Thunderbird für TU Graz Mail konfigurieren</descr>
</documentation>

</emailProvider>
</clientConfig>
33 changes: 33 additions & 0 deletions ispdb/tugraz.at.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="tugraz.at">
<domain>tugraz.at</domain>

<displayName>Technische Universität Graz</displayName>
<displayShortName>TU Graz Staff</displayShortName>

<userinput label="Username" key="%USERNAME%">TU Graz Username</userinput>

<incomingServer type="imap">
<hostname>sbox.tugraz.at</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%USERNAME%</username>
<authentication>password-cleartext</authentication>
</incomingServer>

<outgoingServer type="smtp">
<hostname>mailrelay.tugraz.at</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%USERNAME%</username>
<authentication>password-cleartext</authentication>
</outgoingServer>

<documentation url="https://email.tugraz.at/zugangsdaten/#faq694">
<descr lang="en">Configure Thunderbird for TU Graz Mail</descr>
<descr lang="de">Thunderbird für TU Graz Mail konfigurieren</descr>
</documentation>

</emailProvider>
</clientConfig>