Mail: MAIL 0.6.2

Created on 16 Jan 2017  路  5Comments  路  Source: nextcloud/mail

Steps to reproduce

  1. Reply Button
    2.
    3.

Expected behaviour

Tell us what should happen
Unable to click Reply button

Actual behaviour

Tell us what happens instead
Reply button not working cannot click

Mail app

Mail app version: (see apps admin page)

Mailserver or service: (e.g. Outlook, Yahoo, Gmail, Exchange,...)

Transport security - IMAP: (None, SSL, TLS, STARTTLS)

Transport security - SMTP: (None, SSL, TLS, STARTTLS)

Number of accounts:

Mail app version build date: (only if you are using a Nightly Build)

Server configuration

Operating system:
Centos 7
Web server:
Apache
Database:
MariaDB
PHP version:
5.6w
Version: (see admin page)

Updated from an older version or fresh install:
Fresh
List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your server installation folder

The content of config/config.php:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your server installation folder

activity     contacts              files                   files_sharing      logreader                previewgenerator  templateeditor         workflowengine
admin_audit  dav                   files_accesscontrol     files_texteditor   lookup_server_connector  provisioning_api  theming
apporder     direct_menu           files_automatedtagging  files_trashbin     mail                     serverinfo        twofactor_backupcodes
audioplayer  encryption            files_downloadactivity  files_versions     nextcloud_announcements  sharebymail       updatenotification
bookmarks    external              files_external          files_videoplayer  notes                    survey_client     user_external
calendar     federatedfilesharing  files_pdfviewer         firstrunwizard     notifications            systemtags        user_ldap
comments     federation            files_retention         gallery            password_policy          tasks             user_saml


or 

Insert your config.php content here
(Without the database password, passwordsalt and secret)

$CONFIG = array (
'instanceid' => 'ocvd7lc4nr62',
'passwordsalt' => '',
'secret' => '
',
'trusted_domains' =>
array (
0 => 'nextcloud200.tailinsubic.com',
),
'datadirectory' => '/var/www/html/nextcloud/data',
'overwrite.cli.url' => 'http://nextcloud200.localhost.com',
'dbtype' => 'mysql',
'version' => '11.0.0.10',
'dbname' => 'db_nextcloud_test',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_adminroot',
'dbpassword' => 'XXX',
'logtimezone' => 'UTC',
'installed' => true,
'mail_smtpmode' => 'smtp',
'mail_from_address' => 'xxxx',
'mail_domain' => 'localhost.php',
'mail_smtpauth' => 1,
'mail_smtphost' => 'mx.localhost.php',
'mail_smtpport' => '25',
'mail_smtpname' => 'xxxx',
'mail_smtppassword' => 'xxxx',
'updater.release.channel' => 'stable',
'mail_smtpauthtype' => 'LOGIN',
);

Client configuration

Browser:

Operating system:

Logs

Web server error log
Insert your webserver log here
Server log (data/nextcloud.log)

Insert your server log here

Horde IMAP log (data/horde_imap.log)

Insert your horde IMAP log here, see https://github.com/nextcloud/mail#debug-mode

Horde SMTP log (data/horde_smtp.log)

Insert your horde SMTP log here, see https://github.com/nextcloud/mail#debug-mode

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log 
c) ...

needs info

Most helpful comment

Hey @cheesewizz,

did you try to click into the reply textarea and type something? The button should get enabled then

All 5 comments

Hello

No idea if its a BUG, can i download previous version lower than 6.

thanks

error

Reply Button is grey colored no reaction once the mouse point into the box or name.

Edit bei @stefan-niedermann: Removed personal information (domains, usernames, email addresses) from screenshot.

Hey @cheesewizz,

did you try to click into the reply textarea and type something? The button should get enabled then

Hello ChristophWurst

Hahaha its my mistake Yes you are correct the button is disabled when your not typing any text at the body message, when I type any text the button get enabled.

Thanks

Great to hear that :-)

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and questions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sscherfke picture sscherfke  路  5Comments

StCyr picture StCyr  路  4Comments

ChristophWurst picture ChristophWurst  路  3Comments

jancborchardt picture jancborchardt  路  5Comments

b1f17773 picture b1f17773  路  5Comments