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
2
votes
3 answers

Conversation/Threaded message view in roundcube 1.0.1 is disabled

I want use Conversation/Threaded message view in roundcube 1.0.1 but the appropriate button is always disabled.
salyh
  • 2,095
  • 1
  • 17
  • 31
2
votes
2 answers

External Login to Web Mail

I was wondering is there anyway I can let people login from a normal PHP page into SquirelMail/Roundcube etc? So I would have a login lay-out setup and if they fill in their e-mail and password it logs them in to SquirellMail/Roundcube? They must…
Eagle
  • 19
  • 5
1
vote
0 answers

RoundCube perfomance bug with contacts above 1000 in MySQL

Huge delays at user's login to RoundCube. If user has about of 2000 messages in the mailbox, the delay is 2-3 minutes. Generally 435 records in table “users”, 1400 in table “contacts”, 333 in “contactgroupmembers”, 56 in “contactgroups”. Switching…
1
vote
1 answer

Roundcube webmail change login form

I am trying to change the label "Username" to "Email Address" on the login form. When I open /skins/default/templates/login.html it looks like I need to edit: Or is there a language file I need to…
John Magnolia
  • 16,769
  • 36
  • 159
  • 270
1
vote
1 answer

Installing Roundcube using Apache2 but error unsupported PHP version, required >=7.3

I am having trouble getting Roundcube 1.6.1 to work on my server. I believe some pre-existing configuration on my server may interfere with Roundcube but I am unsure. Here is what I have set up so far: I have Odoo installed on my server within a…
1
vote
0 answers

Invalid request, No data was found Roudcube

I am currently facing to issue with Roundcube. 1)The first one is with OS compatibility when I use RoundCube in OS like CentOS or Ubuntu it's the usage count proper but when I use Almalinux or Cloudlinux it shows unknown instead of Usage…
be MrZulf
  • 342
  • 2
  • 7
1
vote
1 answer

How to change language of UI for current user in Roundcube using a script

I am using Roundcube as a webmail client and need to write a script in order to change language of UI for current user. Does anybody have any idea of how to do that? I know that there is a table users which has a field language. The problem consists…
Bakhtiyor
  • 7,198
  • 15
  • 55
  • 77
1
vote
0 answers

Send multiple image in a mail with python

i try to send multiple images in a roundcube webmail with python but when i try my program, it's give me an email but it only have 1 picture:like this (other images aren't displayed but they are in attachments with weird name (courriel html). This…
Diego
  • 11
  • 2
1
vote
1 answer

Integrating Roundcube with docker-mailserver

I have tried to set up a docker-mail server on my server after that I tried to integrate with Mozilla Thunderbird and it worked Than i try to use roundcube as mail client but it give response error with log like this: Jul 13 05:24:28 mail dovecot:…
Hari Nugroho
  • 70
  • 10
1
vote
0 answers

Roudcube version 1.4.4 long loading time for email detail

Good evening, can somebody help me please how to optimize Roundcube mail klient (v1.4.4) for faster loading emails? ✓ Logging in is fast ✓ Show mail's list is too fast ✓ Same php version ✘ loading detail of message takes too long (click to e-mail…
Kevin Colbert
  • 41
  • 1
  • 3
1
vote
0 answers

PHP IMAP not fetching records from cpanel roundcube inbox

Screenshot Connection timed out when tried to fetch emails from the cpanel roundcube. All credentials are perfect and hostname and server also working fine. $hostname = '{mail.server.com:993/novalidate-cert/imap/ssl}'; $username =…
1
vote
1 answer

Roundcube rest api

is there any REST API for roundcube? I have this need: I developed a software where it sends some emails to clients and we need to save the sent mails in the "sent" folder. I searched a lot and all tutorials say that I have to use the auto_bcc but I…
oware
  • 626
  • 9
  • 19
1
vote
1 answer

roundcube installation error. Mimetype to file extension mapping: NOT OK

I'm trying to install Roundcube 1.4.9 on the windows server 2019 with IIS 10.0 in step 3 everything is OK except Mimetype to file extension mapping. Test filetype detection Fileinfo/mime_content_type configuration: OK Mimetype to file extension…
Mohammad Salehi
  • 565
  • 1
  • 12
  • 33
1
vote
1 answer

Delete messages from webmail - not working on all folders

I'm using the following code to delete emails from a webmail: def process_webmail(): box = imaplib.IMAP4_SSL(server) box.login(username, password) print("Connected to webmail") _tuple = box.list() if len(_tuple) <= 0: …
srikanth
  • 958
  • 16
  • 37
1
vote
1 answer

Bulk export mails and folders from RoundCube to Thunderbird

i need to export all mails and folders from RoundCube to Thunderbird What i tried so far? Skipped one by one, because i have cca 100.000 mails only in inbox Tried to transfer all emails and folders to new "Backup" folder then download it all and…
Armin
  • 373
  • 2
  • 13
1 2
3
14 15