Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: IMAP and Outlook-based email providers #357

Merged
merged 17 commits into from
Dec 13, 2022
Merged

Conversation

leinelissen
Copy link
Owner

No description provided.

// Handle creating/removing shortcuts on Windows when installing/uninstalling.
if (require('electron-squirrel-startup')) { // eslint-disable-line global-require
app.quit();
}

const createWindow = (): void => {
// Create the browser window.
const mainWindow = new BrowserWindow({
mainWindow = new BrowserWindow({

Check warning

Code scanning / Electronegativity

Limit navigation flows to untrusted origins. Middle-click may cause Electron to open a link within a new window

Limit navigation flows to untrusted origins. Middle-click may cause Electron to open a link within a new window
// Handle creating/removing shortcuts on Windows when installing/uninstalling.
if (require('electron-squirrel-startup')) { // eslint-disable-line global-require
app.quit();
}

const createWindow = (): void => {
// Create the browser window.
const mainWindow = new BrowserWindow({
mainWindow = new BrowserWindow({

Check warning

Code scanning / Electronegativity

Review the use of the contextIsolation option

Review the use of the contextIsolation option
// Handle creating/removing shortcuts on Windows when installing/uninstalling.
if (require('electron-squirrel-startup')) { // eslint-disable-line global-require
app.quit();
}

const createWindow = (): void => {
// Create the browser window.
const mainWindow = new BrowserWindow({
mainWindow = new BrowserWindow({

Check warning

Code scanning / Electronegativity

Use sandbox for untrusted origins

Use sandbox for untrusted origins
// Register the protocol with the OS
if (process.defaultApp) {
if (process.argv.length >= 2) {
app.setAsDefaultProtocolClient(

Check notice

Code scanning / Electronegativity

Review the use of custom protocol handlers

Review the use of custom protocol handlers
);
}
} else {
app.setAsDefaultProtocolClient('aeon');

Check notice

Code scanning / Electronegativity

Review the use of custom protocol handlers

Review the use of custom protocol handlers
@leinelissen leinelissen merged commit a7859f2 into master Dec 13, 2022
@leinelissen leinelissen deleted the feat/email/imap branch December 13, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant