[PR #369] [CLOSED] use protected variables in Hm_MIME_Msg class to allow inheritance and… #792

Closed
opened 2026-02-25 21:36:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/369
Author: @kroky
Created: 1/22/2020
Status: Closed

Base: masterHead: feature/mime-message-inheritance


📝 Commits (1)

  • d91e6f0 use protected variables in Hm_MIME_Msg class to allow inheritance and changes of defined methods

📊 Changes

1 file changed (+8 additions, -8 deletions)

View changed files

📝 modules/smtp/hm-mime-message.php (+8 -8)

📄 Description

… changes of defined methods

Pullrequest

Using protected variables to allow inherited classes reuse them and alter behavior of defined methods.

Issues

I am adding RSVP actions to incoming messages in IMAP module and need to respond with special mime part 'text/calendar' message but current Hm_MIME_Msg class does not support it. Integration with Tiki will support RSVP actions but we can make the code available upstream if you want it. It will be a matter of another PR...


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/369 **Author:** [@kroky](https://github.com/kroky) **Created:** 1/22/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/mime-message-inheritance` --- ### 📝 Commits (1) - [`d91e6f0`](https://github.com/cypht-org/cypht/commit/d91e6f0853330cdf4a147bec2c8533ec1f8ee158) use protected variables in Hm_MIME_Msg class to allow inheritance and changes of defined methods ### 📊 Changes **1 file changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `modules/smtp/hm-mime-message.php` (+8 -8) </details> ### 📄 Description … changes of defined methods ## Pullrequest Using protected variables to allow inherited classes reuse them and alter behavior of defined methods. ### Issues I am adding RSVP actions to incoming messages in IMAP module and need to respond with special mime part 'text/calendar' message but current Hm_MIME_Msg class does not support it. Integration with Tiki will support RSVP actions but we can make the code available upstream if you want it. It will be a matter of another PR... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:36:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#792
No description provided.