[imp] IMP and secure IMAP - possible?

Anil Madhavapeddy anil@recoil.org
Sun, 12 Aug 2001 23:15:02 +0100


On Sun, Aug 12, 2001 at 05:01:34PM +0200, Graham Leggett wrote:
> Hi,
> 
> Is it possible for an IMP installation to talk to a secure IMAP server
> that uses STARTTLS?
>

Depends if c-client can do this ... is there any reason
you want STARTTLS instead of IMAP-SSL?  I haven't seen
many client that support STARTTLS yet.

IMP-2.3 can talk IMAP-SSL if it has been compiled into PHP
and c-client.

Anil 


>From markmill@team.senet.com.au Date:  Mon, 13 Aug 2001 09:56:21 +0930 (CST) 
Return-Path: <markmill@team.senet.com.au>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 33467 invoked from network); 13 Aug 2001 00:49:33 -0000
Received: from pine.senet.com.au (203.34.34.5)
  by horde.org with SMTP; 13 Aug 2001 00:49:33 -0000
Received: from localhost (markmill@localhost)
	by pine.senet.com.au (8.11.1/8.11.1) with ESMTP id f7D0nMX73356
	for <imp@lists.horde.org>; Mon, 13 Aug 2001 10:19:22 +0930 (CST)
	(envelope-from markmill@team.senet.com.au)
Date: Mon, 13 Aug 2001 10:19:21 +0930 (CST)
From: Mark Mills <markmill@team.senet.com.au>
X-Sender: markmill@pine.senet.com.au
To: imp@lists.horde.org
Message-ID: <Pine.BSF.4.21.0108131006590.72396-100000@pine.senet.com.au>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: viewing attachment problem


Hi,

I am setting up a mail server using IMP and having a problem with the
recieving of attachments that has me stumped.  Its probably an easy
problem too but couldnt find any documentation or FAQ that covers it...

Anyway, all attachments appear as 'unnamed multipart/mixed'.  If there is
multiple attachments, it only appears as one attachment too.  I am using
IMP to connect via POP3 to a QPOP pop server.


Version information:

Horde:	1.3.5-cvs 
IMP: 	2.3.7-cvs 
Turba: 	0.0.3-cvs 

Everything else seems to be working fine except these.

Some examples of what is happening......


Example one.
----------------------------------------------------
email with jpg file attachment.  Displayed when viewing the message in the
inbox:

Reply-to:  Mark Mills <mark.mills@team.senet.com.au> 
Subject:  [No subject] 
Part(s):     unnamed multipart/mixed 207.18 KB 


The actual information from the attachment: 

--0-715757307-997662445=:72396
Content-Type: IMAGE/JPEG; name="bike page.jpg"
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.BSF.4.21.0108130957250.72396@pine.senet.com.au>
Content-Description: 
Content-Disposition: attachment; filename="bike page.jpg"




Example Two.
----------------------------------------------------------------
an email with a .exe and .mpg attachment.  The display from the inbox:


Date:  Mon, 13 Aug 2001 09:56:21 +0930 (CST) 
From:  Mark Mills <markmill@team.senet.com.au> 
To:  rossr@senet.com.au 
Reply-to:  Mark Mills <mark.mills@team.senet.com.au> 
Subject:  [No subject] 
Part(s):     unnamed multipart/mixed 4631.64 KB  
 


The information in the actual email when viewing the message

--0-707905736-997662381=:72396
Content-Type: APPLICATION/octet-stream; name="PKUNZIP.EXE"
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.BSF.4.21.0108130956210.72396@pine.senet.com.au>
Content-Description: 
Content-Disposition: attachment; filename="PKUNZIP.EXE"

<cut out all the encoded data>

--0-707905736-997662381=:72396
Content-Type: APPLICATION/octet-stream; name="Bad Bike Jump.mpg"
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.BSF.4.21.0108130956211.72396@pine.senet.com.au>
Content-Description: 
Content-Disposition: attachment; filename="Bad Bike Jump.mpg"


Any suggestions with this would be very much appreciated   :)


 - Mark