Skip to content
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

Make webmail user management case insensitive #423

Merged
merged 4 commits into from
May 3, 2020
Merged

Conversation

c-w
Copy link
Member

@c-w c-w commented May 3, 2020

The RaspberryPi deployment of the Lokole email client is case insensitive: a user who registered as foo@bar.lokole.ca will also be able to access emails if they were sent to Foo@bar.lokole.ca (see 1, 2). This change makes the web deployment of the email client also case insensitive.

@c-w c-w requested a review from sbathgate May 3, 2020 02:20
@c-w c-w force-pushed the webmail-case-insensitive branch from 4ed29c0 to 8a90762 Compare May 3, 2020 02:56
@c-w c-w force-pushed the webmail-case-insensitive branch from 8a90762 to e9b036b Compare May 3, 2020 03:19
@c-w c-w force-pushed the webmail-case-insensitive branch from c668597 to d0ee199 Compare May 3, 2020 04:29
@c-w c-w force-pushed the webmail-case-insensitive branch from d0ee199 to 14f0f8b Compare May 3, 2020 04:32
@codecov-io
Copy link

codecov-io commented May 3, 2020

Codecov Report

Merging #423 into master will increase coverage by 0.14%.
The diff coverage is 93.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
+ Coverage   76.47%   76.62%   +0.14%     
==========================================
  Files          45       45              
  Lines        2733     2759      +26     
==========================================
+ Hits         2090     2114      +24     
- Misses        643      645       +2     
Impacted Files Coverage Δ
opwen_email_server/services/storage.py 96.12% <93.10%> (-0.49%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 950cc46...14f0f8b. Read the comment docs.

@c-w c-w merged commit b114e82 into master May 3, 2020
@c-w c-w deleted the webmail-case-insensitive branch May 3, 2020 14:17
@c-w c-w removed the request for review from sbathgate May 3, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants