Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POP3 implementation needs optional TOP command #448

Closed
jduepmeier opened this issue Dec 5, 2020 · 1 comment
Closed

POP3 implementation needs optional TOP command #448

jduepmeier opened this issue Dec 5, 2020 · 1 comment
Assignees
Labels
bug something is wrong in Cypht pop3 pop3 module set

Comments

@jduepmeier
Copy link

🐛 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

  1. Configure a pop3 server which does not support the TOP command (for example https://github.com/cmail-mta/cmail)
  2. Open Emails ->
  3. Mail list will not load (runs in timeout)
@jasonmunro jasonmunro self-assigned this Jan 15, 2021
@jasonmunro jasonmunro added bug something is wrong in Cypht pop3 pop3 module set labels Jan 15, 2021
@marclaporte
Copy link
Member

Proposal: Deprecate POP3 support if no one steps up to maintain it
#452

@marclaporte marclaporte closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is wrong in Cypht pop3 pop3 module set
Projects
None yet
Development

No branches or pull requests

3 participants