FMP 10 Adv on Mac: I'd like to have a tools that imports E-Mails into a
filemaker table.
Until now, I copied the mail body from my mail app Eudora, have a script
parse the text and extract informations like Date, Subject, From and To.
This worked as long a I used Eudora where Cmd-A would get me the whole
mail including the header info.
Now that I moved a new computer, I tried Apple Mail, Opera Mail and
MacSoup. None of those seem to let me select and copy the mail text and
the headers at once. I need to got back to the mail app and copy those
in a seperate step.
Suggestions? How do you get Mails into Filemaker for safe keeping?
--
http://clk.ch
|
|
0
|
|
|
|
Reply
|
clk951 (148)
|
11/29/2009 11:07:01 AM |
|
"Christoph Kaufmann" <clk@tele2.ch> wrote in message
news:1j9xyfm.82h4vg1qxu58sN%clk@tele2.ch...
> FMP 10 Adv on Mac: I'd like to have a tools that imports E-Mails into a
> filemaker table.
>
> Until now, I copied the mail body from my mail app Eudora, have a script
> parse the text and extract informations like Date, Subject, From and To.
>
> This worked as long a I used Eudora where Cmd-A would get me the whole
> mail including the header info.
>
> Now that I moved a new computer, I tried Apple Mail, Opera Mail and
> MacSoup. None of those seem to let me select and copy the mail text and
> the headers at once. I need to got back to the mail app and copy those
> in a seperate step.
>
> Suggestions? How do you get Mails into Filemaker for safe keeping?
How is having the emails in FileMaker any more "safe" than in Mail?? It
might be better to set-up a folder system in Mail to file emails away (do
NOT use silly "Smart" Folders), and using a backup system would mean they
are safe (or as safe as you can get). You could also print them out and put
them in a filing drawer, as well as Saving the emails to a normal OS folder.
If you really want emails in FileMaker, then Mail might have an option to
display all the header information, which can then be copied in one step (I
haven't got Mac OS X on either of these computers to check). The other
option is that there are plug-ins available (expensive) which mean you can
use FileMaker itself as your email application to collect and send emails.
Helpfull Harry :o)
|
|
0
|
|
|
|
Reply
|
Your
|
11/29/2009 7:56:41 PM
|
|
Christoph Kaufmann wrote:
> FMP 10 Adv on Mac: I'd like to have a tools that imports E-Mails into a
> filemaker table.
>
> Until now, I copied the mail body from my mail app Eudora, have a script
> parse the text and extract informations like Date, Subject, From and To.
>
> This worked as long a I used Eudora where Cmd-A would get me the whole
> mail including the header info.
>
> Now that I moved a new computer, I tried Apple Mail, Opera Mail and
> MacSoup. None of those seem to let me select and copy the mail text and
> the headers at once. I need to got back to the mail app and copy those
> in a seperate step.
>
> Suggestions? How do you get Mails into Filemaker for safe keeping?
I occasionally use Mail to FileMaker Importer.app
Slightly quirky but avoids reinventing round objects.
With email in FM, one can link individual communications to billing
records...
|
|
0
|
|
|
|
Reply
|
105
|
11/29/2009 9:47:51 PM
|
|
Helpful Harry wrote:
[get mails into filemaker for safe keeping]
> How is having the emails in FileMaker any more "safe" than in Mail?
It isn't, of course. When I started archiving mails in filemaker, I just
assumed I couldn't (or maybe wouldn't want to) use my Eudora folders
for ever, and the information would be unusable as soon as I start using
a different mail reader.
> It
> might be better to set-up a folder system in Mail to file emails away (do
> NOT use silly "Smart" Folders), and using a backup system would mean they
> are safe
Yeah, I had a dozen folders in Eudora.
> If you really want emails in FileMaker
I find it convenient to see a customer's mails from his address record.
> then Mail might have an option to
> display all the header information, which can then be copied in one step
I can do that with the header info by itself, but then it won't include
the text. Cmd-Alt-U does the trick, but changes to "raw file format",
leaving me with tons of =20= etc.
Thank you for the posting. BTW, can't you put "Helpful Harry" into the
place where you have "your name" now? :-)
--
http://clk.ch
|
|
0
|
|
|
|
Reply
|
clk
|
11/30/2009 8:27:49 PM
|
|
Christoph Kaufmann <clk@tele2.ch> wrote:
> Suggestions? How do you get Mails into Filemaker for safe keeping?
a few lines of applescript will do the job
With AS, you can register your actions, and FMP can play it (or an
AppleSript in the dock...).
drop mail on the script editor, and look at the "message" item of the
"message" suite.
--
Philippe Manet
en fait, c'est manet avant @
|
|
0
|
|
|
|
Reply
|
yapu
|
11/30/2009 10:55:29 PM
|
|
"Christoph Kaufmann" <clk@tele2.ch> wrote in message
news:1ja0j2n.hykzelg6frmN%clk@tele2.ch...
> Helpful Harry wrote:
>
> [get mails into filemaker for safe keeping]
> >
> > If you really want emails in FileMaker
>
> I find it convenient to see a customer's mails from his address record.
Instead of copy / paste, you could probably Save the emails from most email
applications, and then use a Container field in FileMaker to store them.
Saving might keep all the headers.
> > then Mail might have an option to
> > display all the header information, which can then be copied in one step
>
> I can do that with the header info by itself, but then it won't include
> the text. Cmd-Alt-U does the trick, but changes to "raw file format",
> leaving me with tons of =20= etc.
A Calculation field, Script, ro auto-enter formatting would fix those types
of problems.
i.e.
Substitute(IncomingText; "=20="; " ")
> Thank you for the posting. BTW, can't you put "Helpful Harry" into the
> place where you have "your name" now? :-)
This isn't my computer and I can't access the Internet from my Mac (at least
not without paying an expensive per-minute for a long-distance call). I was
planning to upgrade the computers in the "Black Friday" sales, but that idea
got squashed, so I don't know when ,or even, if that will happen.
Helpfull Harry :o)
|
|
0
|
|
|
|
Reply
|
Your
|
12/1/2009 12:31:29 AM
|
|
|
5 Replies
274 Views
(page loaded in 0.099 seconds)
|