Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: starlight on July 07, 2006, 11:47:25 AM

Title: Sending, Erasing of Mails and Folders not possible
Post by: starlight on July 07, 2006, 11:47:25 AM
,

I have some problems:

I can neither send nor erase (erasing lets the mail vanish in the INBOX, but refreshing makes them appear again, they cannot be erased from within the mails themselves) mail nor create folders.

Sending is possible, but only to another account with the same provider. Sending it to other accounts does not work.

I think my database is correct.

I have posted my main.inc.php - file temporarily at http://www.pfade-durch-das-netz.de/rc/ (you can copy out and post here essential lines)

Debug Level 8 shows after trying to login: * CAPABILITY IMAP4REV1 LITERAL+ IDLE NAMESPACE MAILBOX-REFERRALS BINARY UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND SASL-IR LOGIN-REFERRALS STARTTLS AUTH=LOGIN cp01 OK CAPABILITY completed Tried PLAIN: Resource id #32

The logs show the following erros again and again:

/srv/www/htdocs/kunde80/html/subdomains/mail/mail/program/include/main.inc on line 673
[07-Jul-2006 16:52:38 +0200] SMTP Error: SMTP error: Failed to add recipient '******@gmail.com'
 in /srv/www/htdocs/kunde80/html/subdomains/mail/mail/program/steps/mail/sendmail.inc on line 230
[07-Jul-2006 17:31:54 +0200] IMAP Error: Could not save message in Sent in /srv/www/htdocs/kunde80/html/subdomains/mail/mail/program/steps/mail/sendmail.inc on line 0
[07-Jul-2006 17:32:20 +0200] SMTP Error: SMTP error: Failed to add recipient '*****@gmail.com'
 in /srv/www/htdocs/kunde80/html/subdomains/mail/mail/program/steps/mail/sendmail.inc on line 230
[07-Jul-2006 17:33:18 +0200] SMTP Error: SMTP error: Failed to add recipient '*****@yahoo.de'
 in /srv/www/htdocs/kunde80/html/subdomains/mail/mail/program/steps/mail/sendmail.inc on line 230

As to the folders, no errors show in the log, but Roundcube itself tells me, that there has been a mistake in saving. My provider uses confixx professional as administration tool.

Also, German Umlaute (ä, ö, ü) get not displayed correctly (on another installation at another provider, which works fine, they do).

Many questions... still, I would be thankful for some help.
Title: Re: Sending, Erasing of Mails and Folders not possible
Post by: bpat1434 on July 21, 2006, 11:52:37 PM
The language problem has been address (somewhat) in the SVN builds. Wait for 0.1-beta2 for more support.

The debug info you give us is nothing more than a typical IMAP server response. Nothing strange or wrong in there.

The error log information I've seen before, not sure how to fix it though. We lost that thread in the crash :( I dont' know that "Daemon" is supported auth type in Roundcube. That could be an issue. Another issue could be that of the SMTP user and pass.

As for the deleting of messages, it seems that even though you mark them as deleted, Roundcube doesn't finish it. Try deleting them, then pressing "Compact" at the bottom. See if that completely removes the messages.