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
0
votes
1 answer

Symfony Swiftmail use with yahoo

I want to send an email with Symfony SwiftMail and a Gandi (roundcube) adress. The problem is that nothing happen and I don't know why. ^^ config.yml swiftmailer: transport: mail encryption: ssl auth_mode: login host: smtp …
Valentin BEAULE
  • 384
  • 1
  • 7
  • 26
0
votes
1 answer

Roundcube+IIS7+PHP - No good error msg - Failure uploading attachment > 1.6MB

Scenario: Running Roundcube + IIS 7 + Php 5.4.4 + Hmailserver on a Win7 ultimate machine. I've spent countless hours searching, and I still can't figure out if this is a IIS problem, PHP, or Roundcube problem.. especially since I can't find a decent…
zambuka
  • 1
  • 1
0
votes
2 answers

Roundcube - Nginx does not redirect to .php file automatically

EDITED! I set up a mail server on Debian 7 with Nginx, Postfix, Postfixadmin, Dovecot and Roundcube. I tried to create an alias to use the SSL certificate of my domain example.org (of course, the domain here is an example) for the webmail. When…
Benoda
  • 133
  • 1
  • 10
0
votes
1 answer

RoundCube OAuth with Azure Active Directory

I have mail box which has authentication with Azure AD Authentication. I am doing a POC with RoundCube where the authentication to login to that mail box should not be a user name and password. The application authentication will happens using Azure…
Thirumalai
  • 121
  • 1
  • 11
0
votes
3 answers

How to change Roundcube Objects?

I'm trying to change the title of my webpages on my roundcube email server but I don't know how or where to alter the roundcube object pagetitle. <roundcube:object name="pagetitle" />
0
votes
1 answer

How to individually set mbstring.func_overload = 0 for Roundcube

I got VPS Debian 7 Apache + PHP. In php.ini I set mbstring.func_overload = 2 for all services. But unfortunately Roundcube doesn't work with this setting: ERROR: Wrong 'mbstring.func_overload' option value. Read REQUIREMENTS section in INSTALL file…
Serg
  • 55
  • 1
  • 9
0
votes
1 answer

slow php imap email fetching ( >10 seconds )

I am building my own webmail client. Like Roundcube or Squirrelmail, for example. The problem is that my version is very slow, while Roundcube is fast and I cannot understand why is that (Roundcube's source ir very big and I am unable to dive in…
user3702861
  • 747
  • 2
  • 8
  • 19
0
votes
1 answer

Roundcube - set recipient in GET parameter

I'm trying to prepare a link to the Roundcube mailer hosted on my server, that would include recepient email address - is it possible? I've been trying for some time, digging through the docs and even through the Roundcube's source code but no…
Hipolith
  • 451
  • 3
  • 14
0
votes
0 answers

Building an intranet like page with Play framework

Let's say I'm running a dedicated server with owncloud and roundcube on it. First idea was to protect those URLs with some kind of reverse proxy. However I would like to make it more secured and implement a two factor authentication. The idea is to…
pag
  • 1
  • 1
0
votes
1 answer

mail sends several time the same email

I have install the latest version of vestaCP (0.9.8-12) with Centos 6.6 and the following mail packages: roundcubemail-1.0.3-1.el6.remi.noarch mailcap-2.1.31-2.el6.noarch mailx-12.4-7.el6.x86_64 My problem is that each time I use the mail()…
Minichua
  • 185
  • 14
0
votes
1 answer

Roundcube is giving server error with no logs. Strange AJAX response

After an apache2 and php update, roundcube started to give Server Error dialogs. I checked the ajax responses and the data is received but with strange characters in the…
oxygenpt
  • 368
  • 2
  • 17
0
votes
1 answer

Erro imap roundcube

IMAP Error: OpenSSL not available in C:\wamp\www\roundcubemail-1.0.3\program\lib\Roundcube\rcube_imap.php on line 129 (POST /roundcubemail-1.0.3/?_task=login?_task=login&_action=login) IMAP Error: Login failed for leandrogabrielbustamante@gmail.com…
0
votes
1 answer

Plugin to disable the "Forward" button in Roundcube for one folder

I am looking for a quick way to disable all the buttons from the Roundcube menu bar for only one specific folder: I'm saving, using a PHP script, emails into a specific "Mails Groupés" folder on the imap server. This results in the mails being…
Remy San
  • 525
  • 1
  • 4
  • 24
0
votes
1 answer

Roundcube Plugins brick install

Hello all I am running Roundcube 1.0.2RC and I am having issues with plugins. I edited the config.inc.php file with the following: $rcmail_config['plugins'] =…
Tyler Radlick
  • 184
  • 1
  • 6
  • 12
0
votes
1 answer

PHP 3DES decrypt showed weird(bad) characters

I have a PHP form for which I have implemented 3des encryption/decryption. After submitting and inserting information into database from the front-end, I want to read out the information in the back-end. After decryption my form's information…
brelian
  • 403
  • 2
  • 15
  • 31