Closed amikai closed 7 years ago
@as23041248 Thanks for your contribution. There're
tests/mail_testsuite/dummy_mail/smtp/dummy.py#L8
Mail = mail.mail(smtp.smtp)
However, I would like to accept this
ff67087
atdev/oop branch
branch under observance.
This rearrangements in e05d204
would be fine, but I can't distinguish whether better or not. Maybe you should post an Issue first. Moreover, I agree that it is too complex at all.
You should separate this PR into three pieces. That's quite a composite improvement. Notice that one PR should achieve one improvement.
Last but not the end, following [PEP 8 -- Style Guide for Python Code(https://www.python.org/dev/peps/pep-0008/) would be great. Thanks for your contribution. Please PR to dev branch
.
The important one is you should PR into dev branch
or other development branches. I don't accept any PR to master branch
.
[MAIL] Re-organize files structure [MAIL] Make mail.py and protocol/smtp.py follow to PEP8. [MAIL] impl abstract class of protocol (Prot class).