Roundcube Inbox problem!

networkone

Verified User
Joined
Dec 25, 2011
Messages
8
Dear all,

I don't know why i can't see any mail in inbox or other folders.
I guest there some problems with my Imap.
Please give me some helps :(

Thanks
 
hello,

If I use squirrelmail, i can see all mails. But when i use Roundcube or ATmail, i can't.
I think there some problems with xml file. With Roundcube, all xml file contain:

<html><script language="JavaScript"> var tokenName = 'CSRF_TOKEN'; var tokenValue = 'bc69889d6683f6acefaf9625fbbeb59de4a4e81e'; function updateTags() { var all = document.all ? document.all : document.getElementsByTagName('*'); var len = all.length; for(var i=0; i<len; i++) { var e = all; updateTag(e, 'src'); updateTag(e, 'href'); } } function updateForms() { var forms = document.getElementsByTagName('form'); for(i=0; i<forms.length; i++) { var html = forms.innerHTML; html += '<input type=hidden name=' + tokenName + ' value=' + tokenValue + ' />'; forms.innerHTML = html; } } function updateTag(element, attr) { var location = element.getAttribute(attr); if(location != null && location != '' && isHttpLink(location)) { var index = location.indexOf('?'); if(index != -1) { location = location + '&' + tokenName + '=' + tokenValue; } else { location = location + '?' + tokenName + '=' + tokenValue; } element.setAttribute(attr, location); } } function isHttpLink(src) { var result = 0; if(src.substring(0, 4) != 'http' || src.substring(0, 1) == '/') { result = 1; } return result; } updateTags(); updateForms(); </script></html>


Is this normal? Somebody helps me plzzz :(
 
Have you tryed rebuild roundcube?
Code:
rm -rf /var/www/html/roundcube
cd /usr/local/directadmin/custombuild
./build update
./build roundcube
Regards
 
Problem solved!

Mod_security2 has a rule that automatically adds some scripts add the end of page!
Thanks:p
 
Back
Top