Code Monkey home page Code Monkey logo

Comments (6)

smiley22 avatar smiley22 commented on July 2, 2024

huh that is weird. Your code is fine.

Try commenting out the OnNewMessage line, does that make any difference? I just ran a couple of tests on Gmail fetching some 50 mails without problems. What size are the attachments?

from s22.imap.

Arcturus5404 avatar Arcturus5404 commented on July 2, 2024

Hmm I will test again this evening..

It might be the case that I switched from AE.Net.Mail, and I received a System.Net.Sockets.SocketException in the method ReadToEnd, so I switched to your dll.

Could it be that there might be still some connections on GMail that might not have timed out yet?

Also, I see that I get the client instance in the event. Is it advisable to Dispose it where its created? or keep it in a local field?

Last question: how do I get the received date from an email? :)

Thanks for your help!! Much appreciated

from s22.imap.

Arcturus5404 avatar Arcturus5404 commented on July 2, 2024

Attachements are aprox 1 MB in size btw :)

from s22.imap.

smiley22 avatar smiley22 commented on July 2, 2024

OK, well I don't know about lingering connections, I don't think that should have anything to do with it...well unless there was still some instance actively downloading stuff in the background and hogging your internet connection.

You shouldn't dispose of the client instance in the event handler. Disposing will close the network stream and shutdown the tcp connection with the server.

As for the date, if the mail header contains a date, it should be in the Headers collection, i.e. myMail.Header["Date"]

from s22.imap.

Arcturus5404 avatar Arcturus5404 commented on July 2, 2024

Awesome.. Thanks.. will test again this evening! :)

from s22.imap.

Arcturus5404 avatar Arcturus5404 commented on July 2, 2024

It works like a charm now.. I think it was just a fluke at GMails side! :)

from s22.imap.

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.