Re: [imp] Invalid mailbox name while sending new message

2007-04-17 Thread Steve Williams
Quoting Liutauras Adomaitis <[EMAIL PROTECTED]>: > On Tuesday 17 April 2007 12:18, Michael M Slusarz wrote: >> >> Why are you using any of these settings? They were all removed as of IMP >> 4.1. >> >> michael > > It doesn't matter I use namespace, delimiter, folders or not - imp cannot > create f

Re: [imp] Invalid mailbox name while sending new message

2007-04-17 Thread Liutauras Adomaitis
On Tuesday 17 April 2007 12:18, Michael M Slusarz wrote: > > Why are you using any of these settings? They were all removed as of IMP > 4.1. > > michael It doesn't matter I use namespace, delimiter, folders or not - imp cannot create folders automaticaly. Now my settings are: $servers['imap'] =

Re: [imp] Invalid mailbox name while sending new message

2007-04-17 Thread Michael M Slusarz
Quoting Liutauras Adomaitis <[EMAIL PROTECTED]>: > On Monday 16 April 2007 18:51, Jan Schneider wrote: >> >> Run the imap test on imp/test.php and check if the returned namespace >> values are really correct. They probably aren't. >> >> Jan. > > This is what test.php returned: > PHP Mail Server Su

Re: [imp] Invalid mailbox name while sending new message

2007-04-17 Thread Liutauras Adomaitis
On Monday 16 April 2007 18:51, Jan Schneider wrote: > > Run the imap test on imp/test.php and check if the returned namespace > values are really correct. They probably aren't. > > Jan. This is what test.php returned: PHP Mail Server Support Test Attempting to automatically determine the correct c

Re: [imp] Invalid mailbox name while sending new message

2007-04-16 Thread Jan Schneider
Zitat von Liutauras Adomaitis <[EMAIL PROTECTED]>: > Hello everybody, > > I have played arround with the problem, then sending a new message it is not > moved to sent items folder. The error is: > " The folder "sent-mail" was not created. This is what the server said: > Invalid mailbox name." > I

Re: [imp] Invalid mailbox name while sending new message

2007-04-16 Thread Liutauras Adomaitis
On Monday 16 April 2007 16:35, Dan Brown wrote: > Quoting Liutauras Adomaitis <[EMAIL PROTECTED]>: > > 'folders' => 'INBOX.', > > 'namespace' => '', > > It's been a while since I used Courier, but I'm 99% sure that those > parameters were reversed for me: > > 'folders' => '', > 'n

Re: [imp] Invalid mailbox name while sending new message

2007-04-16 Thread Dan Brown
Quoting Liutauras Adomaitis <[EMAIL PROTECTED]>: > 'folders' => 'INBOX.', > 'namespace' => '', It's been a while since I used Courier, but I'm 99% sure that those parameters were reversed for me: 'folders' => '', 'namespace' => 'INBOX.', -- IMP mailing list - Join the hunt

Re: [imp] Invalid mailbox name while sending new message

2007-04-16 Thread Liutauras Adomaitis
My configuration servers.php: $servers['imap'] = array( 'name' => 'IMAP', 'server' => 'my server', 'hordeauth' => false, 'protocol' => 'imap/notls', 'port' => 143, 'folders' => 'INBOX.', 'namespace' => '', 'maildomain' => 'mydomain.lt', 'smtphost' => 'my.smtp.se

Re: [imp] Invalid mailbox name while sending new message

2007-04-16 Thread Liutauras Adomaitis
On Monday 16 April 2007 15:02, Rajkumar S wrote: > On 4/16/07, Liutauras Adomaitis <[EMAIL PROTECTED]> wrote: > > " The folder "sent-mail" was not created. This is what the server said: > > Invalid mailbox name." > > Check if [Options] -> [Mail] -> [Personal Information] has [Sent mail > folder] co

[imp] Invalid mailbox name while sending new message

2007-04-16 Thread Liutauras Adomaitis
Hello everybody, I have played arround with the problem, then sending a new message it is not moved to sent items folder. The error is: " The folder "sent-mail" was not created. This is what the server said: Invalid mailbox name." I know, that this issue is widely discussed on the internet, and