1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
Go to file
cketti 522634fba7 Extend AttachmentProvider to be able to get "raw" attachment
AttachmentProvider can now return an attachment with an unmodified
MIME type. However, when viewing attachments this is not desirable. So
we try hard to return a sensible MIME type (use extension to look up
a MIME type if it's originally "application/octet-stream"; or replace
with canonical MIME type if it's known to be wrong, e.g.
"image/jpg" -> "image/jpeg")
2011-03-24 23:36:59 +01:00
assets Fix display of icon in About box on Android 2.1 and earlier 2011-01-30 15:11:16 +00:00
compile-only-libs Get rid of now unnecessary BouncyCastle jar 2011-02-26 16:59:30 +01:00
docs Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00
images Add button to allow editing of quoted message in HTML mode by dropping user back to text mode. Fixes issue 2959. 2011-02-05 15:14:02 -08:00
libs Replaced our local copy of jzlib with a clean jar built from jzlib 1.0.7 2011-01-31 18:26:01 +00:00
res Initial support for a button to look up contacts in a contact provider 2011-03-22 18:07:47 +11:00
src/com/fsck/k9 Extend AttachmentProvider to be able to get "raw" attachment 2011-03-24 23:36:59 +01:00
tests We have a test suite that can run (thanks to achen's start) 2011-02-08 19:34:53 -05:00
tools Restore tools/build-beta to its former glory. It can now build a "K9 2011-03-16 17:59:25 -04:00
.classpath Get rid of now unnecessary BouncyCastle jar 2011-02-26 16:59:30 +01:00
.project fix the eclipse project name 2010-11-26 03:53:18 +00:00
Android.mk Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00
AndroidManifest.xml Revert changes for issue 549 (import/export settings). 2011-02-28 22:55:34 +01:00
build.properties Bump us up to android-9 so we can have strict mode for development 2010-12-24 18:54:56 +00:00
build.xml astyle-d 2011-02-26 18:39:06 -06:00
default.properties Set encoding to utf8 to get rid of javac warnings 2011-02-21 01:55:57 +01:00
k9mail.iml IntelliJ support appears to be abandoned (K9.iml refers to platform 1.6...) 2011-01-31 23:25:06 +00:00
MODULE_LICENSE_APACHE2 Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00
NOTICE Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00