[PHP] imap_open

2003-02-09 Thread Bartosz Matosiuk
hi i'm using imap_open for opennig mailbox on the server where the script is and everything is ok. I want also to open my mailbox on the other server but script is behaving in a strange way. I looks like it's unable to open that account but it is not giving me any error message. I not sur

Re: [PHP] reading attachmentsl

2003-02-01 Thread Bartosz Matosiuk
reading attachmentsl > On Saturday 01 February 2003 23:21, Bartosz Matosiuk wrote: > > > well actually I know what is the mechanism of sending mime messages > > with atttachments works, the problem is that I don't know how to to read > > attachment. I tried to use Pear d

Re: [PHP] reading attachmentsl

2003-02-01 Thread Bartosz Matosiuk
hi well actually I know what is the mechanism of sending mime messages with atttachments works, the problem is that I don't know how to to read attachment. I tried to use Pear decode functions but it only gives me info that there are attachments in the message which is obviosly not enough.

[PHP] reading attachmentsl

2003-01-31 Thread Bartosz Matosiuk
hi all I'm writing a mail client and I got problem with attachments. I have no idea how to read and save attachments. Mayby someone already did something like that a can help me with some advice or giving me link to some resourses. greetz bartek -- PHP General Mailing List (http://www.php

[PHP] problem with copy()

2003-01-28 Thread Bartosz Matosiuk
hi can the string source in copy () looks like that: "c:\pic.jpg". If not than how should it look like. I'm not sure becouse script gives me "Unable to open c:\pic.jpg for reading: No such file or directory" but the file is there. and when i'm using $HTTP_POST_FILES['file']['tmp_name

[PHP] reading mail in php

2003-01-24 Thread Bartosz Matosiuk
to do this. Maybe someone know the better one. thanks for any help bartosz matosiuk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php