You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The msg_headers function in the POP3 implementation needs the TOP command to receive the headers.
This command is optional (https://tools.ietf.org/html/rfc1939#page-11) and not every POP3 server implements it.
It should be checked if the server supports the TOP command. If not present the RETR command should get the headers.
🐛 Bugreport
The msg_headers function in the POP3 implementation needs the TOP command to receive the headers.
This command is optional (https://tools.ietf.org/html/rfc1939#page-11) and not every POP3 server implements it.
It should be checked if the server supports the TOP command. If not present the RETR command should get the headers.
Version & Environment
Rev: 9363fc9 (current master)
OS: debian 10 with php 7.3
Steps to reproduce
The text was updated successfully, but these errors were encountered: