Author Topic: Right click menu  (Read 11667 times)

Offline rcpalace

  • Jr. Member
  • **
  • Posts: 26
Right click menu
« 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.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Right click menu
« Reply #1 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 ;)
 
  

Offline rcpalace

  • Jr. Member
  • **
  • Posts: 26
Re: Right click menu
« Reply #2 on: August 30, 2007, 04:21:16 PM »
Alright thanks for the help.
Regards.

Offline dina

  • Newbie
  • *
  • Posts: 6
Re: Right click menu
« Reply #3 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.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Right click menu
« Reply #4 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
#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.
 
  

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Right click menu
« Reply #5 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.

Offline Miha

  • Jr. Member
  • **
  • Posts: 17
Re: Right click menu
« Reply #6 on: December 01, 2007, 12:27:16 PM »
maybe with this script anybody can create right click menu
link

Offline Miha

  • Jr. Member
  • **
  • Posts: 17
Re: Right click menu
« Reply #7 on: December 02, 2007, 08:20:08 AM »
I try, and it work:

Right click menu on "Quick search"


Offline rcpalace

  • Jr. Member
  • **
  • Posts: 26
Re: Right click menu
« Reply #8 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.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Right click menu
« Reply #9 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.
 
  

Offline rcpalace

  • Jr. Member
  • **
  • Posts: 26
Re: Right click menu
« Reply #10 on: January 16, 2008, 12:23:19 AM »
This is what it says in the log error:
Code: [Select]
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.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Right click menu
« Reply #11 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 user@domain.tld "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 :)
 
  

Offline rcpalace

  • Jr. Member
  • **
  • Posts: 26
Re: Right click menu
« Reply #12 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.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Right click menu
« Reply #13 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.
 
  

Offline rcpalace

  • Jr. Member
  • **
  • Posts: 26
Re: Right click menu
« Reply #14 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.