mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[PR #78] [MERGED] fixes cleanup logic, adds html decoding #102
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#102
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?
📋 Pull Request Information
Original PR: https://github.com/HaschekSolutions/opentrashmail/pull/78
Author: @pbrln
Created: 2/7/2024
Status: ✅ Merged
Merged: 2/8/2024
Merged by: @geek-at
Base:
master← Head:master📝 Commits (2)
b10754cfixes cleanup logic801b54badds decoding to html email📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
python/mailserver3.py(+2 -1)📄 Description
LAST_CLEANUP never gets set, so it always stays at 0
This commit changes that behaviour by setting LAST_CLEANUP to the current time on cleanup
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.