forked from wrl314/smtps-gmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
smtps-gmail.cabal
executable file
·30 lines (29 loc) · 1.08 KB
/
smtps-gmail.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Name: smtps-gmail
Version: 1.2.1
License: BSD3
License-File: LICENSE
Copyright: Copyright (c) 2014, Enzo Haussecker. All rights reserved.
Author: Enzo Haussecker <[email protected]>
Maintainer: Enzo Haussecker <[email protected]>
Stability: Experimental
Category: Network
Synopsis: Gmail SMTP Client
Homepage: https://github.com/enzoh/smtps-gmail
Bug-Reports: https://github.com/enzoh/smtps-gmail/issues
Build-Type: Simple
Cabal-Version: >= 1.16.0
Description: Send email from your Gmail account.
Library
Default-Language: Haskell2010
Exposed-Modules: Network.Mail.Client.Gmail
Build-Depends: base >= 4 && < 5,
base64-bytestring,
bytestring,
cprng-aes,
data-default >= 0.5.3,
filepath,
mime-mail,
network,
stringsearch,
text,
tls >= 1.2 && < 1.3