# Can we able to access Email servers(IMAP, SMTP, POP3) For Mobile App?

**URL:** https://community.dreamfactory.com/t/can-we-able-to-access-email-servers-imap-smtp-pop3-for-mobile-app/949
**Category:** REST API
**Created:** [March 26, 2015, 10:11am UTC](https://community.dreamfactory.com/t/can-we-able-to-access-email-servers-imap-smtp-pop3-for-mobile-app/949 "2015-03-26T10:11:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![k\_veeranki](https://avatars.discourse-cdn.com/v4/letter/k/50afbb/32.png) [@k\_veeranki](https://community.dreamfactory.com/u/k_veeranki)
#### Post date: [March 26, 2015, 10:11am UTC](https://community.dreamfactory.com/t/can-we-able-to-access-email-servers-imap-smtp-pop3-for-mobile-app/949/1 "2015-03-26T10:11:54Z")

</div>

I want to do an Email Client App Using PhoneGap.  
For that…

Basically For Any Email Client Application We can able to hit Remote Servers.

They are…

IMAP  
POP3  
SMTP

Servers with their Host Protocols and Port numbers

I think You know this thing very well. Any Email Client should Access these Servers.

So Please Tell me How can i use your Dream Factory services to make Such an App.

Can we able to access Those Remote Servers.

---

<div class="post-metadata">

### Author: ![benbusse](https://yyz1.discourse-cdn.com/flex035/user_avatar/community.dreamfactory.com/benbusse/32/4_2.png) [@benbusse](https://community.dreamfactory.com/u/benbusse)
#### Post date: [March 26, 2015, 5:53pm UTC](https://community.dreamfactory.com/t/can-we-able-to-access-email-servers-imap-smtp-pop3-for-mobile-app/949/2 "2015-03-26T17:53:58Z")

</div>

Yes. See these links for additional info:

[https://github.com/dreamfactorysoftware/dsp-core/wiki/Email-Services](https://github.com/dreamfactorysoftware/dsp-core/wiki/Email-Services)  
[https://github.com/dreamfactorysoftware/dsp-core/wiki/Services](https://github.com/dreamfactorysoftware/dsp-core/wiki/Services) (scroll down to the section on Email Services)

---

<div class="post-metadata">

### Author: ![jeffreystables](https://yyz1.discourse-cdn.com/flex035/user_avatar/community.dreamfactory.com/jeffreystables/32/173_2.png) [@jeffreystables](https://community.dreamfactory.com/u/jeffreystables)
#### Post date: [March 30, 2015, 4:37pm UTC](https://community.dreamfactory.com/t/can-we-able-to-access-email-servers-imap-smtp-pop3-for-mobile-app/949/3 "2015-03-30T16:37:33Z")

</div>

DSP only supports the POST verb for email services. Play with it in your API Docs to observe this:

[This image is no longer available]

So nothing built-in to DSP could be considered an “email client” _per se_. We do fully support sending email.
