Roundcube Community Forum

Release Support => Requests => Topic started by: rcpalace on August 23, 2007, 12:15:47 PM

Title: Right click menu
Post by: rcpalace on August 23, 2007, 12:15:47 PM
Hi, I think a custom right click menu will look great. If you can't implement it I can create a modification.
Kind Regards.
Title: Re: Right click menu
Post by: bpat1434 on August 28, 2007, 10:04:40 PM
If you checkout the devel-vnext version of RoundCube from the SVN server and make a patch for a right-click context menu, I'm sure it might be included for the rest of us to use ;)
Title: Re: Right click menu
Post by: rcpalace on August 30, 2007, 04:21:16 PM
Alright thanks for the help.
Regards.
Title: Re: Right click menu
Post by: dina on November 25, 2007, 11:46:06 PM
... don't see any right-click menu yet ::) would like it veryyyyyyyyyy much, it would really fit in the RC style.
Title: Re: Right click menu
Post by: bpat1434 on November 26, 2007, 12:08:25 AM
It's not a high priority right now from what I can deduce. A ticket have been two tickets created for this:
#1326380 (http://trac.roundcube.net/ticket/1326380)
#1484181 (http://trac.roundcube.net/ticket/1484181)

You can comment on those (comment on the first ticket) at any point in time after you register. They know it's a feature that's wanted. But since no-one gets paid to develop roundcube, development is slower than a commercial project.
Title: Re: Right click menu
Post by: SKaero on November 29, 2007, 08:19:35 PM
Well it can be added theme side to that shouldn't be to hard. Be I'd like to see this to.
Title: Re: Right click menu
Post by: Miha on December 01, 2007, 12:27:16 PM
maybe with this script anybody can create right click menu
link (http://ajaxian.com/archives/dynamic-right-click-context-menu)
Title: Re: Right click menu
Post by: Miha on December 02, 2007, 08:20:08 AM
I try, and it work:

Right click menu on "Quick search"

Title: Re: Right click menu
Post by: rcpalace on January 15, 2008, 06:46:11 PM
Sorry for not developing it yet, I'm having troubles logging in to the script; it keeps telling me connection to IMAP failed even though my IMAP is enabled!? Once I do know how to get the thing going I will create it and maybe a new theme. If anyone knows what's going on with my issue it will be greatly appreciated.
Best Regards.
Title: Re: Right click menu
Post by: bpat1434 on January 15, 2008, 10:09:28 PM
Could be a multitude of things. Could be a mistyped password, or a bad encryption method, or the devel-vnext branch (if that's what you're using) could be broken.

Turn your error logging up and see what you get in the logs.
Title: Re: Right click menu
Post by: rcpalace on January 16, 2008, 12:23:19 AM
This is what it says in the log error:
IMAP Error: Could not connect to mysite.com at port 143: Connection refused in on line 0
Why do you think the connection is being refused? I tried everything in the books.
Title: Re: Right click menu
Post by: bpat1434 on January 16, 2008, 09:10:04 AM
Hmm.... could be that what you're trying to connect to isn't the real imap server? Typically imap server addresses are imap.servername.tld or mail.servername.tld.

If you can, try this via telnet (where blue-text is what you enter):

telnet mysite.com 143
* CAPABILITY ..... (Some sort of response with word CAPABILITY in it means you've connected)
a001 LOGIN [email protected] "password"
a001 LOGIN OK (Or something similar to that should be reported back for an "OK" login)
a002 LOGOUT

Now, that will just make sure that you can get to the server, connect, and log in. That doesn't mean that you'll be able to do it through PHP. But I don't think PHP is your problem here :)
Title: Re: Right click menu
Post by: rcpalace on January 16, 2008, 01:11:01 PM
Like you said, I think php is my problem here; I can't even connect through telnet. :-\ Well I guess I should either re-install php, >:( Or, re-format the hard drives on the master server and fix RAID, re-install Fedora, php, Apache, and all the others. :'( However, before I do; do you think that this should fix the problem?
Best of Regards.
Title: Re: Right click menu
Post by: bpat1434 on January 16, 2008, 05:48:22 PM
If you can not use telnet to connect to the server, than PHP is not the problem. The IMAP server is the problem.
Title: Re: Right click menu
Post by: rcpalace on January 16, 2008, 07:18:08 PM
Then that changes everything, I'll take a look at it and see what's wrong; thanks for your help btw.
Kind Regards.
Title: Re: Right click menu
Post by: rcpalace on January 17, 2008, 01:40:34 PM
Alright I re-installed IMAP, SMTP, and POP3. I tried the telnet again and it connected for both smtp and imap.  :) Call me an idiot but I have no idea how to login as admin, I tried everything in the books and it just keeps telling me Login failed. Do I have to create an admin user or what do I use?
Best of Regards.
Title: Re: Right click menu
Post by: bpat1434 on January 17, 2008, 01:48:57 PM
Once you install IMAP and all that, you have to create an IMAP user. I'm not 100% sure, but there is no "admin" IMAP user. All administration functions are done via the CLI over SSH.

To log in using roundcube, you have to actually have an IMAP user account ;)
Title: Re: Right click menu
Post by: rockwilda on March 20, 2008, 06:28:54 AM
What's the news?

I would like to see that feature in roundcube, too!
Title: Re: Right click menu
Post by: bpat1434 on March 20, 2008, 07:57:09 AM
To be honest, I'm not 100% sure what's going on with it. The only bug I can find relating to this is "closed" as a duplicate of another bug; however, there is no linkage to the original bug. I'll see what I can dig up on this.