Didn't find what you were looking for?


We have advanced search options to make it easier to locate posts, questions and answers on this community.
More information can be found at Advanced Search Options
If you are looking for something specific, please check if someone else has already asked or answered the same question.

A note regarding upgrades and Network Evolution:


Customers will be notified by their preferred communication method (email or text) when upgrades are available in their area
We expect 100% of our service area to be completed by end of next year

Very slow access top IMAP email

TallBob
TallBob Posts: 4 Novice

Spectrum email via IMAP is intermittently very slow or fails to connect, while Spectrum Webmail is instantaneous.

Affected server:

  • mobile.charter.net
  • IP: 47.43.18.12
  • TCP port: 993

Observed behavior:

  • Repeated TCP connection attempts to 47.43.18.12:993 intermittently fail or take 15–26 seconds.
  • Packet capture shows SYN retransmissions at approximately 1, 3, 7, and 15 seconds before a SYN-ACK is finally returned.
  • In some tests, about 30–40% of connection attempts failed completely after ~26 seconds.
  • The problem occurs from more than one device on the same LAN.
  • Rebooting the TP-Link ER605 router made no meaningful difference.
  • DNS resolution is fast and consistently returns 47.43.18.12.
  • Spectrum Webmail opens the same messages instantly.

Control tests from the same PC/network:

  • outlook.office365.com:993 — 10/10 successful connections
  • smtp.gmail.com:465 — 10/10 successful connections
  • 1.1.1.1:443 — 10/10 successful connections

This appears to be a problem with the Spectrum network path to 47.43.18.12 or with the Spectrum IMAP front end itself, not an email-client configuration or authentication issue.

Please escalate to Spectrum network/email engineering rather than treating this as a normal mail-client setup problem.

====================================================

Based on the packet behavior we captured, my best educated guess is that Spectrum has a broken or overloaded front-end device in front of the IMAP service — likely a load balancer, firewall, TCP proxy, or some similar ingress component — rather than a problem with the IMAP application itself.

The important clue is the SYN behavior. In the bad connection, your PC sent SYNs at about 0, 1, 3, 7, and 15 seconds before finally receiving a SYN-ACK. That means the failure occurs before TLS and before IMAP.

That pattern is consistent with a few specific failure modes:

  • Overloaded or unhealthy IMAP load balancer / TCP proxy. Some new TCP connection attempts simply aren't serviced, while others go through immediately.
  • Firewall or SYN-protection malfunction. A stateful firewall or SYN-cookie mechanism may be intermittently dropping legitimate connection attempts.
  • Bad member in a server pool. If 47.43.18.12 fronts several backend nodes, some connection attempts may hash to a dead or unhealthy backend while others hit a good one.
  • Spectrum-internal routing / ECMP problem. Different flows can take different internal paths based on source/destination ports. One path may be impaired, which would explain why some connections work in 50 ms and others need several retransmissions.
  • Less likely: rate limiting on IMAP connection creation. Your test pattern doesn't look like deliberate rate limiting, but a misconfigured DoS-protection system could produce something similar.

What makes the front-end/load-balancer theory especially plausible is that the server advertises itself as an older InterMail system, and Spectrum has already had recent IMAP-side incidents where webmail worked while external IMAP clients failed. In June, Spectrum moderators explicitly escalated a mobile.charter.net problem to engineering, and after an update said it had been tied to another ongoing email issue and “may have been a little more than just a certificate.”

I would not guess that the actual mailbox storage or IMAP daemon is overloaded. If that were the main problem, I would expect TCP to establish normally and the delay to occur after login or during SELECT, FETCH, etc. Your capture shows packets disappearing at the TCP handshake stage.

The most likely architecture is something roughly like:

Internet
   |
Spectrum edge network
   |
Firewall / DDoS protection
   |
Load balancer / TCP proxy
   |
InterMail IMAP servers

My bet is on the firewall/load-balancer layer or one unhealthy path/member behind it.

The fact that this appears to have recurred over time suggests Spectrum may have a brittle or aging external-mail-access infrastructure rather than a single transient outage. Their June incident affected multiple client types and required an engineering-side change.

If Spectrum engineering actually looks at your case, the most useful thing for them is the exact signature:

SYNs to 47.43.18.12:993 are intermittently unanswered for 1/3/7/15-second retransmission intervals, while other TCP/993 destinations are clean.

That points them immediately toward their edge/load-balancer/firewall statistics, not user mail settings.

Best Answer

  • William_M
    William_M Posts: 1,778 ✅ Verified Employee Moderator
    Answer ✓

    Hi @TallBob! There is currently a known issue with Microsoft-based email clients, which our engineers are already working to resolve as soon as possible. If you are having this issue with a different client please let us know which.

Answers

  • elguapo99
    elguapo99 Posts: 3 Novice

    I am having the same problem with Thunderbird on all of our computers. Just started yesterday.

  • bfukumoto
    bfukumoto Posts: 9 Participant

    My email will not sync to Gmail on any of my Android devices. Just started yesterday at around 5:07pm PT. We also had an 8 hour outage on Friday from 8am to 4pm PT due to cut fiber.

  • mb_walking_MB
    mb_walking_MB Posts: 1 Rookie

    Mine was very slow but now not working. I chatted with Spectrum to check to see if there was an issue and they said I would have to contact someone at Outlook. I cannot access emails on my phone (Android SamsungS25+), my tablet (also android), or Thunderbird. I uninstalled on my phone, restarted the phone and reinstalled only to have it fail. Occasionally, an email will get through but I cannot read it. I then tried to forward the email from charter/spectrum to another email but they don't allow that anymore. Trying to find out if there is even an issue that is affecting more than just myself has been a challenge. Any help/guidance/confirmation from here would be very appreciated.

  • James_M
    James_M Posts: 5,619 ✅ Verified Employee Moderator

    @mb_walking_MB

    Please see from above;

    Hi @TallBob! There is currently a known issue with Microsoft-based email clients, which our engineers are already working to resolve as soon as possible.

  • elguapo99
    elguapo99 Posts: 3 Novice

    Email is working with Thunderbird now. Woo Hoo!

  • mhbmd
    mhbmd Posts: 2 Novice

    William_M said: “If you are having this issue with a different client please let us know which.”


    I have been having this issue intermittently on iPad and iPhone using Apple Mail; on my PC using MailBird; and on my wife’s PC using EMClient. The issue was very spotty over the past 4-5 days, but has been much more prevalent since yesterday 8/23.


    As a separate post here mentioned, I also have been able to access emails on the Spectrum website, as well as on iPhone via cellular service when unable to do so when connected to WiFi. I can also download emails on iPhone and iPad by connecting through a VPN (Surfshark). At times no emails will download; at other times there is a significant delay before emails download.

    Fingers crossed that this issue is resolved soon.

  • TallBob
    TallBob Posts: 4 Novice

    I am now able to access the server(s) 100% of the time. The previous time-outs I saw seem to have stopped. Thank you!

  • GTG
    GTG Posts: 1 Rookie

    I have been having this same problem on both Thunderbird (Windows) and Gmail (Android) clients. It is an intermittent issue. Sometimes if fails to connect to server, and other times it connects but then times out without fully downloading emails. I increased timeout parameters on Thunderbird, but that didn't help much, if at all. Spectrum tech support is saying there are no server issues and it must be a client issue, but that doesn't make sense since it is happening on 2 different clients that either both work or both don't (intermittently). It has been really bad for the past 2-3 weeks. As others stated I can access on webmail, but that is not a viable long-term solution. We really need help on this.

  • klo
    klo Posts: 1 Rookie

    I'm having the same problem with Thunderbird email app on Chromebook. Help!

  • Gfred
    Gfred Posts: 1 Rookie

    Hi…I am also having this problem, using Apple mail on my iPhone and iPad (iOS 26+). If I delete the Spectrum account and add it back, mail works fine for a day or two. Then goes back to a long “connecting “ time and an even longer “checking for mail” time…Grant