util-email-content-segregation-script
Python script that uses the Mailgun/Talon library to parse emails and mark the start of each new message in the chain.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаcom.github.cafdataprocessing |
| Идентификатор | Идентификаторutil-email-content-segregation-script |
| Последняя версия | Последняя версия2.1.0-80 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеEmail Content Segregation Script
Python script that uses the Mailgun/Talon library to parse emails and mark the start of each new message in the chain.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/util-email-content-segregation-script/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>util-email-content-segregation-script</artifactId>
<version>2.1.0-80</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/util-email-content-segregation-script/
implementation 'com.github.cafdataprocessing:util-email-content-segregation-script:2.1.0-80'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/util-email-content-segregation-script/
implementation ("com.github.cafdataprocessing:util-email-content-segregation-script:2.1.0-80")
'com.github.cafdataprocessing:util-email-content-segregation-script:pom:2.1.0-80'
<dependency org="com.github.cafdataprocessing" name="util-email-content-segregation-script" rev="2.1.0-80">
<artifact name="util-email-content-segregation-script" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='util-email-content-segregation-script', version='2.1.0-80')
)
libraryDependencies += "com.github.cafdataprocessing" % "util-email-content-segregation-script" % "2.1.0-80"
[com.github.cafdataprocessing/util-email-content-segregation-script "2.1.0-80"]
Python script that uses the Mailgun/Talon library to parse emails and mark the start of each new message in the chain.