[please subscribe to the list if you want to continue this discussion]

On Mon, 30 Jun 2003 00:23:35 -0400 Glenn Bagrowski <[EMAIL PROTECTED]> wrote:

GB> I just came across your Mahogany product today.  Looks great.

 Thanks!

GB> I'm working on filtering email while accessing it the web (like a yahoo 
GB> address).

 Sorry, I couldn't really parse this. What do you mean?

GB> Yahoo no longer allows using an external application to 
GB> access mail directly from a pop3 server, so you have to get mail from 
GB> the internet via a browser.  I found some packet sniffers

 I think there are some programs capable of downloading mail from Yahoo
into a standard MBOX format which you can then open using Mahogany (or
almost any other client). Wouldn't this solve your problem?

GB> and found that 
GB> I can "see" the headers of the mail messages as they come in.  However, 
GB> I guess due to encoding, I can't "see" the bodies.  Therefore, I was 
GB> looking at you code and trying to figure out if there was an easy way to 
GB> detect where the start and end of an email body is that I can extract 
GB> that information from the packets as I get them, then send them to the 
GB> portion(s) of your code that decodes email (MimePartCC?).

 If you really want to download the messages (which involves parsing Yahoo
HTML and all that) yourself you should implement a new MailFolderYahoo
class deriving from MailFolder and containing MessageYahoo objects
(deriving from Message). To implement them you could indeed use MessageCC
method to create a message from string (i.e. raw data).

 Please ask here if you have any more questions,
VZ



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to