Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55591 - Supply mailbase for Thunderbird to get mime types from
Summary: Supply mailbase for Thunderbird to get mime types from
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 09:50 UTC by John Richard Moser
Modified: 2004-08-03 06:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Richard Moser 2004-06-29 09:50:55 UTC
Thunderbird sends rtf and such inline by default; this is annoying and unproductive, and makes certain clients inable to save the attachment due to their poor design.

Aside from Mozilla Bug 249049, we can and should make the following changes to mozilla-thunderbird-0.7.ebuild to assure that a proper /etc/mailcap is installed:

---CUT HERE---
--- mozilla-thunderbird-0.7.ebuild.orig 2004-06-24 18:37:10.000000000 -0400
+++ mozilla-thunderbird-0.7.ebuild      2004-06-29 12:44:19.916796337 -0400
@@ -41,7 +41,8 @@ RDEPEND="virtual/x11
                =x11-libs/gtk+-1.2*
                >=gnome-base/ORBit-0.5.10-r1 )
        crypt? ( >=app-crypt/gnupg-1.2.1 )
-       >=net-www/mozilla-launcher-1.7-r1"
+       >=net-www/mozilla-launcher-1.7-r1
+       net-mail/mailbase"

 DEPEND="${RDEPEND}
        dev-util/pkgconfig"
---CUT HERE---

It's more work than it's worth to try and patch the ebuild; just go add net-mail/mailbase to the RDEPEND.

Reproducible: Always
Steps to Reproduce:
1. Merge mozilla-thunderbird with no mail system installed
2. Send rtf attachments to a linux.net e-mail, or to someone with lotus notes, possibly others
3. Watch it get 7b inline text/plaintext encoding and be undownloadable by certain clients.
Actual Results:  
Lotus user couldn't save the attached resume.

Expected Results:  
The resume sent should have been base64 encoded as text/richtext.
Comment 1 John Richard Moser 2004-06-29 10:07:06 UTC
also add app-misc/mime-types please

. . . or not.  I'm still trying to make this work, and thunderbird is STILL sending this crap inline ><  I'm beginning to think TB 0.7 is simply broken.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-08-03 06:36:37 UTC
John, mailbase is for MTAs, not for MUAs.  No dependency is going to fix this problem in thunderbird.  It needs to be fixed by mozilla.org in a future version.  We'll just have to wait for that to happen.