Questions tagged [roundcube]

Roundcube is a web-based IMAP email client written in the PHP programming language. It is released under GNU General Public License.

Roundcube is a web-based IMAP email client written in the PHP programming language. Roundcube's most prominent feature is the pervasive use of Ajax technology to present a more fluid and responsive user interface than that of traditional webmail clients.

Website: http://www.roundcube.net

Forum: http://www.roundcubeforum.net

Plugin Repository: http://trac.roundcube.net/wiki/Plugin_Repository

220 questions
1
vote
2 answers

Chrome upload "too fast" for inspecting

I have a stupid problem. I have a page which uses roundcube webmail. When I create a new mail and want to attach a file, there is a
  • element that is appended to a
      element while the file is uploading. After the upload is finished the
    • is…
  • BluePrint
    • 1,926
    • 4
    • 28
    • 49
    1
    vote
    0 answers

    WORKING QMAIL TOASTER - QMAIL, VPOPMAIL, DOVECOT AND ROUNDCUBE

    Am on an Amazon AWS EC2 Linux AMI Server. I used "Bill's Linux Qmail Toaster v. 0.9.4" at Bill's Linux Qmail Toaster v. 0.9.4 to install the various software packages there, specifically: daemontools, ucspi-tcp, qmail, vpopmail, dovecot, squirrel…
    EdNdee
    • 745
    • 1
    • 10
    • 18
    1
    vote
    0 answers

    Compressing existing mail files, readable in Roundcube (dovecot, centos)

    Roundcube can read compressed files without the extension c.f. example below: -rwxr-x--- 1 vmail vmail 5170815 Jun 20 10:14 1529504317.M895396P3597.mailstore-clone,S=7142774,W=7235655:2,S Using the file command on the same file…
    P.C.
    • 11
    • 2
    1
    vote
    1 answer

    Can't log in to roundcube through HAProxy

    For a school project we have to set up webmail. I chose for iRedMail. We have chosen for HAProxy as a loadbalancing service for our other sevices (webhosting, openvas, VPS). The loadbalancer sends the user to the right iRedMail server I created, but…
    1
    vote
    0 answers

    PEAR Mail_Mime overwrite header "To"

    currently I'm working on a plugin for Roundcube using some functions of Mail_Mime. At one point I have to replace the recipient of the mail with another one, so I use $message->get(); $message->headers(array('To'=>implode(',', $recipients)),…
    DDehning
    • 11
    • 4
    1
    vote
    1 answer

    Having a callback when a function is called without touching the actual function (jquery)?

    I'm developing a small plugin that changes the favicons if there are unread messages in mailbox in Roundcubemail. However, the API sucks, and the event listupdate is fired only when the whole page is loaded, even if it is meant to fire when the list…
    Martti Laine
    • 12,655
    • 22
    • 68
    • 102
    1
    vote
    0 answers

    Update Global Address Book in Roundcube Webmail 1.3.1 through backend

    I am using Roundcube Webmail 1.3.1 for our web mail solution. I want to update the global address book table on a daily basis without changing the contact Id. I want to update only the name field and the Vcard field of the contacts table. Right…
    Lalit
    • 11
    • 2
    1
    vote
    0 answers

    nginx: removing prefix to fastcgi_script_name

    I have installed Roundcube in a virtual host: babylon/webmail location /webmail { alias /srv/roundcubemail; index index.php index.html; # Favicon location ~ ^/webmail/favicon.ico$ { root…
    Ruben
    • 1,065
    • 5
    • 18
    • 44
    1
    vote
    1 answer

    Roundcube won't connect to IMAPS port 993

    whenever I change dovecot config to use 993 IMAPS port instead of standard 143 IMAP, roundcube refuses to work with errormessage: Connection to storage server failed. Server Error: Could not connect to localhost:143: Connection refused Port 143…
    cadtobias
    • 81
    • 1
    • 7
    1
    vote
    0 answers

    "has:attachment" filter for Yahoo mail IMAP client

    I am using IMAP client and want to add filter which allows email filtering by attachment, similar to thunderbird. I am able to achieve this for Gmail using "X-GM-RAW has:attachment" but didn't got any success for Yahoo mail. What can be the right…
    John Kay
    • 11
    • 2
    1
    vote
    1 answer

    Getting latest version of Roundcube

    I am trying to display the latest version of roundcube. I get the results I want with curl https://api.github.com/repos/roundcube/roundcubemail/releases | grep tag_name | grep -o "1.2.[0-9]\{1,\}" | sort -n | tail -1 I am trying to work this into…
    1
    vote
    1 answer

    Password change plugin in poste.io fails

    I am experiment with poste.io mail server. It uses rouncube as its web interface. I tried to enable the password plugin. I see below error whenever I try to set the password: [21-Mar-2017 13:00:31 +0100]: DB Error: [1] no such function:…
    BTR Naidu
    • 1,063
    • 3
    • 18
    • 45
    1
    vote
    0 answers

    apache ssl replacement blank page

    My server runs Apache HTTPD 2.2.16 with OpenSSL 0.9.8e on Debian Squeeze runs Roundcube 0.95 on a vhost with an SSL cert. It works fine. The cert will expire on the 21st January. Debian Squeeze has not had updates for years. I created, like usual a…
    Soph
    • 11
    • 1
    1
    vote
    1 answer

    SMTP Error (250): Authentication failed through roundcubemail

    I am pretty new on setting up webservices and i only have basic knowledge on networks, and i am trying to set one web service on a local server, to receive and send mail through an mail server hosted in my ISP. Setup: - OSX - Roundcubemail - Server…
    marafado88
    • 323
    • 3
    • 13
    1
    vote
    2 answers

    Dovecot Sieve filters not working

    I'm having an issue where dovecot-sieve is not working for me from within Roundcube. In the Roundcube web interface the filters tab is there as well as the vacation tab. I can edit, save, enable, and disable filters just fine, but despite the…
    Creibold
    • 23
    • 1
    • 6