mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-25 10:56:00 +03:00
[PR #828] MMS support #827
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#827
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/NdoleStudio/httpsms/pull/828
Author: @whiteboxsolutions
Created: 2/27/2026
Status: 🔄 Open
Base:
main← Head:mms-support📝 Commits (10+)
072be0cAdded Attachment to Message entity09cf30bAdded Attachments to APISentPayload & send request69ecce1Added validator for attachment urlsb5bfdb4Added attachment to bulk message struct53112cbAdded same validation to bulk message34b2cfbAdded attachmenturls to the BulkMessage struct for csv support and a basic file type checkbc5faf1Added attachment parsing to the xlsx parser8497498Added validation to csv based bulk messages569b56dAdded attachment_urls to discord slash commanda0fc868Added attachment file type check to CreateRequest📊 Changes
26 files changed (+596 additions, -34 deletions)
View changed files
📝
android/app/build.gradle(+1 -0)📝
android/app/src/main/AndroidManifest.xml(+11 -0)📝
android/app/src/main/java/com/httpsms/FirebaseMessagingService.kt(+113 -0)📝
android/app/src/main/java/com/httpsms/HttpSmsApiService.kt(+68 -0)📝
android/app/src/main/java/com/httpsms/Models.kt(+11 -1)📝
android/app/src/main/java/com/httpsms/SentReceiver.kt(+23 -0)📝
android/app/src/main/java/com/httpsms/SmsManagerService.kt(+6 -0)➕
android/app/src/main/res/xml/file_paths.xml(+4 -0)📝
api/pkg/di/container.go(+2 -0)📝
api/pkg/entities/message.go(+32 -9)📝
api/pkg/events/message_api_sent_event.go(+12 -11)📝
api/pkg/handlers/discord_handler.go(+38 -3)📝
api/pkg/requests/bulk_message_request.go(+22 -0)📝
api/pkg/requests/message_bulk_send_request.go(+2 -0)📝
api/pkg/requests/message_send_request.go(+5 -3)📝
api/pkg/services/discord_service.go(+6 -0)📝
api/pkg/services/message_service.go(+3 -0)📝
api/pkg/validators/bulk_message_handler_validator.go(+39 -2)📝
api/pkg/validators/message_handler_validator.go(+54 -0)📝
api/pkg/validators/validator.go(+55 -0)...and 6 more files
📄 Description
Implementation for: https://github.com/NdoleStudio/httpsms/issues/262
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.