5 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] X-Face patch for sqwe...
FromSent OnAttachments
Milan ObuchDec 21, 2007 4:46 am.c
Milan ObuchDec 21, 2007 4:47 am 
Sam VarshavchikDec 21, 2007 5:24 pm 
Milan ObuchDec 22, 2007 12:46 am 
Sam VarshavchikDec 22, 2007 7:05 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] X-Face patch for sqwebmailActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Dec 22, 2007 7:05:56 am
List:net.sourceforge.lists.courier-sqwebmail

Milan Obuch writes:

As a related, I could not find place where inline/attachment images are extracted for download. I mean, their URLs looks something like http://server/cgi-bin/webmail/login/milan/EC4F99FF139F596BFF3ACA5015974C40/1198312584?folder=INBOX&form=fetch&pos=4&mimeid=1.2 I could use slightly modified version, such as http://server/cgi-bin/webmail/login/milan/EC4F99FF139F596BFF3ACA5015974C40/1198312584?folder=INBOX&form=fetch&pos=4&mimeid=xface or something similar, but I did not find where this mime part is processed/extracted/decoded to binary. Could you point me to the right place?

In sqwebmail.c:

if (strcmp(formname, "fetch") == 0) { folder_download( sqwebmail_folder, atol(cgi("pos")), cgi("mimeid") ); return; }