Re: Question for Euman - viewer for email (msgs) in text format

new topic     » goto parent     » topic index » view thread      » older message » newer message

Lee,

1.  To make "a viewer to show & list the To, From, Subject,
 & date in a window similiar to the way my Windoz's emailer
 pgm does", we would have to know what your emailer's "To, From, etc" window
*looks like*.  Can you describe it, or send a "screen shot" of it?

2.  In order to abstract the header info from the text file that your
emailer creates, it would help to have a *sample* of exactly what that text
file looks like.  Can you provide us with a sample?

3.  in general, to create such a viewer one might:
   read in the names of all such email text files (in case you had more than
one);
   list them for the user;
   let user select one;
   read the selected text file in, looking for header tags in each line;
   put the info from each of the header tags into a variable, together with
message;
   when finished reading file, go back through the variable, and put the
info into a list;
   user clicking on an item in the list gets the message for that item and
displays it.

Is that enough to get you started?

Dan Moyer

----- Original Message -----
From: <lakatzz at juno.com>
To: "EUforum" <EUforum at topica.com>
Sent: Monday, October 15, 2001 10:55 PM
Subject: Question for Euman - viewer for email (msgs) in text format


>
> On Mon, 15 Oct 2001 21:40:21 -0500
> euman at bellsouth.net writes:
>
> > I disagree with the no limits to what euphoria can do....
> > 1. We cant have Multiple threads in Windows.
> > Tit-for-tat, Euphoria still rules in my book!
>
> Ok Euman, let's see what you really know.................
>
> I save all my email from Euphoria that I am getting to
> "one" text file.  This is my way of saving msgs to keep the
> folders in my emailer pgm (Juno) from getting too big.  I
> then delete msgs (email) from my emailer pgm.  When folders
> in emailer pgm get too big, the .frm files get corrupt.
>
> When saving all the msgs to one text file I use "find"
> command in Windoz to try to locate subject matter I want to re-read.  I
> am not pleased with my method altho I have not
> found another way to save msgs.  I don't want alot of single files (msgs)
> but that all the msgs be in one large
> file.
>
> Using Euphoria programming language what & how would you
> configure a viewer to show & list the To, From, Subject,
> & date in a window similiar to the way my Windoz's emailer
> pgm does?  I need a "find" function in the viewer too.
> The viewer must beable to view large text files (over 1
> meg in size).
>
> Now could this be done with Euphoria's made for Dos?
> A pgm made for Dos will work in Linux too.  I have being
> thinking about switching to Linux but afraid of the learn-
> ing curve I must go thru.
>
> Lee
>
>
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu