Coder Social home page Coder Social logo

Comments (4)

cole avatar cole commented on May 26, 2024

Thanks for reporting!

Current expected behaviour is that two timeout kwargs set the instance value– __init__ and connect. Other methods should not persist the timeout. This might not be documented correctly.

I agree this doesn't work well for the case where the connect timeout should be different than the default.

I'll have a look but I think the suggested change is reasonable, probably I can proceed with that πŸ‘

from aiosmtplib.

wombatonfire avatar wombatonfire commented on May 26, 2024

Hi Cole, thanks for the great lib!

I'm happy to contribute and implement this change. I haven't checked other methods, only connect. Let me see how they handle timeout without persisting it, and I'll create a pull request.

from aiosmtplib.

wombatonfire avatar wombatonfire commented on May 26, 2024

Ok, so SMTP.timeout is updated by _update_settings_from_kwargs() in connect() and starttls(). I changed those methods to handle passed timeout value similar to how execute_command() does.

This required changing the signature of _create_connection() and adding the timeout argument, but I suppose it shouldn't be an issue, since it's a private method.

The timeout argument was also removed from _update_settings_from_kwargs() as it's not supposed to be updated there anymore.

If this makes sense, I suppose some tests should be added?

from aiosmtplib.

wombatonfire avatar wombatonfire commented on May 26, 2024

Didn't realize the pull request was created in the wrong repository/branch.

from aiosmtplib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.