juansalas / mail

Implementation of the prototype called "Mail by Invision"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

License:MIT License


Languages

Language:Objective-C 99.7%Language:Ruby 0.3%