Skip to content
/ mail Public

Implementation of the prototype called "Mail by Invision"

License

Notifications You must be signed in to change notification settings

juansalas/mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail by Invision

This iOS app has been built using the prototype "Mail by Invision" as inspiration. The prototype can be found at https://invis.io/YV3Y3C8D6

Inbox View Email Thread View

Requirements

  1. Xcode 6.4
  2. Git Follow this guide to install
  3. CocoaPods Follow this guide to install

Installation

Open Mac's Terminal app and run the following commands:

Create a folder to host the project

mkdir FOLDER_NAME
cd FOLDER_NAME

Let's clone the repo.

git clone https://github.com/juansalas/mail.git

Install the CocoaPods (AFNetworking)

pod install

That's all! Open MailInvision.xcworkspace on Xcode.

API Configuration

On file MailInvision/Stores/InboxAPI.m there's a reference to the Inbox API endpoint:

static NSString * const kGetInbox = @"http://dev.laterous.com/invision/index.php";

The code for the index.php can be found at http://dev.laterous.com/invision/index.txt. Please feel free to download it and host it your self if required.

License

Copyright (c) 2015 Juan Ignacio Salas. See LICENSE for further details.

About

Implementation of the prototype called "Mail by Invision"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published