Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 396 Bytes

File metadata and controls

10 lines (8 loc) · 396 Bytes

SMS Forward Application

Features

Reading sms history filtered by date and phone number.
Forwarding to email as a text or .csv file.

Build

Add EmailInfo class in app/src/main/java/com/vanderkast/smsforward/email_handler with following public static fields:

  1. address - Address of email, that will be used to send sms history.
  2. password - Password of set email.