-
-
Notifications
You must be signed in to change notification settings - Fork 44
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward email as attachment #16
Comments
Is it a duplicate of issue #6 ? So the problem for you to not be able to forward email with attachment, |
The latter, so no duplicate :) |
You need to elaborate a bit more what is the usecase here in general, and what is your specific usecase too. First, gmail does not support .eml file creation. When you forward an email in gmail, you get the original email content quoted ( Let's assume, you get an email, which you want to forward as an .eml file (just what you requested). Now you forward the whole thing as a .eml file. The other end using gmail can not even open the whole thing. You need an outlook to see what was the content. |
Thanks for taking the time for this detailed comment @bunyevacz much appreciated :) Basically we have the following use case in our company. Does this make sense? Thanks! |
We do the following:
Otherwise person If the I think it is a better method, in your case If person I have seen lately, that if person Still .eml handling is problematic (likely |
I understand the idea of your workflow. But let me explain what the rational behind ours is :) Outwards facing we have one unified email address let's say |
Ok, then could you please post a simple email (you can create one with whatever content you like) preferrably zipped/tar.gz up, and put out to the internet to see? I'm asking this, because there are already some infrastructure in place in wildduck/wildduck-webmail.
So the backend (wildduck) is up to the job (create .eml file), the frontend (wildduck-webmail) needs to adjust slightly, and also implement issue #6. Seems like we could implement it together with issue #6. If there is a real usecase here... :-) |
Sure, I can provide an example. I do agree it is an outlook only workflow in the sense that it can only be done using outlook at the moment. Nevertheless I do think it's actually quite nice for the scenario I described. There is not much work to do in terms of changing addresses etc. and it's quite resilient against employees messing up/forgetting things. It's very straight forward for them as to how to handle an email that has been delegated to them. |
Yeah, except many viruses spread as |
I guess there is always a downside... Edit: However, it seems like this might mostly a problem if you indeed use outlook as client, no? If you let's say use wildduck active scripting could be less of an issue? |
yes, if you stay on wildduck-webmail only, then processing .eml file does not care much threat. In either case, if @andris9 agrees with me, I think we can close this issue, and continue in issue #6. Still an example forwarded mail (what you use in your company) would be much helpful. |
Oh, before I forget. Obviously wildduck-webmail would have to support opening those |
@bunyevacz what format would you like me to provide the example? |
how you usually send it inside your company zipped up. |
I saved it as https://gist.github.com/AuspeXeu/a37d4a2bfc901dfb6f1d2b6ccb18d828 Edit: So it is actually a workflow you can do with Thunderbird as well, not just Outlook :) |
Is there a plan to implement this feature? :)
The text was updated successfully, but these errors were encountered: