Connecting To IMAP And SMTP Using Evolution

Installing Evolution

sudo apt-get install evolution

if error:
"bwrap: Can't create file at ..."
use this command to start evolution:

export WEBKIT_FORCE_SANDBOX=0 && evolution

Video Demonstration