{5} Assigned, Active Tickets by Owner (Full Description) (20 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

ksteinhoff (1 match)

Ticket Summary Component Milestone Type Created
Description
#1485486 Compose in a new window User Interface later Feature Requests 10/09/08

We have received many requests from users that a new window should be used for composing messages.


netbit (2 matches)

Ticket Summary Component Milestone Type Created
Description
#1485476 impossible to write inside or after a quoted html message User Interface 0.4-beta Bugs 10/07/08

Hi,

It's impossible to break the quoted line, when you want to answer a html message. No writing inside the message, nor writing after the message (as we should do).

Thanks.


#1486132 session handling uses local time instead of sql database time which gets us into trouble PHP backend later Bugs 09/16/09

I have two roundcube instances sharing single sql database. Today suddenly people on instance 1 were logged out after few seconds.

It turned out that instance 2 had wrong time (+2h into future) and garbage collector from 2 instance simply deleted old session of people from 1 instance!

Ups :)

I think that's a bug. Time from sql server should be used for consistency.

That is easy change I guess and would make roundcube no longer dependand on local time correctness when used in such setups.


nobody (6 matches)

Ticket Summary Component Milestone Type Created
Description
#1424907 Message Threads Core functionality 0.4-beta Feature Requests 02/05/06
Really useful for mailing lists and such...

#1440396 GnuPG/PGP Support Core functionality later Feature Requests 02/28/06
This would be a nice feature, altough it could probably
only be implemented on Unix/Linux boxes.

#1442108 Tabbed Interface Core functionality later Feature Requests 03/02/06

I'd love to see a tabbed interface, I've got a blog post here:

http://www.alexking.org/blog/2006/03/02/tabbed-e-mail/

and some mock-ups on Flickr:

http://www.flickr.com/photos/alexkingorg/sets/72057594073609360/

I'd be willing to talk with someone about the best way to implement this if a patch would be considered for inclusion.


#1445509 Request: download all attachments option Core functionality later Feature Requests 03/08/06
All email programs have the option to download all
attachements together.
When there are multiple attachments in an email (for
example a collection of many pictures) , it becomes
tedious and annoying having to download them to the
local hard disk separately one by one.
It is prefered to have them downloaded in one link, as
available in many email sites like GMail for example.
This feature should be included a.s.a.p.
thank you!


#1449767 Integrate with Plaxo/hyves/facebook Core functionality later Feature Requests 03/14/06
Hi,

I like RoundCube a lot and couldn't wait to use it for my clients' 
production site !

Just a feature request though, it would be great if it integrates with 
Plaxo's API so that we can offer more functionalities to the users.

http://www.plaxo.com/api/widget/

Thanks ! :)

#1451160 pre-cache images on login User Interface later Feature Requests 03/16/06
Images should be pre-cached so that pages load faster
on the users first visit.  

I suggest loading the images in a hidden layer on the
login page.  That way, as the user types in his
username and password, the browser is loading the
images in the background, without notice.

roundcube (1 match)

Ticket Summary Component Milestone Type Created
Description
#1333265 Message Highlighting User Interface later Feature Requests 10/20/05
It would be nice if there was a way to highlight
certain messages based on subject contents or sender
name/e-mail.  Squirrelmail has this feature and I used
it a lot before I switched over to roundcube.

thomasb (6 matches)

Ticket Summary Component Milestone Type Created
Description
#1485542 vCards with national characters don't import properly Addressbook 0.4-beta Bugs 11/04/08

Several vCard files won't import -- they contain non-ASCII characters and are coded in cp1250 (see attachments).

Since the files don't contain information about their codepage, I guess it's necessary to specify this during import. I believe a system-wide default setting for this would be nice too.

Details: when importing iksiński-wab.vcf (a file created by Windows Address Book), I get the following error message:

SERVICE CURRENTLY NOT AVAILABLE! Error No. [0x01F4]

when importing iksiński-thebat.vcf (a file created by The Bat!), the result is that an entry is imported, but a name of such a contact is:

a:2:{i:0;s:16:"Piotr Iksi=F1ski";s:4:"type";a:1:{i:0;s:8:"ENCODING";}}

--which is crazy :)

Could these be fixed?


#1486270 Infinite Loop if server terminates connection IMAP connection 0.4-beta Bugs 11/02/09

The iil_C_FetchHeaders and iil_C_GetQuota methods will loop infinitely if the server just terminates the connection and the Readline return is an empty string. Check for these conditions. It's my hunch that this "bug" occurs other places in the IMAP library.


#1486009 Move RSS feed of Inbox to a plugin Core functionality 0.4-beta Feature Requests 07/29/09

The currently implemented RSS feed is not perfect since it requires a regular authentication using the login form.

Suggestion: remove from core and create a plugin which offers HTTP-authentication. This is what all common RSS readers support.


#1403507 Add support for shared folders - patch Core functionality 0.4-beta Patches 01/11/06

I can't see shared folders with Courier. Courier-imap makes shared folders available at the root level. Root level contains: INBOX. & shared. -- need to check for both.


#1485657 Patch - contact groups for address book. Addressbook 0.4-beta Patches 12/30/08

Attached is a patch and some new images to add contact groups to 0.2beta.

It has only been tested with postgresql, but I have added the database changes to the mysql files in SQL as well. I have not made the changes for other database types but it should be trivial to do for anyone familiar with them.

These patches probably don't completely play nice with LDAP, I don't have an ldap server here to test with.

zip file contains 6 images to put in skins/default/images/buttons.


#1483894 Internationalized domain name are not Supported Core functionality 0.4-beta Bugs 07/19/06

it is not possible to send messages to an Emailadresse of a IDN. When try to send a message to a domain which use ü(ue) i get the following error message.

"Failed to send message" in the tool and this one in the error-log


[19-Jul-2006 17:49:54 +0200] SMTP Error: SMTP error: Failed to add recipient 'test@drüben.de'

in /var/www/roundcubemail/trunk/roundcubemail/program/steps/mail/sendmail.inc on line 258



till (4 matches)

Ticket Summary Component Milestone Type Created
Description
#1484764 Can not enable SSL just for the login page Other 0.4-beta Patches 02/08/08

I am using an apache reverse proxy as an SSL termination point. In order for apache to redirect the user's browser to HTTPS for login the apache server needs to be notified that the user is viewing a login page. This is usually accomplished by the application issuing a redirect to /login when the user is not authenticated or a user's session has expired, unfortunately roundcube does an internal forward as a result apache has no knowledge the user is seeing the login page and is unable to enable HTTPS. This issue will also apply to other security systems and SSL termination products. Using SSL for all communication is way to expensive. Moving to a REST based URL structure might resolve the issue.


#1484793 Quota-Extension Core functionality later Feature Requests 02/20/08

Some mailservers don't expose their quota via IMAP, we should offer a driver-based architecture to e.g. support querying from a database or whatever people use. The first drivers would be IMAP and database.


#1484156 apply daylight saving only when date is on daylight saving time Client Scripts 0.4-beta Patches 12/13/06

When daylight saving is activated one hour is added to all dates, but only should be added when the date is on daylight saving time. Now I must disable daylight saving and I will have to enable it in april.


#1484767 SMTP settings override via Identities Core functionality later Patches 02/11/08

As posted on the dev list, an ugly hack to override SMTP settings from within identities. I guess it would need some cleaning up and probably some security enhancements as well. For example would it be nice to enable/disable the feature and/or being able to restrict to some SMTP servers from within the configuration.

Quote from the mail to the dev list: "Basically it adds the smtp_ settings to the identity settings, and, and this is the ugly part, passes the identity array all the way through, until the SMTP connection data is being assembled. The patch doesn't take care of non-MySQL databases. (The other DDL scripts are not being updated.)"

Opinions/ideas/suggestions are welcome, Hobbes


Note: See TracReports for help on using and creating reports.