mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 14:45:59 +03:00
[PR #20] [MERGED] Update mailserver.py #85
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:patch-1📝 Commits (1)
cc3ce6cUpdate mailserver.py📊 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.