forked from Enough-Software/enough_mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
41 lines (36 loc) · 848 Bytes
/
pubspec.yaml
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
31
32
33
34
35
36
37
38
39
40
41
name: enough_mail
description: IMAP, POP3 and SMTP for email developers. Choose between a low
level and a high level API for mailing. Parse and generate MIME messages.
Discover email settings.
version: 2.1.6
homepage: https://github.com/Enough-Software/enough_mail
topics:
- email
- imap
- pop3
- smtp
- mime
environment:
sdk: '>=2.19.0 <4.0.0'
dependencies:
basic_utils: ^5.6.1
collection: ^1.16.0
crypto: ^3.0.0
encrypt: ^5.0.0
enough_convert: ^1.5.0
event_bus: ^2.0.0
intl: ^0.19.0
json_annotation: ^4.8.0
pointycastle: ^3.6.0
synchronized: ^3.1.0
xml: ">=6.0.0 <7.0.0"
dependency_overrides:
http: ^1.1.0 # for dart_code_metrics
dev_dependencies:
build_runner: ^2.3.0
dart_code_metrics: 5.7.6
flutter_lints: ^3.0.0
json_serializable: ^6.3.0
lints: ^3.0.0
test: ^1.20.1
timezone: ^0.9.0