Skip to content
#

email

Here are 3,767 public repositories matching this topic...

Mailspring
Weuxel
Weuxel commented Oct 11, 2017
Are there any related issues?

Did not find any.

What operating system are you using?

macos

What version of Mailspring are you using?

1.0.3

--

Does this feature exist in another mail client or tool you use?

Yes

Please provide a reading pane below the messages pane.
A reading pane beside the messages pane wastes a lot of space. Space below the messages is

jirikeller
jirikeller commented Jul 26, 2018

In text editing, QWERTZ keyboard works fine, however keyboard shortcuts Y and Z are swaped.

Expected behavior

If I press "z" button (on QW... row) a read flag should be toggled
If I press "y" button (on YXC.. row) a "copy message" function should be evoked

Actual behavior

If I press "z" button (on QW... row) a "copy message" function is evoked
If I press "y" button (on YXC.. row)

papercups
reichert621
reichert621 commented Mar 10, 2021

Problem
After #621 is finished, we should add the input to the "Getting Started" page so users can actually set this field.

Solution
Add an input below the greeting input on the "Getting Started" page (which is here: https://github.com/papercups-io/papercups/blob/master/assets/src/components/account/GettingStartedOverview.tsx#L306-L318)

The label should say "**Set an away message

malimccalla
malimccalla commented May 20, 2020

I have the following file that handles my sendgrid set up.

import sgMail from '@sendgrid/mail';

const sendGridApiKey = process.env.SENDGRID_API_KEY;

if (!sendGridApiKey) {
  throw new Error('The sendgrid api key has not been set in the environment variables');
}

sgMail.setApiKey(sendGridApiKey);

export { sgMail };

After setting my api key I need to be able to do som

Improve this page

Add a description, image, and links to the email topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the email topic, visit your repo's landing page and select "manage topics."

Learn more