Add unoffical client configuration for cc.ncu.edu.tw emails - #201
Open
michaelbennieUFL wants to merge 4 commits into
Open
Add unoffical client configuration for cc.ncu.edu.tw emails#201michaelbennieUFL wants to merge 4 commits into
michaelbennieUFL wants to merge 4 commits into
Conversation
Adds Thunderbird automatic mail configuration for National Central University (NCU), Taiwan student email accounts using the @cc.ncu.edu.tw domain. Currently users must manually configure their accounts. Configuration: Email domain: cc.ncu.edu.tw Username: local part of email address / student ID POP3: pop3.ncu.edu.tw, port 995, SSL/TLS SMTP: smtp.ncu.edu.tw, port 587, STARTTLS Official NCU documentation: https://support.mail.ncu.edu.tw/articles/config.html
There was a problem hiding this comment.
Pull request overview
Adds an ISPDB autoconfig entry for National Central University’s cc.ncu.edu.tw email domain so mail clients can auto-configure POP3/SMTP settings based on NCU’s published documentation.
Changes:
- Introduces a new autoconfig XML file for
cc.ncu.edu.tw. - Defines POP3 (995/SSL) and SMTP (587/STARTTLS) endpoints and a documentation URL.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
jtracey
reviewed
Aug 18, 2026
jtracey
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc.ncu.edu.tw is run by National Central University, and they don't have their own autoconfig file.
The NCU configuration is well-supported by official documentation
NCU explicitly documents:
student email as student_id@cc.ncu.edu.tw;
the student ID is the email account username;
POP3 server pop3.ncu.edu.tw, port 995 + TLS;
SMTP server smtp.ncu.edu.tw, port 587 + STARTTLS;
(https://support.mail.ncu.edu.tw/articles/config.html )
All I did was port that information over.
I think @ncu.edu.tw should also use the same configuration but idk.