Ecosyste.ms: OpenCollective

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

The Katzenpost software project

Katzenpost is a free and open source software project dedicated to researching and developing mix networks so that people can communicate more freely.
Collective - Host: opensource - https://opencollective.com/the-katzenpost-software-project - Website: https://katzenpost.mixnetworks.org/ - Code: https://github.com/katzenpost

Bumped manifest to 4.512

github.com/katzenpost/katzenpost-android-mail - cc06e9bbd8912bdf7a0e58403bdb19b52d3f2673 authored over 11 years ago
Merge pull request #384 from bboa/patch-1

Update ru strings.xml

github.com/katzenpost/katzenpost-android-mail - fdda5768fe9dc1aacd032f6d7d529f086bfee5eb authored over 11 years ago
Add IMAP support for Outlook.com.

IMAP is no longer a Plus feature; removing the note saying that it is.

http://blogs.office.com/b...

github.com/katzenpost/katzenpost-android-mail - 58e77329960ad200acfbd83c7a9475d0c9089d37 authored over 11 years ago
Merge pull request #380

Fix notification showing "null" when sending mail

github.com/katzenpost/katzenpost-android-mail - 430a67adfa62a68be8892841fbdb20dc33fa4e29 authored over 11 years ago
Update Czech, French, and Russian translation

github.com/katzenpost/katzenpost-android-mail - a296cc3189a1e82e96fca41aaffdea2258d1d8b6 authored over 11 years ago
Merge pull request #382

Update russian translation

github.com/katzenpost/katzenpost-android-mail - 444e6184d80177884efad8c991ebae33d1cdc887 authored over 11 years ago
Merge pull request #379

Update French translation

github.com/katzenpost/katzenpost-android-mail - f12ae4e7d0e556bc0098f0abd374a87b76afa06d authored over 11 years ago
Merge pull request #377

Update Czech translation

github.com/katzenpost/katzenpost-android-mail - cdb6559b326e1cf54e08714b3c44099cbc7483f9 authored over 11 years ago
Update strings.xml

Updates and improvements (RU)

github.com/katzenpost/katzenpost-android-mail - ab7315e2f108b4d2bfbe2eaf9f37e49555853ff6 authored over 11 years ago
Fix issue_5931_shows_null_in_notification_while_sending_mail

github.com/katzenpost/katzenpost-android-mail - e633814061636d33df86601d31ca7aae5a1bb622 authored over 11 years ago
Merge branch 'pr/376'

Update German translation

github.com/katzenpost/katzenpost-android-mail - 6820a8ab62dd5caf205f13ab1068990aabe4db4c authored over 11 years ago
Small fix for German translation

github.com/katzenpost/katzenpost-android-mail - 887ee1ceb245f4b2ee55afecd8e1f8b9966db7d9 authored over 11 years ago
german translation: add missing strings

github.com/katzenpost/katzenpost-android-mail - 69a12761c727183832f6a694eab38500fd135557 authored over 11 years ago
Merge pull request #375 from m0vie/de

Update German translation

github.com/katzenpost/katzenpost-android-mail - c4979cf7509541d8a9ffc81f210a90e4b55914ed authored over 11 years ago
german translation: use "neu erstellen" instead of "wiederherstellen"

"wiederherstellen" actually means "to restore", which does not
apply here, and makes people thin...

github.com/katzenpost/katzenpost-android-mail - 28742d77e9bb18b796702efa5d0099df02d6d455 authored over 11 years ago
Fix MimeMessage(InputStream in, boolean recurse)

No actual impact, because all existing calls were
with recurse = true.

github.com/katzenpost/katzenpost-android-mail - 1ff128890d7fde8788a63a9cdd0eeb60816a1d89 authored over 11 years ago
Merge branch 'pr/374'

Encoding issues

github.com/katzenpost/katzenpost-android-mail - b2013b6f5eb4fd25d110eb2c0223cf573b889d2e authored over 11 years ago
Don't append "null" to the "MAIL FROM" line in case the server doesn't support 8BITMIME

github.com/katzenpost/katzenpost-android-mail - aaa0de4dbccde7fe26ebb13719a4958a9c636172 authored over 11 years ago
Make sure the InputStream is always closed

Moving the code to create the OutputStream wrappers into the try-block ensures
that the InputStr...

github.com/katzenpost/katzenpost-android-mail - a7c9804995a1bff4c64985395d382a07cc87a2d7 authored over 11 years ago
Remove unnecessary type cast

github.com/katzenpost/katzenpost-android-mail - 6cd52c123c14717bdd9c1e48c1d0ec2403be7466 authored over 11 years ago
Remove code to write to /dev/urandom

In addition to a couple of custom ROMs linking /dev/urandom to a non-writable
*random version, n...

github.com/katzenpost/katzenpost-android-mail - dda8f64276d4d29c43f86237cd77819c28f22f21 authored over 11 years ago
Content-type case-conversion changes.

Don't convert the content-type to lower case in
MimeMessage.getContentType. The content-type ma...

github.com/katzenpost/katzenpost-android-mail - 1ca1ef5c845f0c72d9e594ca7c348c25f6f2e790 authored over 11 years ago
Standardize line breaks within headers.

Fix the unit test to match.

All line endings in the unit test are now the same.

(Just for cons...

github.com/katzenpost/katzenpost-android-mail - 63f68328fffcf564243a671fbe090c3d485fffcb authored over 11 years ago
Unit test for recursive 8bit -> 7bit message conversion

github.com/katzenpost/katzenpost-android-mail - 074159f442591e1f640bd7a947286d4293bee1f7 authored over 11 years ago
Recursively convert attachments of type message/rfc822 to 7bit if necessary.

The preceding commit resulted in attachments of type message/rfc822 being
sent with 8bit encodin...

github.com/katzenpost/katzenpost-android-mail - 45e3d8459e912ee88dad4a43f9d24e8aa823e275 authored over 11 years ago
Don't base64 encode attachments of type message/rfc822.

The problem: Receive a message with an attachment of type message/rfc822
and forward it. When ...

github.com/katzenpost/katzenpost-android-mail - 77407eb5b741f6977fb98bc21c7259d0091d5033 authored over 11 years ago
Don't always base64 encode in BinaryTempFileBody.writeTo

Issue 5734 exemplifies the problem: receive a message with an attachment
of type message/rfc822...

github.com/katzenpost/katzenpost-android-mail - 1d1db50a9fa66b551152aa9353dd36b2aa870e30 authored over 11 years ago
SMTP 8BITMIME compliance

Currently, K-9 Mail detects if an SMTP server supports 8BITMIME (RFC
6152), and if so, TextBody ...

github.com/katzenpost/katzenpost-android-mail - de23a0e3e1aee48f098ca9edf76cefec83365eaf authored over 11 years ago
Merge pull request #373

Update Russian translation

github.com/katzenpost/katzenpost-android-mail - d357e02544faccee6ed9068e90cf9830f9b45bc1 authored over 11 years ago
Merge pull request #372

Update Slovak translation

github.com/katzenpost/katzenpost-android-mail - e2731bc57058fc60f68bb803d02c07455500c5ec authored over 11 years ago
Merge pull request #371

Update French translation

github.com/katzenpost/katzenpost-android-mail - 56be8460355c3ffc1edc4a69bae10851c83008d2 authored over 11 years ago
Merge pull request #370

Update provider settings for GMX

github.com/katzenpost/katzenpost-android-mail - 79326cb64e8025cd5fa2a3c835c62b25f9e55a73 authored over 11 years ago
Update strings.xml

Updates and improvements (RU)

github.com/katzenpost/katzenpost-android-mail - b9110f92934c8e2bb050ef8dc35c6e6a914d99f1 authored over 11 years ago
Bumped manifest to 4.511

github.com/katzenpost/katzenpost-android-mail - 0f07fbab42d5c87c8868a3b45e9bbaa596da3eb4 authored over 11 years ago
Fix & Update French Translations

* Lire => Lu
* New translations

github.com/katzenpost/katzenpost-android-mail - 0808283543000c0c3f16154ef1d312875b2508cd authored over 11 years ago
Update providers.xml according to https://autoconfig.thunderbird.net/v1.1/gmx.de

github.com/katzenpost/katzenpost-android-mail - 01096d5db8f261edf3e7ee12a584cc0cd4e9621c authored over 11 years ago
Merge branch 'pr/349'

Remove remote/local store references when deleting accounts

github.com/katzenpost/katzenpost-android-mail - 8fb2c5a490026b62a0403e16cd3f7e90ccb1ce81 authored over 11 years ago
Add code to remove references to LocalStore when deleting accounts

github.com/katzenpost/katzenpost-android-mail - 9b370d0620c5ad7ee707f8137d58d1fccb97d81d authored over 11 years ago
Refactor code to remove remote store references when deleting accounts

github.com/katzenpost/katzenpost-android-mail - 01336944ec0e7369d1b19898564063da6e7f799b authored over 11 years ago
Run script to sync translations

github.com/katzenpost/katzenpost-android-mail - ef467eb8065111fb55ef196235e3543b6adfbc05 authored over 11 years ago
Add visual indicator that a menu item opens a submenu

This isn't the best solution. Most of the developers agree that a right-aligned
triangle or arro...

github.com/katzenpost/katzenpost-android-mail - 22e6c8cdbebfa210ea22a17ea69a8168f732a478 authored over 11 years ago
Merge branch 'pr/364'

Make actions shown in message view menu configurable

github.com/katzenpost/katzenpost-android-mail - fb6cff238c666579a0de61eb627ed6cde5f0ade5 authored over 11 years ago
Remove icons from the "Refile" submenu

We don't show icons in any other submenu.

github.com/katzenpost/katzenpost-android-mail - a32068f6cde667f3c62c8c8ee720fa1639af1820 authored over 11 years ago
Add icon for the copy action

github.com/katzenpost/katzenpost-android-mail - fc14eff0977cc51d111458e636ab9ea0fefc45ad authored over 11 years ago
Restructure code to set visibility of copy, move, archive, spam menu items

In my opinion this structure makes the code much easier to read.

github.com/katzenpost/katzenpost-android-mail - 2043df74da36c806f3555491f78280bd052732d6 authored over 11 years ago
Fix code style/formatting

github.com/katzenpost/katzenpost-android-mail - ee9246b4f921fa9e8ab3bca0925afd0c88ed754c authored over 11 years ago
Fixes for automated change log publication

The build.xml script was failing if there wasn't already a gh-pages
branch in the local git repo...

github.com/katzenpost/katzenpost-android-mail - 84a6842550e80c7c5eb20033f7bdc8f60e3f5edd authored over 11 years ago
Clean-up related to certificate chains

Per comments in pull request #365

github.com/katzenpost/katzenpost-android-mail - ac42bce7995e536e57a1c5725cfad17b1771a2fc authored over 11 years ago
Bumped manifest to 4.510

github.com/katzenpost/katzenpost-android-mail - 8b4064b216882cdc14fd0d39c338fece01cd08d7 authored over 11 years ago
Fix flagging of messages in message list

github.com/katzenpost/katzenpost-android-mail - 818c5c910d9620d3e06476f258b45648b2af42c7 authored over 11 years ago
Merge pull request #365 from zjw/Issue_5886_misleading_ssl_errors

Fix erroneous SSL certificate warnings

github.com/katzenpost/katzenpost-android-mail - 20c4a97c2c98a2beb76eb4d869a5a9ee57fec105 authored over 11 years ago
add notes about the reason for https://github.com/k9mail/k-9/pull/367

github.com/katzenpost/katzenpost-android-mail - 8e875fd0593fc030add2a0b0f2dd920d454a5fde authored over 11 years ago
Some kernels have frandom and erandom

When a users kernel has frandom and erandom this would cause the whole app to crash.

When usi...

github.com/katzenpost/katzenpost-android-mail - fbe62c544e5bdf8c69a36a4d50b20c685ed715ac authored over 11 years ago
Merge pull request #369 from pylerSM/patch-1

Updates to Slovakian translation

github.com/katzenpost/katzenpost-android-mail - 87cac7430027be00772216b93758bae59dee40ec authored over 11 years ago
Load unread and flagged message counts lazily in the folder list

The new method is a little bit janky, but a little bit of jank is better than 2n
heavy SQL count...

github.com/katzenpost/katzenpost-android-mail - b5b91302f2deffb0d64d501f08df625f94452bf1 authored over 11 years ago
Merge pull request #366 from bboa/patch-1

Update strings.xml

github.com/katzenpost/katzenpost-android-mail - e0f33b870134a771a21912bc06659b42301bc8c7 authored over 11 years ago
Update strings.xml

New strings added

github.com/katzenpost/katzenpost-android-mail - 966562b473c278c8a466c08a111cdb23e6154d72 authored over 11 years ago
Fix erroneous SSL certificate warnings

If you attempted to use SSL to connect to a server that speaks
STARTTLS, you should get an SSL p...

github.com/katzenpost/katzenpost-android-mail - 604aa87ccf35ac1beafc3e5cd5e3573cda04dcf7 authored over 11 years ago
Koji Arai pointed out that I screwed up the constants for folder open modes

github.com/katzenpost/katzenpost-android-mail - 7aeaa46fe629f4a8159ad81e7961dc6de09b0c3f authored over 11 years ago
Use named indices to get values from "visible refile actions" preference

github.com/katzenpost/katzenpost-android-mail - 8464a432e2a749364b4d19a1a113a9ad2ed68e2d authored over 11 years ago
Make actions shown in message view menu configurable

Fixes #5850.

github.com/katzenpost/katzenpost-android-mail - 22639a73613c039ef78bc2c3e12bfb6916253591 authored over 11 years ago
Bumped manifest to 4.509

github.com/katzenpost/katzenpost-android-mail - 09c27d94b81c448b7e53a6321159347b2e9276d3 authored over 11 years ago
Merge pull request #363 from DrSegatron/patch-1

Update strings.xml

github.com/katzenpost/katzenpost-android-mail - 3b515b5f832578f612153e7662eb5d2b56b99ed6 authored over 11 years ago
Update strings.xml

Improved spelling

github.com/katzenpost/katzenpost-android-mail - 467d4f3f752bc61d7f825c752da1c61136204702 authored over 11 years ago
Avoid CursorIndexOutOfBoundsException when deleting a message

Deleting a message creates an entry in EmailProviderCache so
EmailProviderCacheCursor can skip t...

github.com/katzenpost/katzenpost-android-mail - aab998d17f5e9817e9da277681b01a6c0bd25f3c authored over 11 years ago
tweak list item "read item" background color so you can see the item divider

a bit better

github.com/katzenpost/katzenpost-android-mail - b5f31af4027e03baed63135e1f17ff16420bd54a authored over 11 years ago
clean up the folder list item chips

github.com/katzenpost/katzenpost-android-mail - 65ed9072bff3d8eba315406676e778a4d47f87f5 authored over 11 years ago
update the new message list item to work better in various odd configurations

github.com/katzenpost/katzenpost-android-mail - 7ba68dbc3c46ce8fb51fa2534f741e2a04021b3d authored over 11 years ago
Add back select/deselect action to return it to the context menu where users keep looking

github.com/katzenpost/katzenpost-android-mail - 99e354bc9f1a8fcd13ce5acdc2ac485d976e667c authored over 11 years ago
Default checkboxes to off again

github.com/katzenpost/katzenpost-android-mail - 77d26af7aaac7184235a229d79d1a71285d368a1 authored over 11 years ago
move thread count up to the subject line

github.com/katzenpost/katzenpost-android-mail - cef82a5cc38704e9f04f97539163f2e26bb40f74 authored over 11 years ago
Revert "Remove the message list stars preference now that stars are in the chip"

This reverts commit 48785f52bfa4d14aa71bd3b2045b0c12e886f03f.

Conflicts:
src/com/fsck/k9/K9.ja...

github.com/katzenpost/katzenpost-android-mail - 0a79df215525af612ba7a284e0aab863737f8f24 authored over 11 years ago
Fixes for showing the selected checkbox correctly

github.com/katzenpost/katzenpost-android-mail - b2cfc40ab63d0a8d8a379daeed9d4c0e8456c282 authored over 11 years ago
partially revert "Remove unused strings" - bring back our "stars" preference

This reverts commit 4e8c8e35de1afb9ec926edaae9fcd8fde892d584.

Conflicts:
res/values-ca/strings...

github.com/katzenpost/katzenpost-android-mail - cac85a29d4c5a725c1e03b663d4b236bfbdb2617 authored over 11 years ago
add back stars to the message list UI

github.com/katzenpost/katzenpost-android-mail - a8668f962d61d19ccea247ccdbfef0a342bd43c0 authored over 11 years ago
Return to old style chips for accounts, folders and messages.

My circle design stopped being even a little bit useful when we stopped showing
the "complex" ve...

github.com/katzenpost/katzenpost-android-mail - ee234b65f8a9f9c1c6dbceef74a7f8bfca41457e authored over 11 years ago
Replace tabs with spaces

github.com/katzenpost/katzenpost-android-mail - 9a385146c4e4b10ac7c2b6f383e2814026f500c3 authored over 11 years ago
Optimize code to extract the character to display in the fallback contact picture

github.com/katzenpost/katzenpost-android-mail - bd3bd861c5776fefcc2bae999aa403ddfe802b93 authored over 11 years ago
Avoid race condition that can lead to a NullPointerException

github.com/katzenpost/katzenpost-android-mail - ce56475a4f257480184a375d7ef4c73f13eefa34 authored over 11 years ago
Skip incorrectly formatted/parsed LSUB/LIST replies

Example: * LIST (\HasChildren) "." [Folder]
"[Folder]" will be parsed as list containing the ele...

github.com/katzenpost/katzenpost-android-mail - f11f0fcc9bc11f91f0f7ab80193758dc0cced60a authored over 11 years ago
Fix typo in res/values-nl/strings.xml

github.com/katzenpost/katzenpost-android-mail - 7a04c197983788ae7972bd89888f37a4b2755edb authored over 11 years ago
Merge pull request #361 from aatdark/aatdark_issue5876

Add SSL required for provider gmx.de (Issue 5876)

github.com/katzenpost/katzenpost-android-mail - 5ee1ec770d13b5de11a40fb25a698d791a1f0b09 authored over 11 years ago
Merge pull request #350 from bboa/master

Update providers.xml to add a fairly comprehensive list of .ru mail providers.

github.com/katzenpost/katzenpost-android-mail - f32721ab863cbb2c8b986266b97f0bc2a3f745b0 authored over 11 years ago
Merge pull request #356 from WebSpider/master

Adding missing Dutch translations

github.com/katzenpost/katzenpost-android-mail - cab16934e4b3bbcc0c696426660533a17f09bd41 authored over 11 years ago
Merge pull request #358 from kiike/i18n-ca

Update the Catalan translation and squeeze some of its strings.

github.com/katzenpost/katzenpost-android-mail - 5014f7be6c385cb8bbc4567c0a78aa6dcebe93b0 authored over 11 years ago
Use Google's fix for the PRNG mess

Source: http://android-developers.blogspot.de/2013/08/some-securerandom-thoughts.html

github.com/katzenpost/katzenpost-android-mail - 4fe6f90428e7a98f2b05da8baa7ff11881bafe6c authored over 11 years ago
Add setting to toggle colored background of fallback contact pictures

github.com/katzenpost/katzenpost-android-mail - 20fcd6f63d139ad601612e082a59635471746010 authored over 11 years ago
Add SSL required for provider gmx.de (Issue 5876)

github.com/katzenpost/katzenpost-android-mail - 4aa716ce1435c17839c15c0e8d73b9a86fa2a2af authored over 11 years ago
Code style and documentation cleanup

github.com/katzenpost/katzenpost-android-mail - 3064d8ab31cc9380f9462df2a379cae82d76ac3d authored over 11 years ago