Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/katzenpost/katzenpost-android-mail

A Katzenpost client, based on K-9 Mail
https://github.com/katzenpost/katzenpost-android-mail

Merge pull request #1995 from k9mail/readd-clearsign

Allow pgp/inline with sign-only again

6064204d7bd6028252ce49ddacecde11e1675b1a authored about 8 years ago
Call base implementation as per API requirements

897520477c826f5e308ed538f8148bef706fc17f authored about 8 years ago
Merge pull request #1987 from GoneUp/fix1981widgetSize

Changing unread widget size to match App Widget Design Guidelines.

aef446f1c864da9f0fbdfa5b4f04199d128bcef4 authored about 8 years ago
Rework where we wrap message content

fe6f6caa5f6c483c0552de27da7b318ea77ae2eb authored about 8 years ago
Clean up FTS table on update

f3e55347970bbe6929556492494218f7fae9ee3d authored about 8 years ago
Delete data from FTS table when deleting message data

071f88e96eb09a2865471c7dce1f7e17913b5a1e authored about 8 years ago
Merge pull request #2004 from philipwhiuk/styleQuotedContent

Style quoted content

Fixes #1930

1af2f23f50625c8e523b1e5c12573b939bf05db7 authored about 8 years ago
Merge pull request #2003 from philipwhiuk/dontHideCC

Don't hide CC and BCC if 'Always show' enabled

985cd8593cc84fbb50a5dfb408b5fa6a957f3c49 authored about 8 years ago
Merge pull request #1986 from GoneUp/fix1861unlimitedSubject

Don't limit subject in message view to 3 lines

Fixes #1861

177f5df8390e98a2b043d9b1eafa64112ba2ca62 authored about 8 years ago
Delete data from Full-Text-Search table on clear()

8337c169357908b72f7a5bf6df64e7f2c493fd54 authored about 8 years ago
Style quoted content

17dc1c52bc03c5b3e38da2082e8745cc3aeed04c authored about 8 years ago
Don't hide CC and BCC if 'Always show' enabled

963645cad626c3ea2f732ebf66390b072aa444f5 authored about 8 years ago
prefer sign-only dialog over pgp/inline dialog for icon click, and disable together

afb5e4935172b5cf2b01151cebcf4e4b49669342 authored about 8 years ago
allow combined pgp/inline + sign-only == clearsign mode

0ecf5bcfc70562e14afab1f41aaada07bc30b287 authored about 8 years ago
Revert "remove support for clearsigned messages in PgpMessageBuilder"

This reverts commit ef3cda97e29f6ae8193aef0291c8468e422dc81d.

a44129b7a98f10933839da563f21dd43c99a5ab6 authored about 8 years ago
Adjusted the widgets minHeight/mindWidth values to google's recommendation

78b70610616e21aeac10fcc0e41bdfef2e64658a authored about 8 years ago
Unrestricted the message subject since it's in a scrollcontainer

42a24023472476b7efa7d533b18491fd08a9ef9f authored about 8 years ago
Merge pull request #1976 from k9mail/GH-1959_support_header_field_name_with_space

Add support for obsolete header field format

6beb9902dade44b5f6dce8e8e8a2638e7be9e6ef authored about 8 years ago
Merge pull request #1968

Option to disable the mark all as read dialog

Fixes #1923

d0c137662e4572f9b0f2099a2b980ed8a1615a89 authored about 8 years ago
Add setting for disabling 'mark all as read' confirmation dialog

4e3b91352286045b0da485829c889959edda1f49 authored about 8 years ago
Merge pull request #1969 from k9mail/less_strict_export_version_check

Don't hardcode check for version in SettingsExporterTest

580a828b58befc88bcb240fd75a40ac0931a7b50 authored about 8 years ago
Add support for obsolete header field format

Putting whitespace between header field name and colon is valid in the
obsolete syntax.

db791579c1089ab4c9b1050a4e4f627c56003226 authored about 8 years ago
Merge pull request #1955 from k9mail/GH-1915_always_show_subject_in_split_mode

Always show subject in message header when split mode is active

ea699b3dacddda4f595932aaa1d6f5feeb767473 authored about 8 years ago
Merge pull request #1954 from k9mail/GH-1938_fix_bcc_visible_in_sent_message

Fix BCC recipients visible in sent message

a452ded9cb118467c2b08670c0402f838d0c9793 authored about 8 years ago
Don't hardcode check for version in SettingsExporterTest

Otherwise every time we add a setting this test needs to be touched.

0fe74e59cc66c4433ae5f8faa6e01b9e7af59de3 authored about 8 years ago
Update header before writing a modified LocalMessage

Without this the changes SmtpTransport makes to the message before sending,
e.g. removing the BC...

4323ca3419a149b7a1693d16a9abae4a77db87b9 authored about 8 years ago
Merge pull request #1948 from philipwhiuk/fix1914untested

Hide the entire crypto component for alternate recipients when disabled

Fixes #1914

b516af2af0e9d1161c3eea8b31a2d55c28d96e98 authored about 8 years ago
Merge pull request #1939 from k9mail/GH-1936_add_support_for_delimiter_value_nil

Add support for delimiter value NIL in LIST responses

b7adc5e5744a54bedc2b3d35cc44992ea7b60f3b authored about 8 years ago
Always show subject in message header when split mode is active

10a252e6b99cc089fbdc6e0ee2dc3d00ec6bd24a authored about 8 years ago
Add missing fields to LocalMessage.clone()

5c06bc01daa2d0c14edd6c2ad33b3a3d8384bcc6 authored about 8 years ago
Hide the entire crypto component for alternate recipients when disabled

55978e6322c54beb169824cf717c803188110f8c authored about 8 years ago
Merge pull request #1931 from k9mail/GH-1919_fix_ImapResponseParser_bug

Properly handle exceptions thrown by ImapResponseCallback

a56f12f1bef60cee0f94be879ed2b7a0b27e65c6 authored about 8 years ago
Add support for delimiter value NIL in LIST responses

d3310b565639d9174a662aa87a0a230e16188c5a authored about 8 years ago
Properly handle exceptions thrown by ImapResponseCallback

Fixes #1919

55c87fcaaf11e209afa88013aaca3aa99a3679ff authored about 8 years ago
Fix TestImapResponseCallback

9d18ed97fea99a776af40b5e4abdee5a8c4c2520 authored about 8 years ago
Merge pull request #1900 from k9mail/fix_format_string_bug

Don't use unchecked input in format string

406fd6b93d8a29b3df22fad529765024e094a2e7 authored about 8 years ago
Merge pull request #1907 from k9mail/GH-1898_fix_crash_in_MessageCompose_onCreateOptionsMenu

Don't create options menu when Activity is finishing anyway

acfa5d248c583fc9f769a1bcfd5a7d834df0bafc authored about 8 years ago
Don't create options menu when Activity is finishing anyway

Fixes #1898

9e66bce6012ba274d6130f77a9550e613cdeb8d6 authored about 8 years ago
Merge pull request #1835 from k9mail/flowed-display

Support display of format=flowed (rfc2646)

de60e0e8c4105af957db647898511a584ac5e6aa authored about 8 years ago
Don't use unchecked input in format string

693449235fca2a9d231c8b518e49c10fe5ba5c9a authored about 8 years ago
Merge pull request #1894 from philipwhiuk/fixCcExpanderOnDarkTheme

Use theme-able icon for CC/BCC expander

df9009e1ea45898e7738bb440520ef377eabd1f1 authored about 8 years ago
Use themeable icon for CC/BCC expander - fixes #1893

f0ac353a21e06f4838c50ec1a47006bbb3c2586c authored about 8 years ago
Merge pull request #1891 from k9mail/fix-crypto-cancelled-npe

Fix NPE in MessageCryptoHelper.addCryptoResultAnnotationToMessage()

b9147f119eaf0a0302ed97137e95afaa62467fd7 authored about 8 years ago
Merge pull request #1890 from k9mail/fix-fts-oom

Fix OutOfMemoryError during database migration

3bee80a6a4b96ec6ac57bf6b3b4e8e2bf0aa2907 authored about 8 years ago
Simplify LocalFolder.getAllMessageUids()

b0574804813c978d9826380667cf01b8e50429de authored about 8 years ago
Merge pull request #1883 from k9mail/GH-1874_fix_address_hashcode

Avoid NPE in Address.hashCode()

50d81f7034e60e50cbd67007144bf7e23137aa87 authored about 8 years ago
Avoid NPE in Address.hashCode()

Fixes #1874

40e5f038044f208b345842bf726e009aea86c87e authored about 8 years ago
Merge pull request #1880 from philipwhiuk/fixMessageComposeUpgrade

Check recipientPresenter exists before destroying it

Fixes #1876

b2ed230b322277f6e366fc3f1510043ccba45836 authored about 8 years ago
make MessageCryptoHelper slightly more fail-fast in weird states

97e9e3267f35a67eeb1ff6542224825dad6f9aba authored about 8 years ago
don't crash in onCryptoOperationCancelled if no part is being processed

17647a6facdf7022fb88c5cb7897f08732d4307d authored about 8 years ago
small cleanup in MessageCryptoHelper

2279526e0d715428e93768b7364c0c6dcb1a27fb authored about 8 years ago
iterate messages by uid, don't keep messages around longer than necessary (fixes #1879)

e7653c4725a2f8c63d5fed561a190f37e79b52df authored about 8 years ago
Check recipientPresenter exists before destroying it - #1876

36da79d60c0eb5770bb7e24e410f00b80da4e922 authored about 8 years ago
fix switch/case screwup for signature handling

217b5bf9f4029eb25cdfa6085836741dd1a3e076 authored about 8 years ago
support display of format=flowed (rfc2646)

dc3d1f0e87bd60178fc29ef0886581cd64f9c06d authored about 8 years ago
don't handle format parameter in setBody(), style fixes

a055ed42a8c94b7a31c9d99ab28ab3d202d20cc6 authored about 8 years ago
Merge pull request #1850 from k9mail/remove_unused_resources

Remove unused resources

2b4d6d7750ad06d964a5276014575fb885b493a0 authored about 8 years ago
Fix tests

db1b97d23f7086b12f8d54c381e2cf6bf19c25cd authored about 8 years ago
Merge pull request #1804 from sedrubal/swipe-to-refresh

Replace Android-PullToRefresh with android.support SwipeRefreshLayout

a59aea200f6ec1f3995575aadd2de92c0544c90c authored about 8 years ago
Merge pull request #1844 from supersn0b/master

Added config for fairnatics.net, a soon upcoming service.

0d77e8ea3a31c894fdbb6c09c854ed5f75a0f8ce authored about 8 years ago
Remove unused layout

ceb0523fc9ee8d0ace3dde75d84b7ea099bfadeb authored about 8 years ago
Remove unused strings

22b07827fc37a5c6df3048e0d186fe891f6243a8 authored about 8 years ago
Merge pull request #1747 from k9mail/xoauth2Backend

Back-end changes for Google XOAUTH2

15ca92414b1dfb5e365528ce9e9308296aab5085 authored about 8 years ago
Code style fixes

74017c926e8c18de83404b370a3bf3719f27965f authored about 8 years ago
Don't pass OAuth2TokenProvider to RemoteStore and Transport

f9ed30477064db77f12875efd0764f5e5ef1cf6d authored about 8 years ago
Merge pull request #1808 from philipwhiuk/testingSettingsImportExport

Testing for settings import and export

29dc3dd03c6854b2e11fd2ba30a8b00e17a8531b authored about 8 years ago
Merge pull request #1828 from k9mail/nicer_npe_fix_for_database_upgrade_ui

Nicer NullPointerException fix for database upgrade UI

708b79d859df6cf78b75f01b0a34aa03119819ab authored about 8 years ago
Merge pull request #1565 from k9mail/boundary_generator_optimization

Optimize BoundaryGenerator

8def88afcbc9ee1d227f0b2773a301884a35b1d3 authored about 8 years ago
Merge pull request #1847 from k9mail/multipart-attachments

Handle attachments with CHILD_PART_CONTAINS_DATA data location

5fca3c871d0ba87a0315ac4a9b0c05e0cc37fdc9 authored about 8 years ago
handle attachments with CHILD_PART_CONTAINS_DATA data location (message/rfc822)

0ecbf441c19434a1280dc05aa335f7ee4b6a4d47 authored about 8 years ago
Merge pull request #1834 from k9mail/update_play_store_decriptions

Update Play Store descriptions

942032f360a0dc20b562460bc5f9ab8c3976fe39 authored about 8 years ago
Merge pull request #1843 from k9mail/fix_device_tests

Avoid crashing with NPE when creating exception message

9ee4c5b2d0b19e90455566eef1aa173ac529ae99 authored about 8 years ago
Merge pull request #1846 from k9mail/GH-1845_fix_crash_on_preview_error

Display empty preview when we couldn't extract preview text

c737810d4a5a40a4162bd8beebad187bf43d40be authored about 8 years ago
Display empty preview when we couldn't extract preview text

6bfb50859e143a5df87ca2dae69f9c4509944470 authored about 8 years ago
Removed :993 as this is the default port for imap+ssl+

7230980ecbd101dfa9d8943295fdb18edfeaff2f authored about 8 years ago
Added config for fairnatics.net, a soon upcoming service.

92356e3cee93c4e3a0d249a3a703fe6c3ae39cf6 authored about 8 years ago
Avoid crashing with NPE when creating exception message

68e3c2a431f54832d1f34f7c72a58fac8ae3296c authored about 8 years ago
Update translations from Transifex

ac55279b8ebe1be1efa7812b9e27f5b3dc57cf2c authored about 8 years ago
Merge pull request #1833 from k9mail/GH-1832_hide_unsigned_text_divider

Hide "Unsigned Text" divider

2611e9a65d7bc7ef995c53e60ee2122f280f465e authored about 8 years ago
Merge pull request #1836 from k9mail/multipart-digest-content-type

Properly handle multipart/digest content type

87e13ef80018a7abbcaf57978ca39380b730ead7 authored about 8 years ago
Hide unsigned text container in clearDisplayedContent()

78b030a32c4ecf223012cc54df117190c8923d6c authored about 8 years ago
use message/rfc822 as default content type for multipart/digest subparts

0beff4cdb8f51e1a53911a95b70d3a12823713aa authored about 8 years ago
add test for multipart/digest message

7bd85189ce65683fe3b99b2e79a07f91394e61c7 authored about 8 years ago
Tweak Play Store descriptions

ee6b05edc9bddcf237609117a60862a222260e51 authored about 8 years ago
Add current Google Play descriptions

9128275ed47cd53456a97c033de52a41bbbdd3a7 authored about 8 years ago
Hide "Unsigned Text" divider when support for signed-only messages is disabled

636098553d37c938c1c51cad072a4afac43f2aaa authored about 8 years ago
Extract string resource

575d33c12fa8943089f72dc9f9ec3cc5b4d8903e authored about 8 years ago
Merge pull request #1805 from philipwhiuk/unsupportedEncodingHandling

Handle e-mails with unsupported encoding better

4855d48ba331fc0b0f3d4b8daaada146fd1f7adf authored about 8 years ago
Merge pull request #1820 from philipwhiuk/handleNILdates

Handle NIL date - per RFC3501 4.5

10d0dd153942922c95f1c1d780eb7203afd2457a authored about 8 years ago
Merge pull request #1824 from k9mail/fix-pgp-inline

Ignore leading whitespace for PGP/INLINE messages

0d3a24df2cfb8db6284a265447e92363c0a086fe authored about 8 years ago
Merge pull request #1827 from k9mail/encapsulated-sigkey-intent

Use PendingIntent from encapsulated result if available for showing key info

00e63fc8f1346328d58d9e926467ee2e66ffcb48 authored about 8 years ago
Fix JavaDoc

1f9fc44f72d20948d44a19c853110411c863f8c9 authored about 8 years ago
Avoid NPE by proper initialization instead of null check later on

c7c21cb60270466708aba1a5d11d898d4e98a3fd authored about 8 years ago
use PendingIntent from encapsulated result if available for showing key info

afb63d351b542185dc09675910ebd25b4b2dda0c authored about 8 years ago
ignore leading whitespace for pgp/inline messages in MessageDecryptVerifier (fixes #1823)

422806f622af9e7ce221f13287ffc88774b3e0a2 authored about 8 years ago
Handle NIL date - per RFC3501 4.5

53e8d920663df2db2c02c215139f9ee8ab00255f authored about 8 years ago
BDD new lines

f03a01f6dcc82b3031752816e5f48cf22c493a15 authored about 8 years ago
Simplify based on feedback

1497b5f7810343a3fc833b6045dcc5e7559ed80c authored about 8 years ago
Merge pull request #1806 from k9mail/openpgp-signature-result-enums

Update OpenPgpSignatureResult to use enums

833adc732eacf55d51f5f8e25a08e344bf6e3caf authored about 8 years ago
update OpenPgpSignatureResult to use enums

de13e10be1423ebc03730aa211780b2141943bab authored about 8 years ago