This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE OverloadedStrings #-} | |
{-# LANGUAGE DeriveGeneric #-} | |
module Main where | |
--import Web.Scotty | |
import Web.Scotty.Trans | |
import Data.Aeson (FromJSON, ToJSON) | |
import Data.Text.Lazy (Text) | |
import Data.Monoid ((<>)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OfflineImap config. | |
# copy to ~/.offlineimaprc | |
[general] | |
accounts = ISU | |
[Account ISU] | |
localrepository = Local | |
remoterepository = Remote |
OlderNewer