[PR #471] [MERGED] [DRAFT] Add warning went send message with sent folder undefined #832

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/471
Author: @adrienmaloba
Created: 4/21/2021
Status: Merged
Merged: 6/9/2021
Merged by: @jasonmunro

Base: masterHead: draft-add-warning


📝 Commits (10+)

  • a05df77 Merge pull request #2 from jasonmunro/master
  • 83d0400 Hotfix for the default email in the SMTP list when using the mailing list options
  • 6b55ae0 Removed excess breaks for better code readability
  • 81bf9fd draft_smtp must be filtered as string and not float
  • b74ca25 Implemented the draft settings back to imap_folders
  • e2cce19 Base implementation for IMAP drafts
  • cee45de Fixed error messsage text in save_imap_draft when append_end return false
  • 34f6d01 Merge pull request #3 from jasonmunro/master
  • 34e4fe1 Draft compose and labels
  • e6f5cd7 [DRAFT] Add warning went send message with sent folder undefined

📊 Changes

8 files changed (+303 additions, -17 deletions)

View changed files

📝 modules/core/message_list_functions.php (+4 -0)
📝 modules/imap/functions.php (+6 -1)
📝 modules/imap/hm-imap.php (+4 -2)
📝 modules/imap_folders/setup.php (+1 -1)
📝 modules/smtp/hm-mime-message.php (+5 -1)
📝 modules/smtp/modules.php (+243 -6)
📝 modules/smtp/setup.php (+14 -3)
📝 modules/smtp/site.js (+26 -3)

📄 Description

[DRAFT] Add warning went send message with sent folder undefined


🔄 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/471 **Author:** [@adrienmaloba](https://github.com/adrienmaloba) **Created:** 4/21/2021 **Status:** ✅ Merged **Merged:** 6/9/2021 **Merged by:** [@jasonmunro](https://github.com/jasonmunro) **Base:** `master` ← **Head:** `draft-add-warning` --- ### 📝 Commits (10+) - [`a05df77`](https://github.com/cypht-org/cypht/commit/a05df7773c8f2a3b7abef516656866637fa69fa2) Merge pull request #2 from jasonmunro/master - [`83d0400`](https://github.com/cypht-org/cypht/commit/83d040002c1ffca8efaa72737b492fc911f54573) Hotfix for the default email in the SMTP list when using the mailing list options - [`6b55ae0`](https://github.com/cypht-org/cypht/commit/6b55ae0fe4193a5b48f2c202fe6d6e5c6f744761) Removed excess breaks for better code readability - [`81bf9fd`](https://github.com/cypht-org/cypht/commit/81bf9fd1157bd6637a89c6de14a6e0232f1caf32) draft_smtp must be filtered as string and not float - [`b74ca25`](https://github.com/cypht-org/cypht/commit/b74ca2506d6ff49396a5de53efce60cfcbad723d) Implemented the draft settings back to imap_folders - [`e2cce19`](https://github.com/cypht-org/cypht/commit/e2cce196cc9473e05a24f0ecb49f9fa44b833c03) Base implementation for IMAP drafts - [`cee45de`](https://github.com/cypht-org/cypht/commit/cee45de7e570a907f7a12da222595d55ea1154a6) Fixed error messsage text in save_imap_draft when append_end return false - [`34f6d01`](https://github.com/cypht-org/cypht/commit/34f6d01b549a59ce789dc4b19912af5d999339e1) Merge pull request #3 from jasonmunro/master - [`34e4fe1`](https://github.com/cypht-org/cypht/commit/34e4fe1106365f06d19740c957b7efa21dd91c06) Draft compose and labels - [`e6f5cd7`](https://github.com/cypht-org/cypht/commit/e6f5cd7007a430b1e908f6d8d70c14027f893df7) [DRAFT] Add warning went send message with sent folder undefined ### 📊 Changes **8 files changed** (+303 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/message_list_functions.php` (+4 -0) 📝 `modules/imap/functions.php` (+6 -1) 📝 `modules/imap/hm-imap.php` (+4 -2) 📝 `modules/imap_folders/setup.php` (+1 -1) 📝 `modules/smtp/hm-mime-message.php` (+5 -1) 📝 `modules/smtp/modules.php` (+243 -6) 📝 `modules/smtp/setup.php` (+14 -3) 📝 `modules/smtp/site.js` (+26 -3) </details> ### 📄 Description [DRAFT] Add warning went send message with sent folder undefined --- <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:22 +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#832
No description provided.