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

Mailbox: add renaming capability #540

Merged
merged 8 commits into from
Aug 6, 2022

Conversation

OmarMonterrey
Copy link
Contributor

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)

@codecov
Copy link

codecov bot commented Aug 3, 2022

Codecov Report

Merging #540 (8913ee1) into master (4e2980c) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@             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              
Impacted Files Coverage Δ
src/Mailbox.php 97.11% <100.00%> (+0.34%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@Slamdunk Slamdunk left a 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

@Slamdunk
Copy link
Collaborator

Slamdunk commented Aug 3, 2022

I've just pushed to master few changes to make local build easier and fix issues non related to this very PR, so please rebase before next developments.

@Slamdunk
Copy link
Collaborator

Slamdunk commented Aug 4, 2022

Hi, can you also add tests please?

@OmarMonterrey
Copy link
Contributor Author

Sorry I didn't took into account the encoding of the names, I fixed it for the tests to properly pass.

@Slamdunk Slamdunk changed the title setName method added to Mailbox class Mailbox: add renaming capability Aug 6, 2022
@Slamdunk Slamdunk merged commit c2e4d72 into ddeboer:master Aug 6, 2022
@Slamdunk
Copy link
Collaborator

Slamdunk commented Aug 6, 2022

Thank you @OmarMonterrey

saintsloth pushed a commit to saintsloth/imap that referenced this pull request Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants