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

Changed POP3 size output to show compatible size #312

Merged
merged 2 commits into from
Jun 14, 2024

Conversation

antonionardella
Copy link
Contributor

This commit makes sure that LIST shows an RFC1939 compatible size

LIST
+OK 1 messages (5833 octets)
1 5833

Instead of

LIST
+OK 5 messages (27300 octets)
1 %!d(float64=5461)
2 %!d(float64=5465)
3 %!d(float64=5350)
4 %!d(float64=5349)
5 %!d(float64=5675)

And fixes the float64=5461 error of this issue #311 (comment)

@antonionardella
Copy link
Contributor Author

Added 10 minutes timeout to POP3 according to RFC1939 https://www.rfc-editor.org/rfc/rfc1939#page-3
image

@axllent axllent merged commit ce7dcce into axllent:develop Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants