1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Base/res/apps
Luke b716e902ba Mail: Add an e-mail application called Mail
This utilises LibIMAP and LibWeb to provide an e-mail client.

The only way currently to connect to a server and login is with a
config file. This config file should be stored in ~/.config/Mail.ini
Here is an example config file:
```
[Connection]
Server=email.example.com
Port=993
TLS=true

[User]
Username=test@example.com
Password=Example!1
```

Since this is stored in plaintext and uses a less secure login method,
I'd recommend not using this on your main accounts :^)

This has been tested on Gmail and Outlook. For Gmail, you either have
to generate an app password if you have 2FA enabled, or enable access
from less secure apps in your account settings.
2021-07-24 20:11:28 +04:30
..
3DFileViewer.af 3DFileViewer: Move Demos/GLTeapot to Applications/3DFileViewer 2021-05-19 19:34:12 +01:00
2048.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
AnalogClock.af AnalogClock: New analog clock application (#6760) 2021-05-09 15:51:36 +02:00
Assistant.af Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
Breakout.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Browser.af Base: Unregister "md" extension from Browser 2021-05-21 23:38:29 +02:00
Calculator.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Calendar.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
CatDog.af Demos: add CatDog (Neko clone) 2021-01-03 12:57:18 +01:00
Chess.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Cube.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
DisplaySettings.af Base: Tweak app names to be in "Proper Noun" style 2021-01-04 23:55:28 +01:00
Eyes.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
FileManager.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Fire.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
FlappyBug.af FlappyBug: Introduce a new Flappy Bug game 2021-06-20 10:54:27 +01:00
FontEditor.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
GameOfLife.af Games: Add GameOfLife 2021-05-15 17:44:21 +01:00
HackStudio.af Base: Tweak app names to be in "Proper Noun" style 2021-01-04 23:55:28 +01:00
Hearts.af Games: Add Hearts 2021-05-21 23:38:18 +02:00
Help.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
HexEditor.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
ImageViewer.af Base: Add file associations for multiple programs 2021-07-19 17:42:14 +04:30
Inspector.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
IRCClient.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Keyboard.af Base: Tweak app names to be in "Proper Noun" style 2021-01-04 23:55:28 +01:00
KeyboardMapper.af Base: Add KeyboardMapper.af 2021-05-12 23:12:54 +01:00
LibGfxDemo.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
LibGfxScaleDemo.af LibGfx: Make it possible to apply an (integer) scale to a Painter 2021-01-12 23:32:54 +01:00
Magnifier.af Base: Add Magnifier.af 2021-05-11 18:01:55 +02:00
Mail.af Mail: Add an e-mail application called Mail 2021-07-24 20:11:28 +04:30
Mandelbrot.af Demos: Add Mandelbrot demo 2021-05-17 13:35:39 +02:00
Minesweeper.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Mouse.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
MouseSettings.af Base: Tweak app names to be in "Proper Noun" style 2021-01-04 23:55:28 +01:00
PDFViewer.af Base: Add file associations for multiple programs 2021-07-19 17:42:14 +04:30
Piano.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
PixelPaint.af PixelPaint: Style the application name as "Pixel Paint" :^) 2021-05-16 01:11:56 +02:00
Playground.af Base: Add file associations for multiple programs 2021-07-19 17:42:14 +04:30
Pong.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Profiler.af Base: Associate .profile extension with Profiler 2021-07-18 19:01:57 +02:00
Screensaver.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Snake.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Solitaire.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
SoundPlayer.af Base: Add file associations for multiple programs 2021-07-19 17:42:14 +04:30
SpaceAnalyzer.af SpaceAnalyzer: use "Proper Noun" name style 2021-01-09 13:59:23 +01:00
Spider.af Games: Add Spider 2021-06-24 10:32:53 +02:00
Spreadsheet.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Starfield.af Demos: Add Starfield screensaver demo 2021-04-26 23:13:27 +02:00
SystemMonitor.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
Terminal.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
TextEditor.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
ThemeEditor.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00
WidgetGallery.af Base: Remove [Icons] section from .af files 2020-12-24 20:50:30 +01:00