-
Notifications
You must be signed in to change notification settings - Fork 319
No EML Reader #6
Comments
Yes, it could be useful, indeed. Thanks, |
Hello! I'm building the eml reader, but I think I found a bug. Why do you skip the If you try it and see the result (on outlook) you will notice that the from May I remove those restriction (4 lines?)? Regards. On Fri, Dec 13, 2013 at 6:31 AM, Nilhcem notifications@github.com wrote:
Aron Teixeira Rodrigues |
Hi, Thanks for noticing it, you are right, we should not remove these lines - Don't really know why I did that 👎 |
Hi Nilhcem, Merry Christmas and Happy New Year I have a question for you: The HTML Viewer which comes in JSE is a little limited (HTML3.2 even o JSE7). So I thought on three reasonable solutions: a) Use a external HTMLViewer library (do not like it very much) Anyway, I think it's a good idea to warn the user (anywhere on the reader screen) of the HTML3.2 limitation. In my opinion the best solution is the (b) and maybe a configuration parameter to the user choose (some kind of c). |
After a little research I found http://cssbox.sourceforge.net I think it's the best library. |
Hello Aron, Indeed, using CSSBox seems to be a good decision - The new feature looks nice from your screenshot! |
Hi, There is any code available to test this feature? I plan add some features to fakesmtp and this is one of them, I don't want reinvent the well: Other features that I plan add to help mail integration tests:
Regards. |
From all the features you listed, only the "no GUI option" is already in master
|
Hi, Thanks for you reply, It's great. I'm see different options to add message view, some times messages with UTF-8 encoding, are coded in Base64 in MIME, so reading it is a bit difficult without a EML viewer, there is any progress on aronrodrigues solution. Can I help to something? |
Hi, I haven't seen any code so far and haven't focused on this issue yet (as installing any eml viewer solves the issue), but aronrodrigues's solution to use CSSbox seems great. Feel free to contribute and send a PR should you want to develop this feature. |
Sorry about it, I was on vacation. On Sun, May 11, 2014 at 1:23 PM, Gautier MECHLING
Aron Teixeira Rodrigues |
Did these changes ever get merged? Looked like the start of something useful... |
Hello, In case if anyone else needs client that can handle html emails, I've started LunaticSMTP project. It's not directly based on that project but it's like a reimplementation of FakeSMTP with JavaFX. It's using JFX's WebView (with it's built-in WebKit) to display emails. Also because of JFX usage minimum required Java version was bumped to 8u40. |
I know this is old, but I hope it would actually be closed without being merged, because one can also tell Windows (or Linux or whatever) to open *.eml files with the software they love (like, for me, Thunderbird) and I'm afraid merging such viewer into FakeSMTP will remove this nice behavior (one can still tell their OS to open *.eml file with the suggested viewer if one prefers) |
In my system (without a mailClient), when I try to open the eml file, I receive an error.
May I contribute with an eml reader?
The text was updated successfully, but these errors were encountered: