Sean Whalen
8da627aa61
Merge pull request #301 from nathanthorpe/graph_addition
...
Add support for Microsoft Graph API (Microsoft 365 mailboxes)
2022-04-21 17:11:35 -04:00
Sean Whalen
f5dcde183a
Merge branch 'master' into graph_addition
2022-04-21 17:11:22 -04:00
Sean Whalen
bc5cca69ba
Merge pull request #297 from robertomoutinho/ISSUE-296
...
ISSUE-296 - Elastic DSL lib pinned to under 7.14
2022-04-21 16:54:04 -04:00
Sean Whalen
a37f7aef5e
Merge pull request #294 from taladar/ip_db_path
...
add ip_db_path initialization
2022-04-21 16:53:22 -04:00
Sean Whalen
3bce7cf300
Merge pull request #285 from dbermuehler/master
...
Removed usage of logging.basicConfig
2022-04-21 16:53:02 -04:00
Sean Whalen
c777d6759d
Merge branch 'master' into master
2022-04-21 16:52:47 -04:00
Sean Whalen
d76b0adc67
Merge pull request #284 from roeften/gmail
...
Add GMail API support
2022-04-21 16:47:13 -04:00
Nathan Thorpe
754e1d6bc5
remove batch_size from fetch_messages method
2022-04-06 11:46:37 -07:00
Nathan Thorpe
445e3cdf9d
add try except block to get_dmarc_reports call
2022-04-03 21:49:27 -07:00
Nathan Thorpe
db1d3443fd
update setup.py
2022-04-03 17:56:39 -07:00
Nathan Thorpe
59a39b1509
update readme
2022-04-03 17:54:40 -07:00
Nathan Thorpe
1f865ae566
implement mailbox watch
2022-04-03 17:42:11 -07:00
Nathan Thorpe
88c8af8334
Implement getting messages from an Office 365 mailbox using MS Graph
2022-04-03 16:57:31 -07:00
robertomoutinho
30539dc111
ISSUE-296 - Elastic DSL lib pinned to under 7.14
2022-03-15 20:52:50 -03:00
Matthias Hörmann
e79dbd702e
add ip_db_path initialization
2022-03-02 11:47:39 +01:00
Panos Gkikakis
5be36e431c
Added dependencies for GMail api
2022-01-24 23:45:59 +02:00
Dominik Bermühler
8441f8badd
Removed usage of logging.basicConfig
...
logging.basicConfig will change the configuration of the root logger and not the configuration of your own library logger. Since parsedmarc is a library, it should keep its logging configuration to its own logger, such that the logging configuration of applications using this library are not affected.
2022-01-18 18:23:23 +01:00
Panos Gkikakis
e721f5701e
Add GMail API support
2022-01-17 23:43:33 +02:00
Sean Whalen
315d400677
Update index.rst
2022-01-09 14:42:55 -05:00
Sean Whalen
5e0ac908c6
Better install instructions
...
Avoid polluting the Python system installation
2022-01-09 14:33:47 -05:00
Sean Whalen
12e1382f13
Update README.rst
2022-01-09 13:57:33 -05:00
Sean Whalen
672a0f255d
Update version number to 7.1.1
2022-01-08 16:10:16 -05:00
Sean Whalen
21c7e9d4af
7.1.1
...
- Actually include `dbip-country-lite.mmdb` file in the `parsedmarc.resources` package (PR #281 )
- Update `dbip-country-lite.mmdb` to the 2022-01 release
2022-01-08 16:07:23 -05:00
Sean Whalen
7a44164ce5
Merge pull request #281 from mcastellini/fix_package
...
Actually add DBIP database static copy to packaged files
2022-01-08 15:19:41 -05:00
Matteo Castellini
68bc430476
Actually add DBIP database static copy to packaged files
2022-01-07 22:58:41 +01:00
Sean Whalen
2b55c9ec13
Update python-tests.yml
2022-01-05 12:11:35 -05:00
Sean Whalen
c5248a9375
Update requirements.txt
2022-01-05 11:55:12 -05:00
Sean Whalen
3fb3d6f920
Update requirements.txt
2022-01-05 11:54:26 -05:00
Sean Whalen
632b501f76
Update requirements.txt
2022-01-05 11:47:54 -05:00
Sean Whalen
dcdc210ab6
PEP8 style fixes
2022-01-05 10:59:00 -05:00
Sean Whalen
8259f6866f
Update python-tests.yml
2022-01-05 10:46:31 -05:00
Sean Whalen
4f22ab4879
Update python-tests.yml
2022-01-05 10:36:29 -05:00
Sean Whalen
ce2943e0cc
Update python-tests.yml
2022-01-05 10:29:58 -05:00
Sean Whalen
c0f82fa363
Update Github Workflows
2022-01-05 10:29:19 -05:00
Sean Whalen
293dfc46b7
PEP8 code style fixes
2022-01-05 10:21:25 -05:00
Sean Whalen
fcf5a3be31
Update python-tests.yml
2022-01-05 09:54:55 -05:00
Sean Whalen
c0e975b1e0
Update python-tests.yml
2022-01-05 09:45:58 -05:00
Sean Whalen
d50259cdc3
Update python-tests.yml
2022-01-05 09:44:14 -05:00
Sean Whalen
8a5242be5a
Update python-tests.yml
2022-01-05 09:43:22 -05:00
Sean Whalen
ddb02cd031
Update python-tests.yml
2022-01-05 09:31:26 -05:00
Sean Whalen
273e9906a3
Update python-tests.yml
2022-01-05 09:30:12 -05:00
Sean Whalen
a87b11f726
Fix x-axis dates in Kibana - Closes #246
2022-01-05 08:56:36 -05:00
Sean Whalen
de8f18dcd3
Fix CLI that was broken by the new ip_db_path option
2022-01-03 21:23:35 -05:00
Sean Whalen
061c5a084e
Merge pull request #278 from lasat/master
...
Resolve issue #261 - add documentation for imap password escape
2022-01-03 21:02:36 -05:00
lasat
c921814e18
Update index.rst
...
add note to imap password to escape '%'
2021-12-23 07:45:39 +01:00
Sean Whalen
ca2c18b566
Update python-tests.yml
2021-12-07 12:19:53 -05:00
Sean Whalen
25b63e484c
Update python-tests.yml
2021-12-07 12:14:33 -05:00
Sean Whalen
89f43bbe5d
Update requirements.txt
2021-12-07 12:12:34 -05:00
Sean Whalen
b54bcc9138
Update setup.py
2021-12-07 12:05:53 -05:00
Sean Whalen
de3ac64583
Update python-tests.yml
2021-12-07 12:02:16 -05:00