rscontacts 0.1.4

Managed your google contacts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# check-email

Find contacts with invalid-looking email addresses.

## Usage

```bash
rscontacts check-email
```

## Validation Rules

An email is considered invalid if:

- It has no `@` sign
- The local part (before `@`) is empty
- The domain part (after `@`) is empty or has no `.`
- The TLD is less than 2 characters