mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #437] Get message attachment API endpoint does not support latest #281
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#281
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 @Redominus on GitHub (Feb 7, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/437
Hi,
It responds 404. While if I use the message ID it works no problem.
Cheers and thanks for this cool project!
@axllent commented on GitHub (Feb 7, 2025):
Thank you for bringing this to my attention @Redominus. I have pushed a fix for this which will be included in the next release later this weekend 👍
@axllent commented on GitHub (Feb 8, 2025):
The fix for this has been released in v1.22.2. Thanks again for reporting the issue! Please feel free to re-open if it is not completely resolved for you.
@melloware commented on GitHub (Feb 13, 2025):
@axllent i didn't want to open a new ticket but when we use OpenAPI generator to generate Java code from your spec it works in 1.21.8 but in 1.22.0 we get this error: https://github.com/OpenAPITools/openapi-generator/issues/20607
It seems like some kind of recursive model is throwing it off. Any ideas?