[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 158583] New: MIME attachement not recognized
From:       Toralf "Förster" <toralf.foerster () gmx ! de>
Date:       2008-02-29 16:05:25
Message-ID: 20080229170524.158583.toralf.foerster () gmx ! de
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=158583         
           Summary: MIME attachement not recognized
           Product: kate
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kwrite-devel kde org
        ReportedBy: toralf.foerster gmx de


Version:           2.5.8 (using 3.5.8, Gentoo)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.23-gentoo-r9

Instead it is displayed as inlined text 

While implementing a quick & dirty solution at an AIX box to send out mails with a \
Reply-To: line I wrote the following script 8see below). It results are displayed \
fine within Lotus Notes but at my local Gentoo Linux + KMail instead I didn't get \
valid mail+attachment - instead I got a plain text mail only :-(

Here's the script ./mymail.sh :
--------------------------------------------------
fn_sendmail()
{
	echo "From: <noreply nowhere> Do not reply to this address
To: tfoerste localhost
Reply-To: user other domain
Subject: test
X-MSMail-Priority: High
Importance: 1
Mime-Version: 1.0
Content-Type: text/plain

 This is a test email ...

 Rgds
"
	
	[[ -f $ATTACH ]] && uuencode $ATTACH $ATTACH
}

ATTACH=$1

fn_sendmail | /usr/sbin/sendmail -t -O DeliveryMode=i -R hdrs -n

--------------------------------------------------


I run it with :

tfoerste n22 ~/tmp $ ls > ls; ./mymail.sh ls


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic