-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Mailbox: add renaming capability #540
Conversation
Codecov Report
@@ Coverage Diff @@
## master #540 +/- ##
============================================
+ Coverage 95.52% 95.57% +0.05%
- Complexity 354 356 +2
============================================
Files 45 45
Lines 826 837 +11
============================================
+ Hits 789 800 +11
Misses 37 37
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the proposed addition.
Please add a test for the new functionality.
To build the project locally, run make start-imap-server
once, and then make test
I've just pushed to |
84518eb
to
b849e92
Compare
Co-authored-by: Filippo Tessarotto <[email protected]>
7a9df30
to
4b50167
Compare
Hi, can you also add tests please? |
Sorry I didn't took into account the encoding of the names, I fixed it for the tests to properly pass. |
Thank you @OmarMonterrey |
This reverts commit c2e4d72.
I'm new to open-source colaborating, so I'm sorry if I did something wrong.
This pull request is related to Issue #446 (Mailbox renaming feature request)