Questions tagged [inbox]

236 questions
0
votes
1 answer

Read all mails from inbox

It reads only new messages from Inbox whereas I want to read all the messages. How to achieve it? Folder folderInbox = store.getFolder("INBOX"); folderInbox.open(Folder.READ_ONLY) Message[] arrayMessages = folderInbox.getMessages();
Oj_41
  • 1
  • 2
0
votes
1 answer

inbox for normal push notifications

I'm using Urban Airship to handle the push notifications (for Android) and I know they have inbox functionality but it works only for rich push notifications. I'm trying to get it work for all the notifications (so that all the notifications…
A.K.C.F.L
  • 45
  • 3
  • 11
0
votes
1 answer

How would you design messaging functionality if I need to be able to handle attachment in ASP.NET MVC?

I'm working on an ASP.NET MVC site and part of my requirements are that users are able to message eachother. On the surface this isn't that hard of a task. Messaging in its most simplified form is simply a "Messages" table with things like,…
KingNestor
  • 65,976
  • 51
  • 121
  • 152
0
votes
1 answer

Send an alert email based on incoming outlook email using VBA

If told how, I can attach the emails that I talk about in this question. I need to monitor my outlook inbox for two specific emails. One arrives every night at 7pm. The other arrives at 7:20pm (give or take a couple minutes either side). The first…
Jim
  • 1
  • 1
  • 1
0
votes
1 answer

Send mail directly to new gmail inbox primary tab

Our mailer open rates are gradually decreases now a days in Gmail. Our mails are landing in to Gmail's social inbox tab and not in Primary tab. How can we send our mails directly to Primary inbox tab in Gmail. Please help us to sort out the issue.
0
votes
0 answers

Sending a message - read if seen programmatically

Currently we run a booking service and we would like to give our members the option to install our app (soon to be app) and recieve booking information to facebook. We already offer them booking information through email, SMS and regular mail. Now…
AdamG
  • 55
  • 5
0
votes
1 answer

How to mark gmail UNREAD emails using asp.net

I am using tutorial http://www.codeproject.com/Articles/188349/Read-Gmail-Inbox-Message-in-ASP-NET to make a gmail client. Using the code in this tutorial I am retrieving all emails from INBOX. I have a problem with distinguishing the UNREAD ones.…
sashafierce
  • 83
  • 1
  • 11
0
votes
1 answer

How to get the original message's message field through FbGraph /me/inbox?

I am trying to get the original message content from the /me/inbox through the API. I have authorized the read_inbox permission and got a bunch of message objects back. However, each of the message has no Subject nor Message (content). But it does…
achiinto
  • 87
  • 1
  • 3
0
votes
0 answers

Devise and simple-private-messages implementation

I want to build a user inbox system and choosing this simple-private-messages gem as the backbone. However, the documentation of this gem is rather primitive. I've generated the scaffold of this gem, however, I don't know what key the gem is used…
0
votes
2 answers

How to delete all messages from inbox faster in android?

I am developing an android application in which I need to delete all messages from inbox. I followed the method of fetching single id and deleting the corresponding message. this works fine when messages in inbox are less. If more number of messages…
Kaarthikeyan
  • 500
  • 5
  • 12
0
votes
1 answer

YouTube API Inbox Request doesn't always work

I',m trying to get Inbox Messages for authenticated Youtube's user's profile.This is my code def GetInboxMessage(self): uri = 'https://gdata.youtube.com/feeds/api/users/default/inbox?v=2&key=%s' %DEVELOPER_KEY print 'GET INBOX\n' feed =…
Dubniak
  • 13
  • 4
0
votes
2 answers

Facebook API list inbox using php paging

I want list of facebook messages through Facebook API-PHP. I wrote a code with php, ı wrote the code; // Facebook App Connection $facebook = new Facebook(array( 'appId' => 'xxxxxxxxxxxx', 'secret' =>…
Hüseyin ASLIM
  • 153
  • 1
  • 15
0
votes
2 answers

Adding stylish conversation in android message conversation

I am trying to develop an application that allows users to chat with each other via SMS. I have done this job. But the main problem is that now I am giving much importance to the design of my layout. I want to make my inbox conversation just like…
Developer
  • 385
  • 1
  • 3
  • 18
0
votes
1 answer

send mail to gmail inbox instead of spam by using php in smtp connection

I used the php mailing function to send mail.but my mails send to spam folder. I want to send my mail to inbox.How can I send mail to gmail inbox instead of spam by using php in smtp connection.
manoranjani
  • 11
  • 1
  • 8
0
votes
2 answers

How receive SMS in windows mobile application and put it into the Inbox

I am doing sample application using windows mobile 5.0. When I receive an SMS, I want to check for certain criteria (eg: "Honda"). If I find that word, I will do my process, if not, it must be stored in the Inbox. I wrote the code receiving SMS and…
Siva CCSPL
  • 105
  • 1
  • 1
  • 10