Re: how can I get PMkey?

2006-02-03 Thread Rene Merz

Shell Olson hat am Fr, 03. Feb 2006 geschrieben:

 I'm stuck.
Maybe your internet- or mailservice-provider offers an access to the
mails by webbrowser?
That's the way you could find the mail of ctmdev including your pm-key.






Re: mailto body text encoding?

2005-10-22 Thread Rene Merz

Wayne Brissette wrote:


This is getting more and more interesting...

Here are the results of my quick testing:

[snip]

The (sometimes strange) behaviour of different mail clients (incl. PM)
can be compared with this list:
http://www.tandb.com.au/email/clients/
Very interesting too.






Re: mailto body text encoding?

2005-10-21 Thread Rene Merz

Am 21.10.2005 hat PowerMail Engineering geschrieben:

The normal case should be, that the body text is transfered *how_it_is*!
And just this is not the case with PM.

I have not thoroughly checked the RFCs recently about this point, but I
think nothing is specified for encoding non US-ASCII characters in a
mailto URL; and non US-ASCII characters in an URL are invalid, as there
is no specification of the charset they would use.

If PM would respect the mailto URL scheme of RFC 2368 (http://www.rfc-
editor.org/rfc/rfc2368.txt) then it would be possible to encode non-
ASCII-signs in the mailto-body into hexdec-signs with preceding %-sign.
But PM ignores it.







Re: mailto body text encoding?

2005-10-21 Thread Rene Merz

Would be nice if it would be that easy!

But the encoding Über with #220; stops all transfer-flow of the body
text just after that encoding; the rest of the mail text remains empty.

The reason is obvious: the ampersand-sign () is strictly reserved for
the codification of the mailto-string.
(See again RFC2368: http://www.rfc-editor.org/rfc/rfc2368.txt)

No, sorry, it remains a PowerMail-bug!
As I mentioned before, Apple Mail can handle incoming diacritic signs it
without any problem!


(Wayne Brissette wrote:)

Well, I learned something today. It's not a FM bug, but nor is it a
PowerMail bug. It's a STANDARDS issue. Check out RFC 2368, it seems that
you must encode the body= part of the mailto: according to the RFC. My
guess is that in the Apple Message Frameworks they are handling this for
you, which is why it works in mail.app, but not PowerMail. However if you
want to send a character like:
Ü or ß, you have to encode it. Thus you end up with:

Über = #220;ber
weißt = wei#223;t


Anyhow, check out the RFC: http://www.faqs.org/rfcs/rfc2368.html

I think you'll find it very enlightening.

Wayne

-Original Message-
From: Rene Merz [EMAIL PROTECTED]
Sent: Oct 20, 2005 12:41 PM
To: PowerMail discussions [EMAIL PROTECTED]
Subject: Re: mailto body text  encoding?

No it isn't a FileMaker problem at all!
It's a pure PowerMail-bug!
Doing the same with Apple mail.app it works fine! Diactrictic signs are
transfered as they are, no need to encode them.


This is a problem with FileMaker. I remember that at Apple we had to
write a bunch of custom email headers for the email in order to have
FileMaker do what we needed with non US-ASCII characters. I'll dig
through my old scripts and see if I can dig up anything, but I only have
access to the scripts I wrote and compiled as AppleScript files. Things
which I wrote and were included as part of FileMaker's custom scripts I
no longer have access to and I think that's where we ended up burying
that piece of code.

Wayne

-Original Message-
From: Rene Merz [EMAIL PROTECTED]
Sent: Oct 20, 2005 10:20 AM
To: PowerMail discussions [EMAIL PROTECTED]
Subject: mailto body text  encoding?

I abuse mailto for transfering mails from FileMaker to PowerMail and to
send them therefrom.

Example of the FileMaker(FM)-script:
--
mailto:FM_FIELD_ADDRESS?subject=
FM_FIELD_SUBJECTbody=FM_FIELD_MAILTEXT
--
Works fine.

Unfortunately PowerMail doesn't support from= in the mailto string
(unlike other programs so as Eudora, see http://www.tandb.com.au/email/
clients/).
Anyway.

-- The much bigger problem is: the diacritic signs (like the german
umlauts) come in a very strange form into the PowerMail mailtext.

Converting such signs into ASCI or Unicode code (with preceding %-sign)
couldn't help.

Is there a way to encode such diacritic signs in the body of mailto in a
form which PowerMail accepts?






Re: mailto body text encoding?

2005-10-21 Thread Rene Merz

No it isn't a FileMaker problem at all!
It's a pure PowerMail-bug!
Doing the same with Apple mail.app it works fine! Diactrictic signs are
transfered as they are, no need to encode them.


This is a problem with FileMaker. I remember that at Apple we had to
write a bunch of custom email headers for the email in order to have
FileMaker do what we needed with non US-ASCII characters. I'll dig
through my old scripts and see if I can dig up anything, but I only have
access to the scripts I wrote and compiled as AppleScript files. Things
which I wrote and were included as part of FileMaker's custom scripts I
no longer have access to and I think that's where we ended up burying
that piece of code. 

Wayne

-Original Message-
From: Rene Merz [EMAIL PROTECTED]
Sent: Oct 20, 2005 10:20 AM
To: PowerMail discussions [EMAIL PROTECTED]
Subject: mailto body text  encoding?

I abuse mailto for transfering mails from FileMaker to PowerMail and to
send them therefrom.

Example of the FileMaker(FM)-script:
--
mailto:FM_FIELD_ADDRESS?subject=
FM_FIELD_SUBJECTbody=FM_FIELD_MAILTEXT
--
Works fine.

Unfortunately PowerMail doesn't support from= in the mailto string
(unlike other programs so as Eudora, see http://www.tandb.com.au/email/
clients/).
Anyway.

-- The much bigger problem is: the diacritic signs (like the german
umlauts) come in a very strange form into the PowerMail mailtext.

Converting such signs into ASCI or Unicode code (with preceding %-sign)
couldn't help.

Is there a way to encode such diacritic signs in the body of mailto in a
form which PowerMail accepts?











mailto body text encoding?

2005-10-21 Thread Rene Merz

I abuse mailto for transfering mails from FileMaker to PowerMail and to
send them therefrom.

Example of the FileMaker(FM)-script:
--
mailto:FM_FIELD_ADDRESS?subject=
FM_FIELD_SUBJECTbody=FM_FIELD_MAILTEXT
--
Works fine.

Unfortunately PowerMail doesn't support from= in the mailto string
(unlike other programs so as Eudora, see http://www.tandb.com.au/email/
clients/).
Anyway.

-- The much bigger problem is: the diacritic signs (like the german
umlauts) come in a very strange form into the PowerMail mailtext.

Converting such signs into ASCI or Unicode code (with preceding %-sign)
couldn't help.

Is there a way to encode such diacritic signs in the body of mailto in a
form which PowerMail accepts?






Re: auto-redirect

2005-03-06 Thread Rene Merz

At 24.2.2005 Dr Dave wrote:

What is the best way to make a Mail Filter to auto-redirect the remaining
good email to a (different) email box for her to pick up with her Mac
OS 9 email program? What's the right type of Rule to use? Can I use an
Always rule criteria? Will that get everything that is left in the In
Tray after the spam is filed in the spam folder? 

The easiest way would be to install an exclusive mail-address for her own
at gmx.com or wherever. There from she can download her mails by her own
- which mail-program whatever she is using.
For mails to her coming-in on the (/your) actual account you simply have
to install a PM-filter of type automatic forwarding with forwarding to
her own account at gmx or wherever.





Re: Message window won't come to front [u]

2005-02-22 Thread Rene Merz

Am 22.2.2005 hat Bill Courington geschrieben:

OS X 10.3.6. A few add-ins: CodeTek Virtual Desktop, Net Monitor, LaunchBar.
Disable this, one after the other, and you will learn, where the problem
comes from.
CTVD is known as troublemaker with other programs.





Re: why does mark as unread delete answered info?

2005-01-13 Thread Rene Merz

Am 12.1.2005 hat listes geschrieben:

Today I marked as unread one such mail to which I just had sent a
quick reply (there were the blue arrow aside its title) and... the arrow
disappeared!
Yes it does - for ever.
Simply logical: Un unread message can't be answered ...

The better way would be to mark such mails with a level-colour:
command + 1 or 2,3,4,5 (choose colours in the preferences)





Re: Spellchecker that looks ahead?

2005-01-12 Thread Rene Merz

11.1.2005 Mikael Byström wrote:

Do anyone know of a PowerMail compatible spellchecker that have look
ahead capability while typing in any application? Look ahead means that
it's typing out a full word or even sentence and keeps changing it until
a key is pressed. Type example is the location bar in Internet Explorer
5.1.

Something similar:

http://www.versiontracker.com/dyn/moreinfo/macosx/24288
Systemwide, but not known if it works with PM.
But: You need to know icelandic language. ;-(

http://www.versiontracker.com/dyn/moreinfo/macosx/17961
Systemwide acces to the built-in OS-X-Checker.





Re: cannot send on some accounts?

2005-01-11 Thread Rene Merz

10.1.2005 Bob Parks wrote:

PM was working fine for me until about a week ago.  Since then, it will
not send on some accounts.  If I click send, there is nothing whatsoever
in the activity window.  Other accounts (including some on SMTP servers
that are now failing) continue to work fine.

I tried making a new account with the settings of one of the ones that
does not work, and it also does not work.

I can receive on all accounts with no problems.

Any suggestions?

Obviously a problem of your SMTP-login.
Check the password (if required) of SMTP and the SMPT-server name too.

When did you repair the User Rights last time?
Sometimes PM comes in trouble with passwords when the User Rights are faulty
(specially when in the identity of concerned accounts the option
password into keychaine [or similar expression in english] is active,
which should be).







Re: OSX103.7 anyone?

2004-12-20 Thread Rene Merz

Am 17.12.2004 hat [EMAIL PROTECTED] geschrieben:


Ever since I Combi-updated to OSX10.3.7, PM5.1 is acting slow.  Clicking
on a folder causes a few seconds of spinning beachball.

Before and after Combi-update, I repaired permission, ran fsck, dump sys/
usr caches as my routine.  None of other apps I use got any impact but
PM.  I have to find time to do PM FirstAid.

10.3.7 makes same special troubles.

Have a look at:
http://www.macintouch.com/panreader48.html#dec17
http://www.macfixit.com/





Re: problem with attached text files

2004-12-14 Thread Rene Merz

Am 14.12.2004 hat [EMAIL PROTECTED] geschrieben:

I face a strange problem with a collaborator who attaches text files to
his messages via Mozilla Thunderbird (Windows version) : Powermail puts
the content of the text file in the body of the message, I don't have any
attached file.

I suspect that Mozilla must not identify the MIME part as a Content-
disposition of attachment, so that PM does not have reason to believe
it is an attachment vs. an inline part.

It's a sender-problem (he should check the general preferences for
sending mails of his Mozilla).

First aid: Tell him to make a zip-file from the text-file and to send
this to you. I guess (I hope), his Mozilla will handle this in a
different way.





Re: Spammers Addresses, SpamSieve and Legal Email Lists

2004-12-13 Thread Rene Merz

Am 13.12.2004 hat [EMAIL PROTECTED] geschrieben:

First: I'm one of those who filters incoming spam by applying rules. The
problem now is that the phenomenon is increasing in volume and I would
like a software to help me do the job: how efficient is SpamSieve in
doing this?
It is very efficent.

Second: I've got about 400 email addresses of spammers active in the last
twelve months. Is there any use if I propose to share them with the
members of this community? And is this possible for the moderator of this
list?
No need. What for?
SpamSieve detects it in a short time.
Better you tell-it to http://www.spamcop.net/

Third question: I'm looking to purchase a list of email addresses for
commercial advertisement; can you eventually indicate a serious company
who provide such lists?
Anybody who sells email-addresses can't be serious at all!
Because there exists no register of email-addresses (different to post-
or phone-addresses), ALL of them are private!





Re: Filter options

2004-11-29 Thread Rene Merz

[EMAIL PROTECTED] wrote:

if (A || B)  (C)

Basically I want to check a message to see if the From line is one of two
possible email addresses. If it is, and if the subject contains a certain
keyword, to file the message into folder.  It looks like the filter
criteria can be strung together as ors or ands, but not a mixture.  

You make simply 2 filters:
1 for A with C
1 for B with C
both with the same action


I Agree that this would solve the problem, but if you had to satisfy a
request like:
if ( A or B or C or D) and (E or F or G or H)
you'd have to generate a good combination of single filters

In addition:
How to combine AND and OR operators in a single filter;
If you want to create a filter with a condition like this:  account is
work account AND (sender is John OR sender is Mark) you can create an
address book group or folder that contains John and Mark, then create a
filter like this:  [account] [is] [work account] [from] [is in group]
[friends]  execute if [all conditions are met]
Updated by PowerMail engineering on 12/06/2003
(http://faq.ctmdev.com/index.php?TOPIC_ID=17)
In case of names A,B,C,D and contents E,F,G,H it makes 4 filters only. ;-)







Re: Filter options

2004-11-29 Thread Rene Merz

Am 29.11.2004 hat [EMAIL PROTECTED] geschrieben:


if (A || B)  (C)

Basically I want to check a message to see if the From line is one of two
possible email addresses. If it is, and if the subject contains a certain
keyword, to file the message into folder.  It looks like the filter
criteria can be strung together as ors or ands, but not a mixture.  

You make simply 2 filters:
1 for A with C
1 for B with C
both with the same action





Re: printing

2004-11-26 Thread Rene Merz

[EMAIL PROTECTED] wrote:

Bring away the file Setup Database from directory Power Mail Files.
(Do not delet-it yet.)
Restart PM.

that did the trick, but then all my 'setup' stuff is gone of course. any
way to re-import it? i didn't delete it because i use it now ;)

Don't worry! You will not loose important things, specially *not*
accounts, directories, filters, mails.

Mabye you loose some preferences like display-font for the mails and
other not important things. Check the preferences (menu PowerMail). 





Re: Feature request: Reply to list command

2004-11-25 Thread Rene Merz

Am 25.11.2004 hat [EMAIL PROTECTED] geschrieben:

But if list daddies or moms are too lazy to format the list in a proper
way - why PM should do the work of them?

For the benefit of PM users?

I read several (good working) lists and have no need for.
Ask your list administrators to do a better job! ;-)





Re: PM quits unexpected - IMAP

2004-11-24 Thread Rene Merz

Am 24.11.2004 hat [EMAIL PROTECTED] geschrieben:

just yesterday I have upgraded from PM 4 to 5.1 and already today I have
noticed a bug or something similar. And I am able to reproduce it. 

I am connected via IMAP to my mail account and try to move a message from
the local intray to a folder on the imap-server. Powermail quits after a
few seconds. 

Any ideas? 

Did you repair the user rights on the harddisk after upgrading to PM 5.1?
Maybe you lost temporarely the acces-rights.





Re: Email lists with PM?

2004-11-22 Thread Rene Merz

Am 22.11.2004 hat [EMAIL PROTECTED] geschrieben:


Hi - I have a number of lists (50-200 names) of people I need to contact
sporadically. 

What are the best options for this kind of list management with PowerMail?

I want to avoid putting them all, individually, into the Apple Address
Book and then loading them into groups.

But why not? This would be the very best way!

If you dislike to have the group(s) inside of your addressbook, make-it
like this:
Build group(s), after this drag'n'drop the group(s)-icon to the desktop
or somewhere else - now, all addresses are exported.
As soon as you need one of the group, make the same in the reverse way -
now all addresses will be re-imported into the addressbook.






Re: Paste Address function

2004-11-12 Thread Rene Merz

Am 11.11.2004 hat [EMAIL PROTECTED] geschrieben:


One little utility that would be useful to me a paste-address contextual
command. I frequently find myself needed to type somebody's email address
into the text of the a message. I end up go up to the address box and
entering the name, the cutting and pasting it into the text and the
deleting it from the address box. It would be much less klunky to have a
contextual menu item called PASTE ADDRESS that would bring up a scrolling
menu of email addresses and I can select one or more and have them pasted
into the body.

Well you have this copy'n'paste - with the Apple Addressbook!

Open it while you're in PowerMail (I hope you have the Addressbook-icon
in the menu-icon-part?).
Go to the address you want to copy.
Go to the icon of this address (the little profile-face).
Take it with the mouse and bring it into your mail-text.

You got-it?






Re: Search spams

2004-10-27 Thread Rene Merz

Am 27.10.2004 hat [EMAIL PROTECTED] geschrieben:

Is there a way to search messages by spam status ?

You don't have a Spam directory, where as Spam filtered mails go into?







Re: manual connecting

2004-10-14 Thread Rene Merz

Am 13.10.2004 hat [EMAIL PROTECTED] geschrieben:


i have six accounts that i have set up, but when i try to download via
connect again or connect, i get in the bottom right corner that it's only
checking five. the scheduling option does check all six, but it's a
little annoying that manual connecting is only getting five. anyone else
have this problem, or maybe a solution?

Click on the send sign AND press the alt key.
Then you will see the options connect again and connect.
Choose connect and you will have the list of all your accounts.
Activate those you want to have connected allways by pushing the connect sign.
That's all.





Re: How to delete a folder?

2004-10-06 Thread Rene Merz


Writing this, I was dreaming of a real deleting folder function, not just
an other way to transport folders to trash. ;-)

move everything from your trash to a another folder, put the deleted
folder in the trash and use the empty trash command, put your other trash
back in the trash

Cool idea, Pat, it works.
Thank you! ;-)





Re: How to delete a folder?

2004-10-06 Thread Rene Merz

Am 6.10.2004 hat [EMAIL PROTECTED] geschrieben:


There is also no possibility to delete a mail folder outside of trash.

There's always: select folder - Cmd-Backspace - Click Yes

Mmh ... that's not really deleting it, it brings it only to trash.
But inside of trash there is no possibility to delete it for ever.
(I don't like the empty trash-function, because it deletes all at once.)

Maybe PM-developers could invent a solution in the menu by adding a new
sub-submenu for the submenu folder (after new folder new subfolder
new folder name the addition: delete folder)?
That would be more clear perhaps, but it could also be very dangerous
even with a dialog. Clicks and keyboard shortcuts are qued and executed.

Writing this, I was dreaming of a real deleting folder function, not just
an other way to transport folders to trash. ;-)








Re: How to delete a folder?

2004-10-06 Thread Rene Merz

Am 5.10.2004 hat [EMAIL PROTECTED] geschrieben:


How can I delete this empty mail folder for ever? (Of course, immediate
deleting of messages by the special script does not work for it.)



Using Empty Mail Trash from the PowerMail menu doesn't delete that
folder from the Trash?

Maybe it does. I will try if there is no other solution, but I've a 1-
month-schedule of automatic delete of the trash.

By the way:
There is also no possibility to delete a mail folder outside of trash.
Maybe PM-developers could invent a solution in the menu by adding a new
sub-submenu for the submenu folder (after new folder new subfolder
new folder name the addition: delete folder)?





Re: Deleteing Messages in Trash

2004-09-28 Thread Rene Merz

Am 28.9.2004 hat [EMAIL PROTECTED] geschrieben:


Larry Samberg wrote:

a command that would let me do it manually would suffice

The same command as the Finder uses:

 Shift-Command-Delete
(Shift-Command-Backspace on some keyboards)

Does NOT work in the trash folder!






Re: Deleteing Messages in Trash

2004-09-28 Thread Rene Merz

Am 28.9.2004 hat [EMAIL PROTECTED] geschrieben:

I am quite pleased with the feature added in release 5 that deletes
messages from the trash after 'n' days. I really needed this capability.
The fact that it is 'n' days after I move it to the trash rather than 'n'
days after I received it makes it even better.

But, of course, that won't keep me from requesting that it be made even
better :)
Is there any way to trigger this without my having to actually QUIT
powermail. In normal operation I don't quit very often so the trash tends
to build up. A background process that ran on a timed basis (every hour,
every 6 hours) that performed this function would be nice. Alternatively,
a command that would let me do it manually would suffice (I assume the
EMPTY TRASH command deletes everything).

The Script Delete Message Immediatley delets the activated messages
only, wherever they are (inside or outside the trash directory).
Menü Scripts (the AppleScript sign, before last one on the Menu, which is
Help).






Re: My sender addresses of different accounts for reply

2004-09-16 Thread Rene Merz

[EMAIL PROTECTED] has written:

in the same tab (locations), did you fill those fields, use always smtp
server  ?
No, I didn't, because of this:
Each of my accounts on it's specific mail server gets automaticly
redirected to a somehow hidden central account where from I download
all mails at once.

And this main account opens also the SMTP gate for all replies.
(I know, that this central account SMTP source will be written into each
mail header information of my replies, but it doesn't matter, as long as
my reply to address is the concerning one.)

I have also several accounts and when I press the reply button always the
right account is used, so you must do something different then.

So I will try the script solution proposed by Pat.
But it will take a while until I can check-it out.

Thank you anyway!






My sender addresses of different accounts for reply

2004-09-16 Thread Rene Merz

I have several mail accounts. Let's call them A, B, C ...
They differ by names or/and my jobs.
For all exist different sender addresses and mail accounts.

A is the main-account (first on the account list).

When a mail comes-in to account B and I reply it, in my answer mail PM
fills-in as standard my sender address of the main-account A.
In some cases this is unwelcome and, of course, I can correct-it manually
by choosing the concerned account.
But I have to watch-out strongly!

I did'nt find out how to persuade PM for all reply cases to fill-in by
standard my sender address of the concerned mail account: A only for
replies to mails went to A, B for B, C for C ...

Is there a way?






Re: How to delete non-deleted trash content?

2004-09-14 Thread Rene Merz

[EMAIL PROTECTED] has written:

According to my PM preferences, mails in the trash directory should be
deleted after 30 days. Most of them get deleted - but not all! Some are
resisting since months, I don't know for what reason.

Is there a way to delete manually such undeleted trash?


Two reasons as far as I am aware
1 the mail existed in a previous version of PM 
2 the delete only starts counting from when you put the item in the
trash, not when you eeceived it

I use a script to delete such messages - 'delete message immediately'

This script helps! Thank you!





Re: How to delete non-deleted trash content?

2004-09-14 Thread Rene Merz

[EMAIL PROTECTED] has written:

Is there a way to delete manually such undeleted trash?


?$)A%`??
Shift - Command - Delete

This command delets *all* in the trash directory.
Not helpful.





How to delete non-deleted trash content?

2004-09-14 Thread Rene Merz

According to my PM preferences, mails in the trash directory should be
deleted after 30 days. Most of them get deleted - but not all! Some are
resisting since months, I don't know for what reason.

Is there a way to delete manually such undeleted trash?






Re: Linking SpamSieve

2004-09-14 Thread Rene Merz

[EMAIL PROTECTED] has written:

Recently I've had to manually locate SpamSieve every time I launch
PowerMail.  I put the updated SpamSieve (2.2) in the PowerMail (5.0.1)
folder.  What else does it want?
Update to PowerMail 5.0.2b1

Or (for PM 5.0.1 only):
Open SpamSieve in Get Info and change the name to SpamSieve.app. Even
if it already says this.
Looks very voodoo, but it helps





Re: PowerMail won't send

2004-09-12 Thread Rene Merz

Am 11.9.2004 hat [EMAIL PROTECTED] geschrieben:


Trying to Send Waiting Messages gives me an error on the smtp server.
If so, you already have had a connection.
That's why it seems not to be a PM-problem, but something with your SMTP
configuration or password (on PM!); check seriously the accounts
configuration!
And maybe too: Refresh the user rights on your mac (with the harddisk
service tool or a program like OnyX)!

The error message was of what kind?

Have tried multiple accounts, multipe servers, with no luck.






Re: HOTMAIL? FAQ?

2004-09-09 Thread Rene Merz

Am 9.9.2004 hat [EMAIL PROTECTED] geschrieben:


Hi, hopefully 3rd time asking is the charm... :-) 

Is there a way, or a FAQ instruction, on logging in to a Hotmail account
with Powermail?  Entourage sets it up for you automatically, so the info
is hidden...

What you have to fill-in into the POP or/and SMTP field, is a bit
different from mailserver to mailserver.
So best would be that you login (by web browser) to your hotmail account
and search there for the instruction you need.






Re: dealing with 'where is SpamSieve'

2004-08-27 Thread Rene Merz

Am 27.8.2004 hat [EMAIL PROTECTED] geschrieben:


4) Open the Spam Scripts folder and the SpamSieve - Evaluate.scpt
file therein.  (note: the script will open in Script Editor)

Which does not exist in my Spam Script folder!

The PowerMail Additions are only this 4 scripts:
SpamSieve - Move If Spam
SpamSieve - Label If Spam
SpamSieve - Add Spam
SpamSieve - Add Good

Anyway, Andy Fragan's voodoo method (recently reported again by Karsten
Liere) is the easiest and the best!





Re: Again: PM in search for SpamSieve

2004-08-03 Thread Rene Merz

Am 3.8.2004 hat [EMAIL PROTECTED] geschrieben:

again PM forgot the location if his mate SpamSieve. 

Since my former fix - deleting all cache files using Onyx - isn't working
this time, I was trying to remember one of the other methods. As far as I
recall, AppleScript was involved, but I can't remember what exactly was
to do. 

Well, the one and only method is the vodoo method, which was posted by
Andy Fragan:

Open SpamSieve in Get Info and change the name to SpamSieve.app. Even
if it already says this.

Activate the icon of the (closed) program SpamSieve, than Apple + I, and
write again the name of the application with the suffix .app at the same
place where it's already written.
?
This really helps! For ever!





Re: Sent Tray

2004-07-29 Thread Rene Merz

Am 29.7.2004 hat [EMAIL PROTECTED] geschrieben:

Of course,
creating a new folder to store sent messages shows only from who
message's been sent (and that is obviously always me) but not to who,
like it is in Out Tray (and Sent tray).
You can choose all items to be shown in any folder you like.
(That's really very fine in the new PM!)
Go to the folder you want, choose Presentation-Options from the menubar.
Make an option for all the items you want to see in that folder. That's it!
So, of course, in the folder sent you will activate to ...





Re: Boneheaded Question

2004-07-17 Thread Rene Merz

Am 17.7.2004 hat [EMAIL PROTECTED] geschrieben:


Am 17.7.2004 hat [EMAIL PROTECTED] geschrieben:

I'm new to this list, and new to Powermail. Please forgive my 
ignorance, I'm trying the program out just now. I have been using 
Entourage in the past, but I need something that will support the 
services menu so it can communicate with Daylite CRM software.

The problem I have is that I can't seem to find a Sent Items folder 
anywhere, or any way of creating one. I can't imagine that that an 
email client this powerful wouldn't have one, and I'd rather not have 
to Cc everything to myself.

Anyone out there know how to get this happening? Or is there something 
glaringly obvious that needs pointed out to me?

As soon as you'll send a message, that folder will be created by PowerMail.
Try to send a message!

Oups, sorry! This was the wrong answer.
You have to create your own a folder Sent.






Re: Boneheaded Question

2004-07-17 Thread Rene Merz

Am 17.7.2004 hat [EMAIL PROTECTED] geschrieben:

I'm new to this list, and new to Powermail. Please forgive my 
ignorance, I'm trying the program out just now. I have been using 
Entourage in the past, but I need something that will support the 
services menu so it can communicate with Daylite CRM software.

The problem I have is that I can't seem to find a Sent Items folder 
anywhere, or any way of creating one. I can't imagine that that an 
email client this powerful wouldn't have one, and I'd rather not have 
to Cc everything to myself.

Anyone out there know how to get this happening? Or is there something 
glaringly obvious that needs pointed out to me?

As soon as you'll send a message, that folder will be created by PowerMail.
Try to send a message!





Re: SpamSieve not found

2004-07-12 Thread Rene Merz

Am 12.7.2004 hat [EMAIL PROTECTED] geschrieben:

Did you trash the Spam Sieve preferences as someone suggested ?

Unfortunately this helps for a short while only.
After several startups without the problem now it went back again.

It IS a bug with thos PM 5.01!




Re: PM5.01 doesn't remember where spamsieve is

2004-07-05 Thread Rene Merz

Am 5.7.2004 hat [EMAIL PROTECTED] geschrieben:

these things usulay work:
make sure zou have only one copy of SpamSieve on your hard drive
make sure this copy is in the application folder.


Thank you.  I had spam sieve as a subfolder in the PowerMail folder.
Moving it to its own location in the application folder solved the problem.

It helps perhaps for a little while only.
With one of the next start-up you'll will get the same question again:
Where is SpamSieve.

What REALLY helps is:
Shut down SpamSieve (and PowerMail).
Erase the file:
user/Library/Preferences/com.c-command.SpamSieve.plist
And the folder
user/Library/Preferences/Application Support/SpamSieve

Restart SpamSieve. You need to declare the Serial Number again! (Menu
SpamSieve: Purchase: Name  Serial Number)
Renew the preferences (Menu SpamSieve: Preferences).
Shutdown SpamSieve.

Restart PowerMail.
Go there to the folder Spam. Activate all Spam-Mails at once (Command +
A) and mark all this mails as Spam (even if they are marked as Spam
allready) --- now SpamSieve will open in the background and learn again
your Spam-marks.

That's it.
From now SpamSieve will open in the background as it did with PM 5.0




Re: PM5.01 doesn't remember where spamsieve is

2004-07-05 Thread Rene Merz

Am 5.7.2004 hat [EMAIL PROTECTED] geschrieben:

these things usulay work:
make sure zou have only one copy of SpamSieve on your hard drive
make sure this copy is in the application folder.

if this doesn't work, clear the System Cash with some Tool like Yasu or
Cocktail 

I did so too (with OnyX), but it didn't help at all.
Problem persits.




Re: SpamSieve not found

2004-06-29 Thread Rene Merz

Am 29.6.2004 hat [EMAIL PROTECTED] geschrieben:

Put SpamSieve to the Application Folder.
That should work ...

All the best

Matthias

It does definitly not! Different to PM 5.0
Since PM 5.01, the program is allways (means: once after mounting) asking
where SpamSieve is.

Seems to be a bug.




Re: Impossible to launch PM 5 as a simple user

2004-06-12 Thread Rene Merz

Am 12.6.2004 hat [EMAIL PROTECTED] geschrieben:

Mac OS X 10.3.4

I'm trying to install PM5, within a simple user session. It doesn't work :-(

Changing my session from user to admin I was able to install and to
launch PM5.

After switching back to my user session I am unable to launch PM 5 !
(error about privileges)

I don't want to change the level of access of this user.

Do you have found a way to make PM5 working with such privilege ?

Best would be to clean-up (rebuild) all user-privilegs (should be done
from time to time).
You can do it with the harddisk-serviceprogram (part of OS-X-service-
programs) or with a tool like OnyX (http://www.titanium.free.fr/),
which is very good!

After restart PM 5 should work ...




Re: Import Failures

2004-06-07 Thread Rene Merz

Am 7.6.2004 hat [EMAIL PROTECTED] geschrieben:

One should NEVER put data files along the application. What if you update
the application and have forgotten where your data is?

I do NEVER forget it. ;-)
Because I collect that very special kind of data file allways with the
application to which it belongs.
(But, of course, I do not collect word-files in the word-application-
directory.)




Re: Import Failures

2004-06-07 Thread Rene Merz

Am 6.6.2004 hat [EMAIL PROTECTED] geschrieben:

I am finding that I am unable to import large numbers of files in PM5;
has anyone attempted this, and if so with what results?

What I am trying to do is take some of my older messages and put them in
a new user environment (ie, DB) for searching as needed (mainly to get
rid of false hits).

The steps I took were:

1. Select folders to export

2. Export in PowerMail exchange format

3. Create new DB (user environment)

4. Import:

Trying to import an entire folder (top option) results in an error
after the first file has been processed.

Trying to import the files one at a time causes PM5 to crash after
about the 6th file.


Also, I thought PM was supposed to export a folder and all of it's
subfolders when exporting... but I only get the top folder. Is this
correct? If so, it's an oversight that should be corrected. Having to
select a few hundred folders individually is a real pain.

I guess you're speaking about exporting from PM 4, importing to PM 5?

The most easiest way is:
Look for the directory PowerMail Files on your harddisk.
Usually you'll find it here: user/documents
If you're the one and only user of PM on your Mac, place this folder into
the PowerMail-program-folder (if there would be an other one with the
same name, first delete this one).
If there are several users, drag the PowerMail Files-Folder icon on the
PowerMail-program-icon, so that PM can learn where this folder is.

Now you'll have not only all your mails, but also accounts and filters at
your disposition in PM 5




SpamSieve: automatic quit?

2004-06-05 Thread Rene Merz

Is there a way to let quit SpamSieve somehow automaticly while
PowerMail 5 shoots down?

When closing PowerMail, SpamSieve remains open. Would be nicer if
SpamSieve would close at the same time.
Maybe it works with an AppleScript? But I'm not a good script-writer. ;-)




Re: PM 5 - how to change the date sorting style?

2004-06-05 Thread Rene Merz

Am 5.6.2004 hat [EMAIL PROTECTED] geschrieben:

Am 5.6.2004 hat [EMAIL PROTECTED] geschrieben:


How can I proceed to change the (sent or received) date columne in the
opposite style of sorting?

On PM 5 (different to PM 4!) the date-column remains on sorting the dates
with the latest on the top and the newest at the bottom - regardless how
often I do click on the column-title.

By upgrading from PM 4 to PM 5 it was at the beginning like it was on PM
4 (newest first, oldest latest). But then, for a check, I changed the
sort style - and now it does not change back again.

Use the triangle to change this. Just like in Finder.

What about triangle?
I don't understand the answer.

Oooh... now I did! this triangle on the scroll-part!
It works!
(On PM 4 it worked by clicking into the date-column-title.)
Thanks!




PM 5 - how to change the date sorting style?

2004-06-05 Thread Rene Merz

How can I proceed to change the (sent or received) date columne in the
opposite style of sorting?

On PM 5 (different to PM 4!) the date-column remains on sorting the dates
with the latest on the top and the newest at the bottom - regardless how
often I do click on the column-title.

By upgrading from PM 4 to PM 5 it was at the beginning like it was on PM
4 (newest first, oldest latest). But then, for a check, I changed the
sort style - and now it does not change back again.

I have to scroll all the time! *gr*




Re: dock menu always says 'force quit'

2006-08-19 Thread Rene Merz

Rick Lecoat wrote:

No, no Alt key. Just a simple ctrl-click (actually a right-click with my
2-button mouse). As an idiot-test I also tried the normal-click-and-hold
which also calls the contextual menu for the dock item, and that also
shows Force Quit.

I think that it could have to do with the programing of the buttons of
your mouse.






Re: dock menu always says 'force quit'

2006-08-19 Thread Rene Merz

Rick Lecoat wrote:

and
yet right-clicking on the dock icon still gives me the disconcerting
option to Force quit, as if the app had hung.

Do-you press the alt key too when clicking into the dock icon?
Then it offers allways force quit.
quit is given with mouseclick and mouse key down only or with mouse
click + ctrl key







Re: PowerMail Crashes after moving to newer Mac

2006-08-18 Thread Rene Merz

C. A. Niemiec wrote:
How do I get it to CTM. I've not had any luck contacting them.

From the menubar:

Help  Send a Message to PowerMail Support...

;-)
How could-he when PM crashs?

Try [EMAIL PROTECTED]






Re: PowerMail Crashes after moving to newer Mac

2006-08-18 Thread Rene Merz

Art Wheat wrote:

Hello:
I've had a terrible time getting PowerMail to work on my new Mac. It 
will launch OK but when I open most other windows within the application 
it crashes.

Any words of wisdom or help from someone who has had similar problems 
would be greatly appreciated.

I'm running on a G5 iMac
2GB of RAM
Mac OS X 10.4.7 (8J135)
PowerMail 5.2.2 with SpamSeive 2.4

We are on PowerMail 5.2.3 an SpamSieve 2.4.4
You should make an update.

Ever repaired/updated the User Rights? (-- HD Serviceprogram or OnyX or
similar Tools)

If it doesn't help: Try a new installation of PowerMail







Re: PM Discussion list

2006-10-04 Thread Rene Merz
Sead Lejlic hat am Mittwoch, 04. Oktober 2006 geschrieben:

Obviously I am not at all THAT much respected man, otherwise this  
situation would be promptly solved.

are-you sure that the email-address from which you send the unsubscribe-
mail is the same as your address at mac.com?

did-you try too to unsubscribe with this form:
http://www.ctmdev.com/support/main.php?main.php?S=mailing




Re: exchange-server?

2007-02-08 Thread Rene Merz
Per Åström hat am Donnerstag, 08. Februar 2007 geschrieben:


Hi, I recently changed employer and will from now on be using and
Exchange server for my business email. Any suggestions on how I continue
using Powermail with such a setup?

What is an exchange server? Pls tell more about.




Re: Displaying actual email address not name

2007-03-13 Thread Rene Merz
Leonard Morgenstern [EMAIL PROTECTED]:

 I have the same problem in reverse. I have several mail accounts and
 sometimes want to know which one is the source of a given message. I
 click on Show Full Header under the view menu and plow through the
 long listing to find it.

But the easiest way would be to create a own folder for each mail account
and to install an individual incoming filter for each of it (of the type:
send mails with TO-address [EMAIL PROTECTED] to the folder XYZ).

The additional benefit of this is that you will named automatically as
sender with your mail address of that specific account whenever you reply
to a mail which went-in into the concerned account-folder.




Data bug in forward messages

2007-05-21 Thread Rene Merz
The header, integrated in the text body, of messages which are ready for
forwarding has a little bug:

The sending and receiving datas shows allways the same day and the same
time - which cannot be.




Re: Length of line and threaded view

2007-05-25 Thread Rene Merz
Roland Kayser hat am Donnerstag, 24. Mai 2007 geschrieben:

- how to set the number of characters after which the text is wrapped

Have a look at
http://www.selznick.com/products/smartwrap/mac/index.htm
Includes a wrapping-script for PowerMail.

An other way is to search the web for text wrapping applescript and to
find a script which you can integrate into PowerMail Scripts (Menu
Scripts -- Make New PowerMail Script)
(http://www.google.de/search?hl=dea
s_qdr=allq=text+wrapping+applescriptbtnG=Suchemeta=)




Re: Setting Criteria Before Sending Messages

2007-05-29 Thread Rene Merz
Giovanni Andreani hat am Dienstag, 29. Mai 2007 geschrieben:

Hello, I'm back to this list after a long absence.
I would like to know if there's any way to avoid PM from sending messages
unless certain conditions are met?
For instance, when I send a message to a list it is some times important
to have all the recipients changed to BCC. If one forgets to change the
recipient's setting from TO to BCC, I would like PM to alert me and not
send any mail.
Is this task possible? Thank you in advance.

Sure, with a filter for outgoing messages.
There is an option: Receiving mode is not blindcopy.
Action: alert




Re: Setting Criteria Before Sending Messages

2007-05-30 Thread Rene Merz
Maybe you can get-it in a tricky way, Giovanni:

Try to create a new SMTP-account with a possible but not existing address
of a fictional mail-host.


Conditions
If number of recipients   To or CC  1
Receive mode is not BCC

Actions
Display Alert  No BCC Set!
Set Account (choose the fictional account) 
Move message into folder   Folder Name

(Of course, PM will produce an error message.)


When all conditions are met, the alert displays correctly, but even if I
 don't close the alert window, after a few seconds the message is sent.

Giovanni


Giovanni Andreani hat am Dienstag, 29. Mai 2007 geschrieben:

Hello, I'm back to this list after a long absence.
I would like to know if there's any way to avoid PM from sending messages
unless certain conditions are met?
For instance, when I send a message to a list it is some times important
to have all the recipients changed to BCC. If one forgets to change the
recipient's setting from TO to BCC, I would like PM to alert me and not
send any mail.
Is this task possible? Thank you in advance.

Sure, with a filter for outgoing messages.
There is an option: Receiving mode is not blindcopy.
Action: alert








Re: Data bug in forward messages

2007-06-06 Thread Rene Merz
Tim Lapin wrote:

Well, that seems to not be the case as I changed to english and I still
only see one line in *forwarded messages*. Go figure.


In short, I'm puzzled as to why Rene would have his problem and why you
have yours.  Go figure indeed. :-)

Seems that this little bug occurs only in the german version of PM.




Re: annoying problem with power mail

2007-07-13 Thread Rene Merz
Mikael Byström hat am Freitag, 13. Juli 2007 geschrieben:

It's very normal that the Name-field ist activated first. There you can
write-in the mail-address (if you don't know or don't like to write a
name) - after the mail-address-field will be filled automatically.

The subject field is activated first for me running under the english
language.

Sure, for me too. But in the address-section it's the name-field.




Re: annoying problem with power mail

2007-07-13 Thread Rene Merz
Moritz Majce wrote

i put a screenshot on http://www.monokultur.com/pm/problem.jpg

Sorry, but this shot doesn't help to understand the problem.
Could you please show it with filled-in (fictive) name and/or mail-address?

Anyway your Mail-Window looks strange.
I miss the column-names (in german=: Als [for To/CC/BCC] and Name and
Konto: [for your account] as well).

Seems that you should make a new installation of PM.

By the way:
It's very normal that the Name-field ist activated first. There you can
write-in the mail-address (if you don't know or don't like to write a
name) - after the mail-address-field will be filled automatically.







Re: annoying problem with power mail

2007-07-14 Thread Rene Merz
Moritz Majce hat am Samstag, 14. Juli 2007 geschrieben:

http://www.monokultur.com/pm/1.jpg

this is how it looks like when i click the reply-button the first time.

http://www.monokultur.com/pm/2.jpg

this is how it looks like after i closed the window and then re-clicked
the reply-button.

it has nothing to do with language settings or intel/ppc.

This pictures were helpful!

I guess it could have to do with the used font.

Try to play with. (I use Verdana for the list letters.)

Here (german version):
PowerMail/Einstellungen/Anzeige/Eigene Schrift für die Listendarstellung
(should be activated, then choose a font [or a different one])

(The font for the lists has effects also to the letters in that boxes.)




Deleting filter doesn't work

2008-01-18 Thread Rene Merz
I've two deleting filters: one for the directory Spam, the other for the
directory Trash.

Both should delete messages older then 60 days.

Both don't work in a reliable way. Few times PM did announce while it
opened, that it works-out this filters, but most of time I have to do-it
manually, selecting messages older then 90 days and deleting them with
the script Delete Message Immediatly.




Re: Deleting filter doesn't work

2008-01-19 Thread Rene Merz
Suppelement (at the end):

MB wrote:

I've two deleting filters: one for the directory Spam, the other for the
directory Trash.


Unless you also give us the names of the actual scripts, download links
even better, it's hard to help you on this problem.


I have Delete Aged Messages v1.2. This is one of them?

It's just the PowerMail Apple Script Delete Message Immediatly.

It is to find here:
mac/program/PowerMail(programpack)/Contents/MacOS/PowerMail Additions/
PowerMail Scripts/Apply to selected messages/Delete Message Immediately.scpt

I was assuming here you used a script for evaluation. But I see now you
write filter. This means you set up only a filter doing this?
How has it been set up? Can you describe all the steps? How is it triggered?

I did a quick test with a selection of 7 messages and this filter:

Folder is [MyFolder]
Date is older than [20] days

Move messages to [Trash]

This is my filter:

Folder is [Spam] (resepectively [Trash] in the other filter)
Date is older than [60] days

Execute Apple Script [Delete Message Immediately]


and it worked nicely with manual trigger on the _selection_ of messages.
Without a selection however, it didn't work. Could this be part of your
problem? A filter has to work on something and that something is
naturally a part of the trigger.

Oh, I have to select them _manually_? (Which I do most of time!) What
for I need then a filter?
Is PM not able to check and execute such a deleting filter during the
starprocess of the program? (But: some few times it did-it!)

Correction:
When it did-it well, then not during the startprocess of PM but with
after starting the mailserver connection procedure.





Re: Deleting filter doesn't work

2008-01-19 Thread Rene Merz
MB wrote:

I've two deleting filters: one for the directory Spam, the other for the
directory Trash.


Unless you also give us the names of the actual scripts, download links
even better, it's hard to help you on this problem.


I have Delete Aged Messages v1.2. This is one of them?

It's just the PowerMail Apple Script Delete Message Immediatly.

It is to find here:
mac/program/PowerMail(programpack)/Contents/MacOS/PowerMail Additions/
PowerMail Scripts/Apply to selected messages/Delete Message Immediately.scpt

I was assuming here you used a script for evaluation. But I see now you
write filter. This means you set up only a filter doing this?
How has it been set up? Can you describe all the steps? How is it triggered?

I did a quick test with a selection of 7 messages and this filter:

Folder is [MyFolder]
Date is older than [20] days

Move messages to [Trash]

This is my filter:

Folder is [Spam] (resepectively [Trash] in the other filter)
Date is older than [60] days

Execute Apple Script [Delete Message Immediately]


and it worked nicely with manual trigger on the _selection_ of messages.
Without a selection however, it didn't work. Could this be part of your
problem? A filter has to work on something and that something is
naturally a part of the trigger.

Oh, I have to select them _manually_? (Which I do most of time!) What
for I need then a filter?
Is PM not able to check and execute such a deleting filter during the
starprocess of the program? (But: some few times it did-it!)





Re: Deleting filter doesn't work

2008-01-19 Thread Rene Merz
MB wrote:

When it did-it well, then not during the startprocess of PM but with
after starting the mailserver connection procedure.


I think what you want is a script that is regularly initiated by Cron
(set by the app Cronnix for example) or similar and that checks the
content of specific folders, one at a time, and set the folder contents
as the selection for processing.

The filters are mainly there for incoming messages,

Not all of this filters. Because it would not make any sense to have
filter-tools which can do an action (put to trash folder f.i.) after an
amount of days.
Incoming messages do not have any amount of days - they are all of one
day only.

that by nature are
new not old and for manual selection and processing. It's also possible
that a script could startup a filter for processing, but I have had
difficulties myself giving the filter a set of messages as a selection.
So I'd rather do it in the script alone. 

Anyone know a way on how to feed a filter a set of messages as a
selection at will?





Re: Deleting filter doesn't work - Conclusions

2008-01-24 Thread Rene Merz
MB wrote:

These results also mean that most likely my earlier postulated theory
is true. Which was:
that all filter conditions only apply to messages that are incoming from
the current connection or that have been selected with the filters
performed from the Mail menu and not for messages that have been fetched
already.

And how do you explain the fact, that you can choose the condition for a
(non-manually started filter!):
Date is older than X days?

This filter-condition doesn't make sense at all!





Re: PowerMail 5.6.3 crashing on New Message?

2008-03-03 Thread Rene Merz
Ulrik Larsen wrote:

I just upgraded from PowerMail 3.1.3 to 5.6.3 and everything is working
fine, except that I can't send any kind of letter, PowerMail 5.6.3
crashes right away.

I've tried to create a totally new enviroment, and it still crashes when
doing a New Message or doing a Reply on a recieved letter..

Also, when doing Text Signatures, clicking in the text field for the
signature, the application crashes..!

What could be wrong?  Everything else works flawless on my Mac OS 10.3.9,
i'm also a mac supporter, so my system is maintained as it should be..  I
have no other crashes like those above..

Ever tried to repair first the whole database?

alt + apple during program start




Re: Deleting select mails from server

2008-03-20 Thread Rene Merz
Sean McBride wrote:

[...]

I use POP
not IMAP (ISP doesn't provide IMAP)
Oh yes, it does!
See: http://www.netfaqs.com/faqs/settings.asp?bisp=ISP.comtheurl=http%
3A%2F%2Fwww%2Eisp%2Ecom E-mail:
Sending all e-mails by IMAP is today state-of-the-art (state-of-security).






Re: Vervallen mailadres

2008-03-24 Thread Rene Merz
Is there perhaps a list administrator who's able to delete that mail address?

Wegens spam is ons oude mailadres ([EMAIL PROTECTED]) niet meer in
gebruik. Berichten verstuurd naar dit adres worden niet meer door ons
gelezen. Wilt u Option One per mail bereiken, dan kunt u het woord
'informatie' gebruiken voor het apestaartje in plaats van info. 

Met vriendelijke groet,
Option One
Angelo Spiler
Postbus 51031
1007 EA  Amsterdam
tel: 020-6380821










Re: spotlight index

2008-04-07 Thread Rene Merz
Bertrand Soubeyrand hat am Montag, 7. April 2008 geschrieben:

- If I search using spotligth I'll probably found messages that
include what I search.
- Now if I open a powermail message from the list of answers,
powermail opens the message so I can read it.

Note this: messages on server are deleted after 30 days
At the next connection ALL messages are call from the server but it
seams that some of then are note. A huge mess.

I don't understand why you are searching with spotlight for mail-messages.
But PM has his own powerful search-tool.

(Spotlight is too unpredictable for me, that's why it's completely off
on my Mac.
On Finder-side i still prefer smart search-tools like EasyFind.)

Btw: I don't understand ... but it seams that some of then are note. Notes?

After how many days messages on the mailserver get deleted depends on
your preferences
a) on the server itself
b) on PM (option: message deleting = deleting on the server too)




Missing open message item

2008-07-29 Thread Rene Merz
While I had some severe problem with the doubleclick function of all my
mouses I detected, that PM has no button or menu item for opening a
listed message in its own window - which is default in all other Apple
programs.

The only way to open a listed message in its own window is by double
click this message on the folder list.

Of course by enlarging the message-detail window downside of the folder
list I found a way to read the message in a adequate way - but the
possibility to open a message in his own window should be possible too -
by menu item and/or button.

This as a suggestion for the next update.




Re: Missing open message item

2008-07-29 Thread Rene Merz
Christian Roth hat am Dienstag, 29. Juli 2008 geschrieben:

The only way to open a listed message in its own window is by double
click this message on the folder list.

For me, hitting Return while the message is selected also works.

Thanks, it does.
But why do-you knew-it?




Eudora Powermail Converter?

2008-08-07 Thread Rene Merz
Does Eudora mailboxes converter for PowerMail 3 (last version
18/04/2000) still work with PM 5.X?
(http://eudora2pm.free.fr/)

Any alternatives (for Mac)?






Re: Eudora Powermail Converter?

2008-08-07 Thread Rene Merz
Jim Pistrang wrote:


Does Eudora mailboxes converter for PowerMail 3 (last version
18/04/2000) still work with PM 5.X?
(http://eudora2pm.free.fr/)

Any alternatives (for Mac)?

Look at Emailchemy http://www.weirdkid.com/products/emailchemy/

Thanks, Jim, but under Emailchemy currently can rewrite any of the
above formats into: PowerMail ist not listed. Does-it work anyway?




Re: reason for HTML-only?

2008-08-23 Thread Rene Merz
MB hat am Donnerstag, 21. August 2008 geschrieben:

Do anyone here have clue on what possible reasons there could be to
choosing to send HTML-only messages, instead of mixed messages without a
pure text part as well?

Is stupidity a good reason for it?

A 2004 study by AWeber.com shows that plain text messages are
undeliverable 1.15% of the time and HTML only messages were
undeliverable 2.3%. If sending HTML it is important to always send a
plain text alternative message, also called text/HTML multi-part mime format.

And of course (AWeber.com is in that business):
In the meantime HTML-mails (especially HTML-only mails) are recognised
by mailservers ans mailprograms as SPAM.




Re: reset used keychain?

2008-08-26 Thread Rene Merz
MB wrote:

PowerMail insists to use my login keychain even though I don't have any
info for a mail account there. Theyre in my user accounts keychain. This
keychains password is different from the account password. 
How can I affect what keychain PowerMail wants to use? Can I reset this
somehow?

Have a look at your keychain access (service application) of your mac.

Mikael

Technoids:
PM 5.6.5 build 4509 sv / SpamSieve 2.7.1 sv | OS X 10.4.8 | Powerbook
G4/400 | 1GB / 80GB




Re: reset used keychain?

2008-08-29 Thread Rene Merz
MB hat am Dienstag, 26. August 2008 geschrieben:

PowerMail insists to use my login keychain even though I don't have any
info for a mail account there. Theyre in my user accounts keychain. This
keychains password is different from the account password. 
How can I affect what keychain PowerMail wants to use? Can I reset this
somehow?

By deleting the account information in the keychain.app
and
to delete the mail-account in PM
and
to rebuild this mail-account as it would be a new one.

And after all restarting your mac in the single user mode and repairing
the rights.





Re: One other wish for PM6

2008-09-01 Thread Rene Merz
Bob Parks wrote:

I have to use VPN's to send mail on some accounts, quite often I get a
case where I try to send a mail and it cannot connect to the server when
I try to send, because the VPN is down.  OK, it gives me a warning.  No
problem.  Sometimes it just has to wait until I can get the VPN up. 
However, if I try to send mail on a different account later, while the
VPN mail is still in the queue, the new mail is not sent, and no warning.

So, this should be simple.. 

If a given message CAN be sent, send it.  Dont wait because some other
message on a different account cannot be sent.

I do not know this problem.
In such a case my PM sends _all_ other messages from all _other_ accounts.

It seems that your problem has nothing to do with a possible down of
your VPN server but with a down of your general _internet_-connection.
In such a case, of course, PM cannot send any mail to anywhere.




Re: Turn off mistaken address autocomplete?

2008-10-22 Thread Rene Merz
Jeremy Hughes wrote:

Rene Merz (22/10/08, 09:52) said:

Winston Weinmann wrote:

[snip]

How can I stop PowerMail from putting in a mistaken address when I click
into the message window? It also happens if I click to add another
address line . Note that this does not happen if I use tab or return to
go to the message window - only if I click into it.

I know the problem from older versions.
But since 5.6.5 I don't have-it anymore.

I think it's a feature. If you type john into the Recipients field,
and then click out of the field, PowerMail assumes that you're sending
to john in your email domain. This happens for me in 5.6.5.

Yes, of course, it is a feature and it does-it to me too.
But it doesn't remain anymore for all the next mails typing in John as
it did in former versions - as long as you don't _send_ such a mail.




Re: Turn off mistaken address autocomplete?

2008-10-23 Thread Rene Merz
Winston Weinmann wrote:

Well, Winston
Assumed your own mail-account is weinmail.com.
You make a new mail and type-in John _and_ you let empty the address
field than PM completes to [EMAIL PROTECTED] - as you wrote.

In former versions of PM it was the case, that next time you were making
a new mail and typed-in John the address [EMAIL PROTECTED] was one
of PM address _propositions_ (obviously stored in the Address Database).
But in the actual version this is no more the case. Nevertheless PM
completes again to [EMAIL PROTECTED] - if you don't omplete the
address by yourself.

I agree that this behaviour of PM could be canceled in next versions.

Beside that problem I would appreciate for having a script to clean-up
the Address Database (Power Mail Files -- Address Database) in a way
that only addresses which are stored in the Apple Adressbok remain
stored in the Address Database of PM. It seems that until now there ar
stored _all_ sender addresses - even those of SPAM senders.
'Ultima ratio' would be to delete the file Address Database, but then
_all_ addresses are lost und you have to work with PM like a virgin ...


Rene -

Could you please clarify what you mean by it doesn't remain anymore for
all the next mails?

Does anyone know a workaround, such as creating a fake domain for PM to
use or an outgoing mail filter?

Thanks.

- Winston


Rene Merz wrote:

Yes, of course, it is a feature and it does-it to me too.
But it doesn't remain anymore for all the next mails typing in John as
it did in former versions - as long as you don't _send_ such a mail.










Re: Display of Chinese characters in PowerMail

2009-06-13 Thread Rene Merz
Martin Ruettenauer wrote:

PM 6.0.2 German  | MacOS 10.5.6  |  iMac G5

OT remark: It is somehow astonishing to me that neither Apple nor a
third party seems to offer a Chinese handwriting system for Mac OS X.
There has been one for OS 9 and G3 processors. I still run a blueberry
iMac, exclusively for that purpose. I could live with the iPhone
workaround but would love to receive those emails with PowerMail.

What about this:
http://macdailynews.com/index.php/weblog/comments/21293/
Coming September 09
http://www.apple.com/macosx/
http://www.apple.com/macosx/refinements/

Innovative Chinese character input.
Until Snow Leopard, if you wanted to enter Chinese characters on a
computer, you had to type in the phonetic spelling of Chinese words and
the computer would convert them into proper Chinese characters. Snow
Leopard offers a breakthrough new way to enter characters: You draw them
right on the Multi-Touch trackpad in your Mac notebook. They'll appear
on the screen in a new input window, which recommends characters based
on what you drew and lets you choose the right one. The input window
even offers suggestions for subsequent characters based on what you chose.








Re: Display of Chinese characters in PowerMail

2009-06-13 Thread Rene Merz
Martin Ruettenauer wrote:

In PowerMail, however, only some characters are displayed correctly,
others show black boxes, question marks or roman characters. I tried
different settings in PM without success. This behaviour is shown for
traditional characters. Simplified characters so far showed no problems.

Any ideas that could help?
Martin

PM 6.0.2 German  | MacOS 10.5.6  |  iMac G5

Maybe the Traditional Chinese Font is not correctly installed or not
activated?
Have a look at:
http://www.yale.edu/chinesemac/pages/osx5.html






Re: Double Messages on PM List

2009-08-26 Thread Rene Merz
Giovanni Andreani wrote:

I'm receiving a double copy of all messages posted to this list.
Can anyone out there eventually tell me what's probably causing the problem?

Probably you're registered with two addresses.
Did-you check if both of the mails go to exactly same address?




Re: Double Messages on PM List

2009-08-27 Thread Rene Merz
Giovanni, It's very simple - you'll find-it out when you watch the full
header of both of the identic incoming list messages:

The one goes to
i...@giovanniandreani.eu
the other one to
giovanni.andre...@poste.it

Go to http://ctmdev.com/support/ -- Mailing lists
and Unsubscribe for one of your two addresses for this list.


Sorry Rene,

do you determine the address by using the reply to all function?

Giovanni




Giovanni Andreani

www.giovanniandreani.eu

Giovanni Andreani wrote:

I'm receiving a double copy of all messages posted to this list.
Can anyone out there eventually tell me what's probably causing the
problem?

Probably you're registered with two addresses.
Did-you check if both of the mails go to exactly same address?











Re: Can't Send Messages

2010-06-09 Thread Rene Merz
Thomas Miller wrote:

2. In the event that a Waiting message was Trashed, how do you stop PM
from remembering there is that message it couldn't send?

Use for such a case the integrated Script (at Script Menu) Delete
Message Immediately, than close and restart PowerMail.




Re: Can't Send Messages

2010-06-10 Thread Rene Merz
Thomas Miller wrote:

When I start up from my SuperDuper HD clone from Saturday when
everything was working fine, the same problem exists.  Oddly, my wife is
having the same problem using an old version of Mail (2.1.3) on Tiger on
her old iMac lamp.

Therefore, the problem must be with mac/me.com.  I've posted the
question to Apple Discussions, but no replies.  Could it be some problem
caused by my ISP, Verizon?

Yes, that could be!
I had a similar problem recently with my ISP (Swisscom) for my gmx-accounts.
It could be that the don't accept anymore the port you used until now
for your .mac-accounts (reason: avoiding SPAM).
What is your port number now?
And consult the newest security information of your ISP about account
installation on a mail client.

BTW, when Waiting messages are deleted, PM shows -4 waiting. It still
wants to send those messages I deleted. Argh






Re: Can't Send Messages

2010-06-10 Thread Rene Merz
T.L. Miller wrote:

BTW, when Waiting messages are deleted, PM shows -4 waiting. It still
wants to send those messages I deleted. Argh

I'm still curious how I can get PM to stop trying to send Waiting
messages I have deleted.

As Kjell Olausson said: Try the first aid:
Start PM holding down alt+Apple-key and choose the full reconstruction program




Re: Can't Export to other formats

2010-08-02 Thread Rene Merz
Tim Lapin wrote:

On   Monday, August 2, 2010,   Mirko Kranenburg   sent forth:

Select a folder in your mail, then try again. If that works, you could
select all your folders and export like that.
Exporting without a selection can only be done for the entire mail
database to PM Exchnage.

Mirko

Op Aug 2, 2010, om 12:10 AM heeft Tim Lapin het volgende geschreven:

 Hello all,

 I just tried to export my mail and found that only the PowerMail
 exchange option is selectable.  All other choices (T-Bird, Apple Mail,
 Unix...) are greyed out.

 I even closed the browser window to see if having a window onto the
 database was preventing it from working but no go.

 Any ideas?




Thanks for the tip.  It seems a bit absurd, though, to distinguish
between the entire database and selecting all the folders in the
database.
It's not at all! The database has his own proprietary format of PM.
Other _databases_ of many other programs have the same problem ...


Also, is this distinction documented somewhere and if so, where?
See Help, then you will get this (Export):
http://www.ctmdev.com/powermail/manual/exporting.html






Re: Switching to Powermail maybe

2010-08-21 Thread Rene Merz
Jefferis Peterson wrote:
[...]

Clicking URL links in emails does not always work. It is a known issue,
but when and why it works and why it doesn't is a mystery.
In PM it works always, as long as the URL is written in an absolutely
correct way (sometimes there are spaces in between which may not be
there or if a long URL contains a manually sedately line break).
But the safest way to write an URL into a mail is to copy and paste it
from the browser address-field and to put-it between  and  (while
pasting-it, PM places the  and  itself):
http://www.ctmdev.com/support/mailing-lists-manage-your-p.html
is much safer (for all mail programs!) then
http://www.ctmdev.com/support/mailing-lists-manage-your-p.html
especially if the URL is a long one and broken by a line break in the mail.

You cannot save common search features like saving a display of unread
mail. There is a recent mail, but that does not display unread mail.
(Don't understand this point.)

You cannot create an HTML email.
Thanks God! HTML mails are for me the most unwanted mail configuration.
(But if you have to create-it, you'll find tools outside PM.)

Although I have Powermail set to delete emails from the server that I
have deleted from PM, it fails to delete them on next connection.
Sometimes it retrieves emails and then removes them from the server
instead of leaving them on the server as instructed. This is important
for me when I travel and need to have copies left on the server to be
downloaded when I get home.
Maybe you have to change also your configuration on your mail server.
Login there and check the settings.




Re: Switching to Powermail maybe

2010-08-21 Thread Rene Merz
Jefferis Peterson wrote:

r.m...@[xxx].net

Please do not publish the mail-address of senders in your answer in a
mailing list. I get enough SPAM.


Clicking URL links in emails does not always work. It is a known issue,
but when and why it works and why it doesn't is a mystery.
In PM it works always, as long as the URL is written in an absolutely
correct way (sometimes there are spaces in between which may not be
there or if a long URL contains a manually sedately line break).
But the safest way to write an URL into a mail is to copy and paste it
from the browser address-field and to put-it between  and  (while
pasting-it, PM places the  and  itself):
http://www.ctmdev.com/support/mailing-lists-manage-your-p.html
is much safer (for all mail programs!) then
http://www.ctmdev.com/support/mailing-lists-manage-your-p.html
especially if the URL is a long one and broken by a line break in the mail.

Where I find it not working is mostly in viewing HTML emails that have
graphic links or text links.
HTML Mails, of course, you should view in an specific way:
In the foot strip  of the PM window of any HTML mail you see a round
blue sign on which you can click (preferable choice of the two
possibilities: show the message in the web[or similar in English]) -
then also the links work!

[...]

Although I have Powermail set to delete emails from the server that I
have deleted from PM, it fails to delete them on next connection.
Sometimes it retrieves emails and then removes them from the server
instead of leaving them on the server as instructed. This is important
for me when I travel and need to have copies left on the server to be
downloaded when I get home.
Maybe you have to change also your configuration on your mail server.
Login there and check the settings.

Doesn't seem to have anything to do with my server settings. This works
perfectly for me in Entourage.

Well, did you check-it really?
What works in Entourage may not work the same way in Power Mail.
The two programs are different ...





Re: Switching to Powermail maybe

2010-08-25 Thread Rene Merz
Jefferis Peterson wrote:


 What works in Entourage may not work the same way in Power Mail.
 The two programs are different ...
Okay, what settings would I check on the server that would prevent PM from
deleting read emails?

PM itself never delets any mails; it always needs an action (or the
activation of a filter) by the user.

Concerning the server settings most of them you can set on deleting
mails if they are deleted on the mail client (or similar).
It means: If you delete mails on PM by your own action then this mails
will be deleted on the server too (during next connection).





Re: Switching to Powermail maybe

2010-08-25 Thread Rene Merz
Jefferis Peterson hat am Mittwoch, 25. August 2010 geschrieben:

My settings are leave copies of retrieved messages on server  to allow my
mobile platform not to delete copies for my home computer,
BUT to delete from server when deleting locally so junk mail and
irrelevant stuff is removed.

What I found was that it was not deleting some mail, but appears to be
deleting some mail I do not want it to when I move the mail from the Inbox
to a folder on my computer.
How do-you mean that?
It is impossible to move any mail from the PM-inbox to somewhere else
outside PM. The only way for such an operation is to save a text copy of
a mail (menu file  save as text); but the original mail remains on PM.

But, of course, if you save (= download) it from the mail server (for to
save-it in a folder on your computer) then it is labeled for the mail
server as read _and_ if it is not the same time on PM it will be
deleted by the mail server - logically, because mails which are not in
the database of PM look for the mail server like deleted locally.






Re: Switching to Powermail maybe

2010-08-25 Thread Rene Merz
Jefferis Peterson hat am Mittwoch, 25. August 2010 geschrieben:

On 8/25/10 10:39 AM, Rene Merz   wrote:

 What I found was that it was not deleting some mail, but appears to be
 deleting some mail I do not want it to when I move the mail from the Inbox
 to a folder on my computer.
 How do-you mean that?
 It is impossible to move any mail from the PM-inbox to somewhere else
 outside PM. The only way for such an operation is to save a text copy of
 a mail (menu file  save as text); but the original mail remains on PM.

 But, of course, if you save (= download) it from the mail server (for to
 save-it in a folder on your computer) then it is labeled for the mail
 server as read _and_ if it is not the same time on PM it will be
 deleted by the mail server - logically, because mails which are not in
 the database of PM look for the mail server like deleted locally.

What I mean is that  I have filters that will file incoming business mail
from the inbox to a folder named Business  in PM.

What I'm finding is that some of the messages moved, not deleted, but moved
to the folder are NOT appearing or being downloaded when I fire up say
Entourage on my desktop. They just disappear from the server.

How?
Once you work with PM, the other time with Entourage?
Sounds crazy ...

You cannot work with two different mail programs. Of course you can, but
problems are preprogrammed.




Re: Switching to Powermail maybe

2010-08-25 Thread Rene Merz
Jefferis Peterson hat am Mittwoch, 25. August 2010 geschrieben:

 How?
 Once you work with PM, the other time with Entourage?
 Sounds crazy ...

 You cannot work with two different mail programs. Of course you can, but
 problems are preprogrammed.


Come on it isn't that complex.  I have a laptop. On the laptop when I am
away, I check POP  email on my site. I sort the mail as it comes in. I'm
testing PM as a replacement for Entourage.
When I get home, I fire up my desktop and run Entourage. All the email not
manually deleted in PM on the laptop SHOULD remain on the server for
download in Entourage.
What I found is that some of the messages that should have been left on the
server were gone.

I don't know how Entourage works, but I guess it's different from PM ...

However:
Just for such cases (mobile mailing _and_ home/office mailing with the
same account) an IMAP4 account should be your method of choice! It's
much better and safer then a POP3 account.

To understand the big difference have a look at this:

http://www1.umn.edu/adcs/guides/email/imapvspop.html
http://email.cityu.edu.hk/faq/popimap.htm

Helpful for the IMAP installation on PM:
http://www.ctmdev.com/powermail/manual/imap.html
(http://www.ctmdev.com/powermail/manual/)

And finally:
You better work with the same mail software on laptop and home pc.






Re: Switching to Powermail maybe

2010-08-26 Thread Rene Merz
Jefferis Peterson wrote:


 However:
 Just for such cases (mobile mailing_and_  home/office mailing with the
 same account) an IMAP4 account should be your method of choice! It's
 much better and safer then a POP3 account.


Well, for mobile apps, that makes sense I guess. But for the home
office, I don't want to store mail on the server and have it set to
delete it after 30 days. Having a local copy and a searchable database
of emails is part of my workflow.  Otherwise with IMAP I have to leave
it disorganized online or I have to duplicate my folder structure on the
server. That is a pain and a duplication of my efforts. Not efficient or
helpful.

Well, unteachable people should stop whine about home-made problems ...






  1   2   >