Re: PowerMail vs. Mail.app

2004-10-06 Thread Sean McBride

Urs Gruetzner ([EMAIL PROTECTED]) on Wed, Oct 6, 2004 03:02 said:

What I like in Mail.app is the consistency with iPhoto, i.e. sending a
photo via mail is just two clicks away.

http://homepage.mac.com/jacksim/software/imp.html

works well for me.


-- 
Erroneous google translation: She does not love pig-turkey, the toys
which make noise and especially the sound of the harmonica...






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 PowerMail Engineering

Rene Merz wrote:

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.

So your folder will be deleted one month after you moved it to the trash.
If you want to delete a folder immediately without emptying the mail
trash, you can do it via AppleScript:

tell application PowerMail
set folderList to current containers
repeat with f in folderList
set folderName to name of f
if (ID of f is ID of in tray) or (ID of f is ID of out tray) or 
(ID of
f is ID of mail trash) or (ID of f is ID of spam container) then
display dialog The folder \  folderName  \ can't 
be deleted.
buttons {OK} default button OK
else
set nbMsg to number of messages of f
set nbSubFolders to number of message containers of f
set alertText to Do you want to delete the folder \ 
 folderName 
\ IMMEDIATELY? It contains   nbMsg   message(s)
if nbSubFolders  0 then set alertText to alertText   
and  
nbSubFolders   subfolder(s)
set alertText to alertText  .  return  There is 
NO UNDO for this
operation!
set answer to display dialog alertText buttons {No, 
Delete}
default button No
if button returned of answer is Delete then
delete f
end if
end if
end repeat
end tell



Jérôme - PowerMail Engineering


-
   J'utilise PowerMail depuis pas mal de temps et le passage a Mac OS X
c'est juste fait en changeant l'application par celle compatible Mac
OS X. Tout est tres simple, puissant et rapide. Quand a l'impossibilité
d'envoi de mail en HTML c'est pas plus mal.
  PowerMail user comment on www.macgeneration.com


 Download a demo version from www.ctmdev.com
-





Re(2): How to delete a folder?

2004-10-06 Thread Pat O'Halloran

It appears that on 6/10/04 at 2:45 am Rene Merz spake thus:


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

-- 
Pat O'Halloran http://www.danu.co.uk  
History is a hard core of interpretation surrounded by a pulp of
disputable facts. - Anon





Nice feature html emails v5.1

2004-10-06 Thread alan

Well, there are all sorts of (probably easy-to-fix) bugs with displaying
html content with 5.1b1 (build 4325), but here is a nice feature. If you
click in the displayed html, select all (cmd-A), and hit reply, you get a
nice reply with the text of the html in a text-only email. Just what you
would want.

What is lacking is 

a) when nothing is selected, for PM to act as if everything is selected
(as it does for text emails)

b) a way to select a sentence, paragraph, etc. (Although selection of
text in web browsers has always been implemented poorly, at least on the Mac).

A





Re: Attachments are concatenated!

2004-10-06 Thread Tim Lapin

On   Tuesday, October 05, 2004,   Lally Singh   sent forth:

Hi, when I receive attachments from my advisor, all the text-based
files are concatenated into the body after his signature.  Is there a
way to have powermail do the right thing?

-ls

-- 
Evil will win because good is dumb.

It's possible that he using UUencoding.  I've seen a few mailers, either
client or server, treat such encodings as inline attachments.

-- 
Tim Lapin
[EMAIL PROTECTED]





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 Mikael Byström

Mikael Byström said:

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.

On the other hand, so is of course the current keyboard shortcut. I think
it's not so good if it's unknown as people can click too fast not
thinking what the dialog actually say.

PM 5.0.1 | OS X 10.3.5 | Powerbook G4/400 | 768 MB RAM | 30 GB HD






Re: How to delete a folder?

2004-10-06 Thread Mikael Byström

Rene Merz said:

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

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

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.

PM 5.1b1 | OS X 10.3.5 | Powerbook G4/400 | 768 MB RAM | 30 GB HD






Re: Attachments are concatenated!

2004-10-06 Thread Lally Singh

Mozilla Thunderbird.


On Tue, 5 Oct 2004 15:21:03 -0400, Ben Kennedy [EMAIL PROTECTED] wrote:
 On 05 10 2004 at 3:10 pm -0400, Lally Singh wrote:
 
 Hi, when I receive attachments from my advisor, all the text-based
 files are concatenated into the body after his signature.  Is there a
 way to have powermail do the right thing?
 
 What software is he using to send?  I bet the text are being incorporated
 with a Content-Disposition of inline rather than attachment.
 
 -ben
 
 --
 Ben Kennedy, chief magician
 zygoat creative technical services
 613-228-3392 | 1-866-466-4628
 http://www.zygoat.ca
 
 


-- 
Evil will win because good is dumb.




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)?