Android :: S/MIME Email Support?
Jan 21, 2009Is anyone aware of options for S/MIME email support on Android? My company uses S/MIME for email encryption and it does not appear to be supported in the default mail client.
View 6 RepliesIs anyone aware of options for S/MIME email support on Android? My company uses S/MIME for email encryption and it does not appear to be supported in the default mail client.
View 6 RepliesLet's get real here. There are tons of threads that cover email on the droid. But Seriously, What are some good apps that support OWA <-- Emoze is the only one I can find so far, however it is not supported on droid at this time. This should be a very basic piece of software.
- connect to a https:// site - you may need to install a security certificate?
- logon with username and password
- send / receive mail
Is Android Email Client supported pop protocols?
View 1 Replies View RelatedI know this has been talked about a lot in these forums, but I don't see any proof one way or the other. Some people say that the only way to get push notifications is to use the gmail app or a 3rd party app, and some people say you can use the stock HTC app and set things up through Exchange. Then some more people say that even setting it up through Exchange is a "pull" account as well, not push.However, what I don't see is hard core proof to back any of this up. I would imagine that there is documentation out there somewhere of what exactly is driving the email collection in the HTC Sense email app, and whether or not it is different for Exchange accounts.
I would like to run my app when a file extention is selected (from web browser, file browser, mail, ... : from everywhere in Android)
So : can I have a clear example of Manifest/xml and Java code to handle, let's say "*.doc" ?
What should be done in my Manifest.xml How to get the filename and read it from the Java code (from an Activity)
I want to email them with a few issues I am having - is there an address or is it a case of using the form on their web page?
View 6 Replies View RelatedI would like to a mimetype to Android Web browser, to allow opening my application when a certain mime type file is downloaded by the web browser. Apparently, only media file's mime type can be supported by the web browser. Is it right? How can I do it?
View 5 Replies View RelatedMy app has two private file formats with distinctive extensions. How to I register their MIME types and associate them with file extensions? My understanding that then my app can be launched to handle a file. How is this done and how to extract the file path my app is launched to handle?
View 4 Replies View RelatedIs there any way (and preferably a pre-existing tool) to view the external features of an app, in particular the MIME types an activity supports?
View 5 Replies View RelatedI can't seem to find out how a MIME type is found. For instance, say I want my application to bring up Contacts. Where can I find the MIME type for that task? I currently have the following:
Intent intent = new Intent(); intent.setAction(Intent.ACTION_GET_CONTENT); intent.setType("*/*");
Intent newIntent = Intent.createChooser(intent, null); startActivityForResult( newIntent , SHOW_VERIFY_ACTIVITY );
And the wildcards work. But I would like to be more explicit. Like the following:
intent.setType("vnd.android.cursor.item/contacts");
...but is not valid.
Is there a way to use setType() and supply multiple broad types (like images and video)?
I'm using an ACTION_GET_CONTENT. It seems to be working with just comma-separated types.
I've been grappling with an issue all day.
I am trying to create a program to deal with .torrent files that are clicked on and/or downloaded by the browser. Currently the downloader reports "Cannot download. the content being downloaded is not supported on the phone"
Im fairly sure this is doable as i recently encountered the same issue with pdf files untill i installed a pdf reader.
I am a current BB user and am very interested in moving over to the Droid, but have concerns about getting my corporate Outlook email. We do not support Activesync; we have 3 methods for mobile access:
BEZ server for BB (not applicable with Droid)
GoodLink - I have not found that GoodLink is supported on the Droid?
VPN - this is how our iPhone users currently access email.
So I have a few questions:
Is GoodLink supported on the Droid?
Is VPN supported natively on the Droid - or is there a VPN client for the Drod? I am not a developer and don't want to mess with the root for any development, etc.
I would like to get the mime type of my local media file (3gpp , mp4, ...etc) if it is of video then i want to allocate a SurfaceView for it additionally otherwise i just use MediaPlayer to play it i have found opencore has provided some interface for that and used by mediascanner.cpp but it seems in android media framework it isnt so can i achieve this by using android media framework?
View 4 Replies View RelatedI kept my .apk file in my "apache" webserver at "Document root" path. This is the only file at Document Root . I had removed index.html file at this location. If I keep the index.html file then other files where not displayed if I open the URL i.e http://<ip_address> using a web browser Now from my Google phone browser I'm able to download the apk file and and install it in Google phone. Note 1: I had not done any settings to add the MIME type "application/ vnd.android.package-archive" in apache web server. Note 2: I was connecting to my webserver through WiFi. But the same apk file I was not able to download from my Gmail (as attachment) and I got "unknown file type" error in this case. After reading few related topics, I came to know about the MIME type support required in webserver for android applications. Now I'm wondering how come file gets installed sucessfully from my apache webserver even without adding the MIME type "application/ vnd.android.package-archive". Any clues what's happening here?
View 4 Replies View RelatedTrying to figure what's wrong with my codings. I followed a blog post from here. I managed to get the codes to actually upload the file to a PHP web service. However, for some reason although I've set explicitly the MIME type for the file, PHP shows that the MIME is just a blank string and therefore rejected.
View 2 Replies View RelatedI want to register my application for files of a certain popular and well-documented MIME-type. The problem is that Android does not seem to recognize this MIME-type. The following sample code demonstrates this:
package com.example.helloandroid;
import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.widget.TextView;
public class HelloAndroid extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); TextView tv = new TextView(this); tv.setText("Hello, Android"); setContentView(tv); String extn = android.webkit.MimeTypeMap.getFileExtensionFromUrl("/data/a.xyz"); String xyzMimeType = android.webkit.MimeTypeMap.getSingleton().getMimeTypeFromExtension (extn); Log.d ("HelloAndroid", "extn: " + extn + " | xyzMimeType: " + xyzMimeType); }
}
I work for a large company who uses exchange active sync server. A co-worker bought a motorola droid which supports exchange server but not security features that windows mobile uses or the 2.0 iphone uses. The company requires a password to interact with their email system. I currently have a 6.1 mobile and can connect. I would like to get an android phone next and was wondering if there are other email apps to support android in this secure format?
View 13 Replies View RelatedI want to send an e-mail, and so I use the typical intent --
CODE:...........................
When I do this, the chooser comes up and gives all kinds of choices, for anything that can handle text/plain i assume, because there's stuff in there that doesn't support "e-mail". How can I make it so that it will only show applications that support email (gmail, mail, yahoo mail, etc...) and not stuff like "Bluetooth", "Facebook", etc...
I'm using JB 1.4.2 on Razr i. There's one thing that's annoying me a lot. I've installed the SNES Emulator SuperGNES and I've found that every single file type that have no app associated is showing SuperGNES icon and associated with it. Example: .log, .db, etc. Even files that have no extension is associated with it. The same problem occur when ZArchiver is installed. I don't know if it's a bug of these two apps or Android's in general. Remembering that this associations are shown only inside Android's native file manager. It's like every "unknown MIME type file" act like being the same.
View 6 Replies View RelatedI'm trying to build a app that uses the SmsMessage class but there are two versions depending on the API level of the device:
android.telephony.gsm.SmsMessage (deprecated for 1.6 and above)
android.telephony.SmsMessage (the new class for 1.6 and up)
I want to target 1.5 and yet have the newer class (android.telephony.SmsMessage) run on devices with 1.6 or higher. How do I do this?
I have already tired this: http://devtcg.blogspot.com/2009/12/gracefully-supporting-multiple-android.html but I couldn't get it to work (the author doesn't mention how he/she handles the different imports, the exact api level settings etc.)
CODE:....................
I am having no problems syncing with Outlook. My problem is that when I click on an email it never opens up the email. Instead I get a force close. The error I get says, Sorry! The application Email (processcom.android.email) has stopped unexpectedly. Please try again.
View 2 Replies View RelatedI need a good email app for my optonline email. I have been using K9 mail which is great but for some reason it won't set up the outgoing mail correctly. It keeps giving me an error message. So I was thinking I would try something different.
View 4 Replies View RelatedI am stuck at a place when I was using Linkify to create Link an email id to the Android email app.
I have a large sentence in a textview which has an email id. On clicking on it, it opens my android email app. But The problem is that, I cannot add any subject or message in the mail. Is there any way of doing this using linkify ? Or do I have to use any other way for doing this. I initially used a textview which had just the email id, from which I could add the subject and message, but i will have to keep the email id in a separate line. I want the entire line in the textview where the email id comes in the middle of the sentence.
I am currently doing like this:
CODE:............
I'm still using the default Email app on moto droid 2.1. Anyone have a better one? I'm all about flashy, anyone got anything flashy?
View 4 Replies View RelatedI want is to automatically compose an e-mail with a subject line, recipient address and an image attachment, and an e-mail app should then pop up with this automatically composed message, to let the user decide whether to send, edit or discard the message.
View 5 Replies View RelatedI am trying to create a mail sending application in android, If I use
`Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND`);
This will launch the builtin application of android, I'm trying to send the mail on button click directly without using this app.
I know this has most likely been discussed many times. But I am looking for a decent email widget.
At the moment I am using the default htc email widget, however when ever I read an email from my gmail account it doesnt update the read status so it still shows as unread.
I would like one that would update the read status and possible the support for unified inbox so I can see new mail from hotmail account and gmail.
I'm a newbie to this forum, and hope someone can help. Have had the Captivate for almost a month now and am plagued by an annoying problem. I have set up email accounts connecting to a google-hosted email account via IMAP. I am finding that when replying to a received email, my reply goes out with redundant repetitions of the email address on the "to" line. Example: Email from soandso@gmail.com arrives. I click "reply" on the phone and the reply goes out to soandso@gmail.com; soandso@gmail.com; soandso@gmail.com; soandso@gmail.com etc etc *10 times*, instead of just once. It also copies me about 10 times! Is anybody else seeing this? I use this for work emails, so it looks very unprofessional like I am trying to spam my clients! I have another couple of days before my 30-day return period is up, so hopefully someone else know how to fix this. Is there some setting I am overlooking?
View 1 Replies View RelatedI have a Samsung Galaxy Note 3 and I am using the native email application with an Exchange account. I do not like the email counter telling me how many unread messages I have. I have notifications turned off so I do not have anything showing up in my notification bar. Is there a way to disable to email counter?
View 4 Replies View Related