e

editmail

A smart control for entering email addresses with automatically checking if the domain exists and if the domain can receive emails
https://github.com/rekire/EditMail
Rekisoft Public License (RKSPL)
René Kilczan
Files download
File Operation
editmail-1.0.1.jar download
editmail-1.0.1.pom download
editmail-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.rekisoft.android</groupId>
  <artifactId>editmail</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'eu.rekisoft.android:editmail:1.0.1'
Gradle Kotlin
implementation("eu.rekisoft.android:editmail:1.0.1")
Scala SBT
libraryDependencies += "eu.rekisoft.android" % "editmail" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='eu.rekisoft.android', module='editmail', version='1.0.1')
)
Apache Ivy
<dependency org="eu.rekisoft.android" name="editmail" rev="1.0.1" />
Leiningen
[eu.rekisoft.android/editmail "1.0.1"]
Apache Buildr
'eu.rekisoft.android:editmail:jar:1.0.1'