Rocket.Chat.Kotlin.SDK icon indicating copy to clipboard operation
Rocket.Chat.Kotlin.SDK copied to clipboard

[PROJECT] Keep a single class to represent an Email

Open leonardoaramaki opened this issue 7 years ago • 1 comments

Currently, on the SDK, we have two classes to represent an e-mail, which are:

  • https://github.com/RocketChat/Rocket.Chat.Kotlin.SDK/blob/develop/core/src/main/kotlin/chat/rocket/core/model/Email.kt and
  • https://github.com/RocketChat/Rocket.Chat.Kotlin.SDK/blob/develop/common/src/main/kotlin/chat/rocket/common/model/Email.kt

We should keep one.

leonardoaramaki avatar May 18 '18 03:05 leonardoaramaki

@leonardoaramaki I would like to work on this issue

GOVINDDIXIT avatar Feb 10 '19 10:02 GOVINDDIXIT