Hi everybody
I just published a new CVS snapshot for download. It contains the current version which is on the way to become a beta version. I think the most important things like message caching and UTF-8 support do work now.
Of course there are some open tasks and some known problems with specific messages showing no attachments and things like that, but I guess it's time to make a break and look forward to release a new "stable" version.
A request to all translators will be sent soon with a list of recently added texts in order to have all localizations up-to-date.
Actually, I wanted to add the search feature for the beta version but I didn't have enough time to do so. If somebody of the current developers would like to take care of that, I would really appreciate it. Here are some of my plans:
in subject and sender.
cache for this session.
(i.e. sorting, paging) to access the cached search results instead of querying the server again and again.
Any thoughts?
Regards, Thomas
Hi
I just published a new CVS snapshot for download. It contains the current version which is on the way to become a beta version. I think the most important things like message caching and UTF-8 support do work now.
I upgraded to this new version. I see there this was added:
But I can't find the Quote display. Where is it kept?
Hi
I just published a new CVS snapshot for download. It contains the current version which is on the way to become a beta version. I think the most important things like message caching and UTF-8 support do work now.
I upgraded to this new version. I see there this was added:
- Added patch for Quota display by Aury Fink Filho nuny@aury.com.br
But I can't find the Quote display. Where is it kept?
Sorry, the problem was our old custom skin. I've updated it. But now it says: "Disk usage: unknown"
Any idea how to fix that? we're using bincimap
Adrian Moisey wrote:
Hi
I just published a new CVS snapshot for download. It contains the current version which is on the way to become a beta version. I think the most important things like message caching and UTF-8 support do work now.
I upgraded to this new version. I see there this was added:
- Added patch for Quota display by Aury Fink Filho nuny@aury.com.br
But I can't find the Quote display. Where is it kept?
The quota should be displayed right under the message list. If not, make sure that skins/default/templates/mail.html contains the following tags: <roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" />
Regards, Thomas
Adrian Moisey wrote:
Hi
I just published a new CVS snapshot for download. It contains the current version which is on the way to become a beta version. I think the most important things like message caching and UTF-8 support do work now.
I upgraded to this new version. I see there this was added:
- Added patch for Quota display by Aury Fink Filho nuny@aury.com.br
But I can't find the Quote display. Where is it kept?
Sorry, the problem was our old custom skin. I've updated it. But now it says: "Disk usage: unknown"
Any idea how to fix that? we're using bincimap
The quota is only shown if the IMAP server has QUOTA listed in it's capabilities. You can change that behavior by modifying the get_quota() method in program/include/rcube_imap.inc
I don't have an IMAP server that supports quota, so this feature might not work properly because I could not test it. I added the check for quota capability according to RFC 2087 because some server might return errors when they do not support this command.
Regards, Thomas
Hi
I just published a new CVS snapshot for download. It contains the current version which is on the way to become a beta version. I think the most important things like message caching and UTF-8 support do work now.
I upgraded to this new version. I see there this was added:
- Added patch for Quota display by Aury Fink Filho nuny@aury.com.br
But I can't find the Quote display. Where is it kept?
Sorry, the problem was our old custom skin. I've updated it. But now it says: "Disk usage: unknown"
Any idea how to fix that? we're using bincimap
The quota is only shown if the IMAP server has QUOTA listed in it's capabilities. You can change that behavior by modifying the get_quota() method in program/include/rcube_imap.inc
I don't have an IMAP server that supports quota, so this feature might not work properly because I could not test it. I added the check for quota capability according to RFC 2087 because some server might return errors when they do not support this command.
That would explain it. bincimap doesn't support Quota. Can anybody recommend a imap server to use?
Thomas Bruederli schrieb:
The quota is only shown if the IMAP server has QUOTA listed in it's capabilities. You can change that behavior by modifying the get_quota() method in program/include/rcube_imap.inc
I don't have an IMAP server that supports quota, so this feature might not work properly because I could not test it. I added the check for quota capability according to RFC 2087 because some server might return errors when they do not support this command.
Quota-Display works fine: Select: All Unread None Disk usage: 203.24MB / 250.00MB (81%)
Replacing "width:400px;" with "right:20px;" in skins/default/mail.css removes the line break which occured by me just before (81%). I believe this would be the better solution regarding, different fonts and font sizes.
#listcontrols { position: absolute; left: 200px; bottom: 20px; height: 16px; right: 20px; }
Kind regards
Florian Sperber