[Bug 23269] New: Eudora 7.1.0.9: Cannot view email body, when browsing the "In" or "Out" folders
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(a)winehq.org ReportedBy: alexandru.balut(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23269 Alex Balut <alexandru.balut(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23269 MestreLion <wine(a)rodrigosilva.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine(a)rodrigosilva.com --- Comment #1 from MestreLion <wine(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23269 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht(a)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(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23269 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, merging as dupe of bug 10502 Regards *** This bug has been marked as a duplicate of bug 10502 *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23269 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> --- Closing duplicate bugs. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org