http://bugs.winehq.org/show_bug.cgi?id=23269
Summary: Eudora 7.1.0.9: Cannot view email body, when browsing the "In" or "Out" folders Product: Wine Version: 1.2-rc3 Platform: x86-64 URL: http://www.eudora.com/download/eudora/windows/7.1/Eudo ra_7.1.0.9.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alexandru.balut@gmail.com
Created an attachment (id=28989) --> (http://bugs.winehq.org/attachment.cgi?id=28989) Screenshot-Eudora-dead space should display email
- Open Eudora 7.1.0.9 - Ctrl+N to create a new email - Write "x" in the To: field - Write "x" in the email body - Ctrl+S to save the email - Ctrl+W to close the email - Ctrl+0 to open the Out mailbox, notice the body of the email is not visible. If you double-click it, it still shows "x" in the body.
Some more info: When moving the "Out" window partially outside the Eudora main window, then bring it back, the region which should display the email retains parts of the screen, for example the main window border.
http://bugs.winehq.org/show_bug.cgi?id=23269
Alex Balut alexandru.balut@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=23269
MestreLion wine@rodrigosilva.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@rodrigosilva.com
--- Comment #1 from MestreLion wine@rodrigosilva.com 2011-06-29 19:00:52 CDT --- (In reply to comment #0)
Created an attachment (id=28989)
--> (http://bugs.winehq.org/attachment.cgi?id=28989) [details]
Screenshot-Eudora-dead space should display email
- Open Eudora 7.1.0.9
- Ctrl+N to create a new email
- Write "x" in the To: field
- Write "x" in the email body
- Ctrl+S to save the email
- Ctrl+W to close the email
- Ctrl+0 to open the Out mailbox, notice the body of the email is not visible.
If you double-click it, it still shows "x" in the body.
Some more info: When moving the "Out" window partially outside the Eudora main window, then bring it back, the region which should display the email retains parts of the screen, for example the main window border.
I do not have this bug, maybe because I always had my Eudora set up NOT to use Internet Explorer's engine to view emails. So this may be a solution/workaround for you:
Go to Tools > Options > Viewing Mail and UN-check the "Use Microsoft's Viewer" box.
Close all Mailboxes and Emails, restart Eudora and try.
https://bugs.winehq.org/show_bug.cgi?id=23269
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Component|-unknown |mshtml Summary|Eudora 7.1.0.9: Cannot view |Eudora 7.1.x fails to |email body, when browsing |display email body when |the "In" or "Out" folders |configured to use Internet | |Explorer browser engine to | |view emails (needs | |PersistFile_Load) Ever confirmed|0 |1
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Qualcomm/Eudora
$ winedbg ./Eudora.exe ... fixme:mshtml:PersistFile_Load (0x13b2640)->(L"C:\users\focht\Temp\eud45.htm" 00000000) ...
Stopped on breakpoint 1 at 0x7ca59fce PersistFile_Load [/home/focht/projects/wine/wine-git/dlls/mshtml/persist.c:778] in mshtml PersistFile_Load () at /home/focht/projects/wine/wine-git/dlls/mshtml/persist.c:778 778 { Wine-dbg>bt Backtrace: =>0 0x7ca59fce PersistFile_Load(iface=0x13b2658, pszFileName="C:\users\focht\Temp\eud46.htm", dwMode=0) [/home/focht/projects/wine/wine-git/dlls/mshtml/persist.c:778] in mshtml (0x0033e0bc) 1 0x00000248 (0x7bc8095e) 2 0x458901e8 (0x8302e8c1) --- snip ---
The content of generated "eud46.htm":
--- snip --- <HTML><HEAD><STYLE> BODY {font-family="Arial"} TT {font-family="Courier New"} BLOCKQUOTE.CITE {padding-left:0.5em; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; border-left:"solid 2";} </STYLE></HEAD> <BODY> <table cellspacing=0 cellpadding=0 width=100% bgcolor=#D4D0C8 text=#000000> <tr bgcolor=#D4D0C8 text=#000000><td> <div>To: x</div> <div>Subject: x</div> </td></tr> </table> <BR> <div> xxx </div></body></html> --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/e61de218ee3f0924252ea690be72f01d8...
--- snip --- 777 static HRESULT WINAPI PersistFile_Load(IPersistFile *iface, LPCOLESTR pszFileName, DWORD dwMode) 778 { 779 HTMLDocument *This = impl_from_IPersistFile(iface); 780 FIXME("(%p)->(%s %08x)\n", This, debugstr_w(pszFileName), dwMode); 781 return E_NOTIMPL; 782 } --- snip ---
Additionally needed (not critical): 'winetricks -q mfc42'
--- snip --- err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\Qualcomm\Eudora\Plugins\Sort32.dll") not found err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\Qualcomm\Eudora\Plugins\Unwrap32.dll") not found err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\Qualcomm\Eudora\Plugins\UprLwr32.dll") --- snip ---
$ sha1sum Eudora_7.1.0.9.exe 9dfb889ef112e2079be7485edd2acedfa1a4a1b3 Eudora_7.1.0.9.exe
$ du -sh Eudora_7.1.0.9.exe 17M Eudora_7.1.0.9.exe
$ wine --version wine-1.7.11-159-gee33839
Regards
https://bugs.winehq.org/show_bug.cgi?id=23269
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
merging as dupe of bug 10502
Regards
*** This bug has been marked as a duplicate of bug 10502 ***
https://bugs.winehq.org/show_bug.cgi?id=23269
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- Closing duplicate bugs.