WARNING: fwrite(): SSL: Broken pipe #131
Labels
No labels
actions
bug
complicated
database
dependencies
documentation
downstream
duplicate
enhancement
feature
fixed already
front-end
idea
internal
invalid
investigating
javascript
low priority
milestone
minor bug
needs info
networking
nice to have
pcntl
php
question
suggestion
sync
threading
ui
ux
web
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bcarrella/libremail#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi Mike,
I noticed that in the case in which the control on the mail account goes in block with the error in object "WARNING: fwrite (): SSL: Broken pipe", the system freezes and loop (in the folder) without however passing to the control of the next account (or folder).
I've encountered this one in the past, but not in this app. From what I gather, the broken pipe is a TCP protocol message and happens when you are trying to write into stream, but the remote site already closed the connection and didn't the client.
It could be a mail server restriction or a message that is too big for the mail server to send, or something like that. I don't think that error has anything to do with the client, thogh.
If you're able to view any logs or error info on the mail server, that would also be a good place to look.