Re: [PHP] IMAP Help

2001-04-23 Thread Sigitas Paulavicius
Hi, imap_createmailbox() does not ceate a real new unix account. It creates a folder (speaking in Win terms, but rather mailbox) inside an account. Like "Trash", "Drafts" etc. Physicly a file is created for each mailbox in the users home dir. And there is one default mailbox INBOX, where all the

[PHP] IMAP Help

2001-04-22 Thread Nashirak Bosk
I am experimenting a little with IMAP and was wondering exactly how to send mail to mailboxes that you create with the imap_createmailbox(). I know that it puts a file under an account like INBOX.whatever, but, as I said dont know exactly how to send mail to this mailbox. Now I might totally mis

[PHP] IMAP HELP

2001-01-23 Thread Jochen Kächelin
when I list all parts of an object returned by $a = imap_fetchstructure($link,1); I will get something like this: [parameters] => Array ( [0] => stdClass Object ( [attribute] => BOUNDARY [value] => =_NextPart_000__01C08563.8269C440 ) ) I' am not a