Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mime] add DraftEmail#44311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Mime] add DraftEmail#44311
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
dfff60d to9da47c6Comparekbond commentedNov 27, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Some details on
|
fabpot commentedDec 20, 2021
@kbond Can you rebase on 6.1? Is it ready? |
stof commentedDec 20, 2021
the point brought by@kbond in#44311 (comment) is not resolved yet: how should the mailer component behave if being asked to send a DraftEmail object ? |
kbond commentedDec 20, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Rebased. Two remaining things:
|
Uh oh!
There was an error while loading.Please reload this page.
kbond commentedDec 20, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
To@GromNaN's original question. Mypersonal use-case for setting
I agree completely if we were calling a method on the child from the parent. This is a "generic" header that can be added to any |
Uh oh!
There was an error while loading.Please reload this page.
GromNaN commentedDec 20, 2021
|
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
7fbb065 toad833aaComparekbond commentedDec 22, 2021
ad833aa refactors this to have |
fabpot commentedDec 22, 2021
Thank you@kbond. |
Uh oh!
There was an error while loading.Please reload this page.
I've had the need to create "draft" emails pre-filled with content/attachments. User's can then download these as a
.eml, open with their email client, manipulate, then send. Thought I'd share my solution to see if this is something that would be acceptable in core.Only needed a few minor adjustments to
Emailthat I wrapped up into anDraftEmailobject:X-Unsent: 1header (this marks the email as "draft" for clients that support this)Usage: