Roundup Tracker - Issues

Message243

Author richard
Recipients
Date 2002-05-31.01:30:28
Message-id
In-reply-to
Logged In: YES 
user_id=6405

This is a symptom of a larger problem.   
   
The multipart/alternative you look at here may be found in   
multipart/mixed and multipart/related. Ultimately, we really   
need to perform a depth-first search into multipart/xxx and   
text/rfc822 to find the first text/plain.   
   
What we do in terms of extracting files out usefully is a whole   
other nasty, messy question. I guess it'd be good enough to   
just pull out the top-level attachments from a   
multipart/[mixed|related] and just whack them in as issue file   
attachments. I'm fairly certain that roundup won't bounce   
Content-type: multipart/xxx correctly - it doesn't remember the  
boundary (Message.gettype() doesn't return it). 
 
We need to feed anthony's MIME-parser-killer mailbox into   
roundup's mailgw and see how many places it breaks ;)      
   
History
Date User Action Args
2009-02-03 14:20:01adminlinkissue562686 messages
2009-02-03 14:20:01admincreate