Re: Mac::Glue Mail.app question reseting name field

2004-03-18 Thread Joseph Alotta
Chris, Name is the senders name in english, ie, the part in parenthesis in [EMAIL PROTECTED] (Joseph Alotta). I found the answer to the problem, there is a reset function in the Mail.app. You need to control click on the address circle thing and it is a menu item. Thank you for your help. Joe.

Archive::Zip

2004-03-18 Thread Mike Schienle
Hi all - I just put together an application using Archive::Zip that intercepts emails sent to an address on my MacOS X 10.2.8 system. It works just fine when the files are sent from another Mac using the built-in archive command. However, my client is using WinZip from his system and it's

Re: Archive::Zip

2004-03-18 Thread Wiggins d Anconia
Hi all - I just put together an application using Archive::Zip that intercepts emails sent to an address on my MacOS X 10.2.8 system. It works just fine when the files are sent from another Mac using the built-in archive command. However, my client is using WinZip from his system and

Re: Getting the size of a folder with Mac::Glue

2004-03-18 Thread Rick Measham
On 18 Mar 2004, at 6:06 AM, Chris Nandor wrote: This works: my $obj = $finder-obj(folder = '/Users/pudge/Movies'); my $size = $finder-data_size($obj); Chris, what is the data_size? The correct size of the folder is (from Finder info) 8.6MB on disk (4,001,454 bytes) rickm% perl -e

Re: Archive::Zip

2004-03-18 Thread Mike Schienle
On Mar 18, 2004, at 01:03 PM, Wiggins d Anconia wrote: The error you are getting isn't related to Archive::Zip it appears to be related to the message parsing, MIME::Entity/MIME-Tools maybe? You haven't shown us code for Archive::Zip other than the use, at least that I can tell. Doh! You're

star, OSX, and perl wrapper for dumping

2004-03-18 Thread drieux
volks, I have a project that may use 'star' ( pronounced 'eestar' ) that will need to work on a Solaris, BSD, Linux, and maybe Mac OSX, so of course I want to solve the problem on my Mac first and then take that back to linux, et al. So my questions are a. has anyone built 'star' on OSX? the

MIME::Entity (Re: Archive::Zip)

2004-03-18 Thread Mike Schienle
Hi all - The problem turned out to be sending the files in HTML instead of plain text. As soon as I switched the message type to plain text everything worked. Sorry for the confusion with the wrong subject line earlier. Mike Schienle