[GH-ISSUE #448] POP3 implementation needs optional TOP command #367

Closed
opened 2026-02-25 21:34:51 +03:00 by kerem · 1 comment
Owner

Originally created by @jduepmeier on GitHub (Dec 5, 2020).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/448

Originally assigned to: @jasonmunro on GitHub.

🐛 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: 9363fc988a (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)
Originally created by @jduepmeier on GitHub (Dec 5, 2020). Original GitHub issue: https://github.com/cypht-org/cypht/issues/448 Originally assigned to: @jasonmunro on GitHub. ## 🐛 Bugreport <!-- Describe your issue in detail. Include screenshots if needed. Give us as much information as possible. --> 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 <!-- Paste Git-Commit ID or Tag-Name here --> Rev: 9363fc988aa424ae475a52ebae1a6c34f3cec7b9 (current master) <!-- Specify your OS and OS Version here if the issue is (most likely) platform dependent. --> 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 -> <pop3 server name> 3. Mail list will not load (runs in timeout)
kerem 2026-02-25 21:34:51 +03:00
  • closed this issue
  • added the
    bug
    pop3
    labels
Author
Owner

@marclaporte commented on GitHub (Feb 2, 2021):

Proposal: Deprecate POP3 support if no one steps up to maintain it
https://github.com/jasonmunro/cypht/issues/452

<!-- gh-comment-id:771265846 --> @marclaporte commented on GitHub (Feb 2, 2021): Proposal: Deprecate POP3 support if no one steps up to maintain it https://github.com/jasonmunro/cypht/issues/452
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#367
No description provided.