Add "Reply-to" field to the Composer
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 348
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 91
Description
Steps to reproduce
N/A
Expected behaviour
I would appreciate "reply to" field in message editor when creating a new message or replying to a received one.
Actual behaviour
N/A
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:
Web server:
Database:
PHP version:
Version: (see admin page)
Updated from an older version or fresh install:
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:
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
</details>
#### Client configuration
**Browser:**
**Operating system:**
#### Logs
##### Web server error log
Insert your webserver log here
##### Server log (data/nextcloud.log)
<details>
Insert your server log here
</details>
##### Horde IMAP log (data/horde_imap.log)
<details>
Insert your horde IMAP log here, see https://github.com/nextcloud/mail#debug-mode
</details>
##### Horde SMTP log (data/horde_smtp.log)
<details>
Insert your horde SMTP log here, see https://github.com/nextcloud/mail#debug-mode
</details>
##### Browser log
<details>
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
</details>
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/54400843-request-please-add-reply-to-field-to-the-message-interface?utm_campaign=plugin&utm_content=tracker%2F44154351&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F44154351&utm_medium=issues&utm_source=github).
</bountysource-plugin>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue requests a Reply-to field in the message editor when composing or replying. Start by locating the Composer UI and the message-sending path, then trace how headers are assembled. Done means users can set a Reply-To value for both new messages and replies and that it is included in sent mail.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100