mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[GH-ISSUE #448] POP3 implementation needs optional TOP command #367
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#367
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?
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
@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