GithubHelp home page GithubHelp logo

Comments (5)

rnwood avatar rnwood commented on August 19, 2024

Hi. Thanks for reporting this issue. I can't reproduce this with the latest image produced yesterday. If you refresh the page do you see anything in the messages grid and/or the sessions grid?

from smtp4dev.

grimly avatar grimly commented on August 19, 2024

I could reproduce but with a Docker image of mine using the Linux binaries.

It looks like the messages to give the options are sent without any code.

This is what I get from a telnet session :

S: 220 1ce7e78212c4 smtp4dev ready
C: EHLO localhost
S: 250 Nice to meet you.
S: 8BITMIME
S: SIZE

From the old windows version I get a "250-" prefix on all server messages.

from smtp4dev.

rnwood avatar rnwood commented on August 19, 2024

Thanks for the info. I can confirm that I get that output too. I've updated the CI process to run the automated tests (rnwood/smtpserver project) on Linux and this revealed a few issues with inconsistent line endings (SMTP protocol should use CRLF everywhere). It also incudes a test failure for the above.

I have already fixed the failing tests, but next need to update smtp4dev to depend on the latest version of rnwood/smtpserver which has these and other changes.

from smtp4dev.

Sjord avatar Sjord commented on August 19, 2024

I have this issue as well, with Smtp4dev-osx-x64-v3.0.349-master.zip. Thunderbird gives an error in which it says the mailserver responded with "8BITMIME". The sessions tab shows the following session terminated abnormally:

220 laptop9 smtp4dev ready
EHLO laptop9.local
250 Nice to meet you.
8BITMIME
SIZE
MAIL FROM:<[email protected]>
250 New message started

from smtp4dev.

rnwood avatar rnwood commented on August 19, 2024

Resolved in 3.0.392 onwards. Rnwood.Smtp4Server now has the tests running on both Windows and Linux and the issues that were found have been fixed.

from smtp4dev.

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.