Questions tagged [inbox]
236 questions
0
votes
3 answers
What is an Inbox?
I really don't know anything about BPM.
In the BPM context, what exactly is an Inbox?
Is it a common place for emails like everywhere or is it a list of tasks to do?

gonzalomelov
- 971
- 1
- 13
- 30
0
votes
3 answers
Android - SMS shows with encrypted message
When I send a message to another emulator, I can successfully receive the SMS. But there is an additional line showing. How do I remove the 2nd line? It will be helpful if the code is updated using the given codes below.
Inbox Class
public class…

Riyas2329
- 43
- 3
- 14
0
votes
2 answers
iOS-Is there any method available for fetching CTCoreMessage with specific key words from CTCoreAccount or CTCoreFolder in Mailcore library?
I am developing one IOS Application in which i am integrate Gmail via Mailcore library, Now I want add search functionality for Inbox for which user can search their Email Subject and Body. But i am not aware how to implement it. Can anyone help me…

parth vasavada
- 105
- 8
0
votes
2 answers
Sent Items folder not available in James Server 3
I am using James server 3 beta with MySQL database as a repository to develop a mail client application. I am able to send/receive mails from the application. But I want to store a copy of the sent emails in the Sent Item folder which is not…

Semytech
- 623
- 1
- 10
- 17
0
votes
0 answers
Same data is being recieved again and again while following 'paging' facebook php sdk 3
Using php sdk 3, I am trying to follow the links in the paging array which as something like this…

ASHUTOSH
- 862
- 1
- 10
- 17
0
votes
2 answers
How do I change contact numbers to contact names?
Is there a way to display the contact names instead of the contact numbers?
This method returns the phone numbers within an inbox, but I need the names instead:
UPDATE: code changed from the original.
NOTE: I'm trying to change the contact numbers…
user868935
0
votes
1 answer
Blackberry message conversation list
Is it possible to implement the above default blackberry text messages conversation list view in an application.
If yes, how do I do it? I am totally blank about it, and I do not find any lead to go forward on this.
I will get the above messages…

Hades
- 75
- 1
- 12
0
votes
1 answer
WP7.1: How to open inbox (native to the device) by code
I'm working on register section with a function when user register successful it will navigate to a page with "open email" button - this button will open inbox of user's email on device.
I did some research but no luck i cannot find any useful…

Quoc Nguyen
- 348
- 6
- 25
0
votes
1 answer
how to access message inbox in android
How can I activate my application when a user open the message inbox in android. I can open the inbox from my application . I need a vice verse where open my app when message is opened.

K.Muthu
- 1,232
- 1
- 17
- 38
0
votes
1 answer
read all SMS from Inbox at a time in blackberry
I am working on a sms application, in which i have used folder listener to access the Inbox sms.
I want to read all the sms present in the inbox at a time. Is it possible to do this, because what i have done is to read incoming sms.
When a sms added…

Sam-In-TechValens
- 2,501
- 4
- 34
- 67
-1
votes
1 answer
How to only delete SMS that is being processed?
Below are my current codes:
private int deleteAllMessages(Context context){
Uri deleteUri = Uri.parse(SMS_ALL);
int count = 0;
Cursor c = context.getContentResolver().query(deleteUri, null, null, null, null);
…

aliciakng
- 1
- 4
-1
votes
1 answer
NodeJS IMAP fetch email body returning [Object Object]
I am writing a node.js program that stores incoming email in a database but I am having issues getting the email body. I am using the inbox module. I am also using an outlook account.
var inbox = require("inbox");
//I have left out the auth part of…

MuteKn0wM0RE
- 45
- 4
-1
votes
1 answer
shared inbox how do you get vba to go there instead of my own inbox
Set inboxFolder = outNS.GetDefaultFolder(olFolderInbox)
this bit goes to my default inbox but i have a shared inbox how would i get it to take the emails from there . any suggestions be great i have tried a few things my self but no success

Arran 88
- 1
- 1
-1
votes
1 answer
reply to thread by email
I have a threaded inbox . By threaded I mean , just like this question is a thread , all replies are aggregated below it .
I want to add this functionality :
let's say , I started a thread . Now 10 people got notification by email that thread is…

Manan
- 21
- 1
- 3
-1
votes
2 answers
Android Inbox SMS receiving in different parts
I am developing an android app which gets the SMS using broadcast receiver when its comes. Here is the code:
if(intent.getAction().equals("android.provider.Telephony.SMS_RECEIVED")) {
Bundle bundle = intent.getExtras();
…

Mohammad Quadri
- 375
- 4
- 12