Questions tagged [inbox]
236 questions
4
votes
2 answers
Android - Modify SMS Body before arriving the Inbox
Currently I am trying to modify an incoming SMS before it is saved to the Inbox.
As the system is Android 4.4.4, a simple interception with a high priority broadcast receiver is not possible. That is also the reason why I'm modifying the Android…

stackmint54
- 49
- 6
4
votes
4 answers
How to get unread messages using FQL?
I am trying to get the body and the sender of all unread inbox .
To get all conversation's threads with unread messages I used this query:
SELECT thread_id from unified_thread WHERE folder='inbox' AND unread=1
to get the unread message of a thread I…

Dany19
- 551
- 9
- 26
4
votes
0 answers
Gmail Inbox Feed doesn't work with OAuth anymore
Gmail Inbox Feed
(https://developers.google.com/gmail/gmail_inbox_feed) stopped working (401 response) if passing an OAuth access token via the Authorization header.
Does anybody know if this is just a temporary glitch of if it isn't supported…

Lars
- 43
- 3
4
votes
2 answers
How to check if email inbox exists on a remote server
Is there an API to check if an email inbox exists on a remote server? my-addr.com does this beautifully and brings up some surprisingly high-level info about a box.
john@gmail.com : "The email account that you tried to reach is over quota. Please…

Robin Rodricks
- 110,798
- 141
- 398
- 607
4
votes
2 answers
How to use Notification Inbox style using android?
I do not know how to use Notification Inbox style exactly. I just tried this below code and it is showing error at Notification.InboxStyle(). What mistake I did? Can anyone help me out with this issue? Here is my code..
private void…

user3057567
- 147
- 2
- 2
- 12
4
votes
2 answers
How to whitelist Facebook app to send private inbox message by graph api
There have many people asking around how to send private inbox message by graph api, i search for long time, the answer is no. the reason is "App must be on whitelist"
Alternate solution is send by chat api (xampp). but this is not my solution. coz…

Edward Siu
- 41
- 1
- 3
3
votes
0 answers
How does it send slight different emails to multiple recipients, though having them in common 'to' section?
So I was trying mixmax - the chrome extension and got to know it tracks email open event even though the same mail is sent to multiple recipients and it is able to identify receivers properly. I checked and found that it adds different pixel URLs…

Karan Shah
- 111
- 11
3
votes
0 answers
inbox stacking in phonegap-plugin-push
I am using Phonegap-plugin-push for receiving notifications in ionic app and I have done inbox-stacking. How will I identify if a notification contains n collapsible notifications or single notification. Currently, if I select collapsed…

vaishali
- 312
- 1
- 8
3
votes
2 answers
Is there any phone that doesn't have sms inbox content provider?
Is there any phone that doesn't have typical sms content provider ("content://sms/inbox")?
Or there is any phone that has different fields scheme?

pixel
- 24,905
- 36
- 149
- 251
3
votes
4 answers
Counting the number of messages in an e-mail account with python
is there any way, in Python, to have access to an e-mail account (I'll need this for gmail but better if any works) and be able to see the number of messages in the inbox (maybe even unread messages only)?
Thank you.

kettlepot
- 10,574
- 28
- 71
- 100
3
votes
1 answer
read all mails from gmail inbox using apache camel
I am trying to read all mails from google mail (Gmail - imaps) account and download its attachments but I am only able to get one unread mail and its attachments.
Posting my code snippet.
// Download function
public void download() throws…

Benoy Prakash
- 436
- 5
- 17
3
votes
1 answer
JavaMail store.connect() times out - Can't read gmail Inbox through Java
I am trying to connect to my gmail inbox to read messages through Java Application. I am using..
jdk1.6.0_13
javamail-1.4.3 libs - (mail.jar, mailapi.jar, imap.jar)
Below is my code : MailReader.java
import java.util.Properties;
import…

viv
- 33
- 1
- 3
3
votes
1 answer
How to get gmail inbox feed from a nested label
As specified here https://developers.google.com/google-apps/gmail/gmail_inbox_feed, I can get a feed of unread emails under a label 'work' by simply calling https://mail.google.com/mail/feed/atom/work/
But what to do in case I have nested…

Jigar Vyas
- 68
- 6
2
votes
2 answers
How software like Return Path or SendGrid knows how many emails reached inbox?
I am interested to know the technical background of how this services can determine if my email reached the inbox or not(as this is the key servicethis providers offer). If I send an email to somebody wh uses Yahoo messenger or Gmail or maybe just…

Ryan
- 5,456
- 25
- 71
- 129
2
votes
0 answers
How to know the priority value of phone inbox
I am trying to intercept the SMSs and abort its broadcast. I have read several posts and I think there are an agreement in that the abortBroadcast along with other code do the work. The only thing that i think there is some disagreement is on the…

Antonio Leite
- 460
- 3
- 7