[PR #20] [MERGED] Update mailserver.py #85

Closed
opened 2026-02-25 23:39:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HaschekSolutions/opentrashmail/pull/20
Author: @EOCommunity
Created: 4/4/2021
Status: Merged
Merged: 4/4/2021
Merged by: @geek-at

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 python/mailserver.py (+2 -2)

📄 Description

Some sender will send emails to capitalized receiver mail.
The counterpart "is_dir" (php) is case sensitive on Unix-systems, so if you check mails for mymail@domain.tld you will not see mails sent to MYMAIL@DOMAIN.TLD.
This change will make sure that only lower-case is used to create a receiver-folder.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/HaschekSolutions/opentrashmail/pull/20 **Author:** [@EOCommunity](https://github.com/EOCommunity) **Created:** 4/4/2021 **Status:** ✅ Merged **Merged:** 4/4/2021 **Merged by:** [@geek-at](https://github.com/geek-at) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`cc3ce6c`](https://github.com/HaschekSolutions/opentrashmail/commit/cc3ce6c4404e5619506af9394d55926fcbdcc5bf) Update mailserver.py ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `python/mailserver.py` (+2 -2) </details> ### 📄 Description Some sender will send emails to capitalized receiver mail. The counterpart "is_dir" (php) is case sensitive on Unix-systems, so if you check mails for mymail@domain.tld you will not see mails sent to MYMAIL@DOMAIN.TLD. This change will make sure that only lower-case is used to create a receiver-folder. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:39:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentrashmail#85
No description provided.