Ecosyste.ms: OpenCollective

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

github.com/deltachat/deltachat-core

Delta.Chat C-Library with e2e chat-over-email functionality & Python bindings
https://github.com/deltachat/deltachat-core

Move incoming messages to the Chats-folder.

7dbdb361809a3e4b0d6de59f47bee18932f195d0 authored about 8 years ago
Save flag 'was sent by messagenger' to database.

3ad145e23ec557f90adf2b1820d9601c03003a80 authored about 8 years ago
Create 'Chats' folder, use it for sending messages.

a849c423a690259d03d8a700a2ed4f695961be3b authored about 8 years ago
Rename 'Strangers chat' to 'Dead drop'.

474782a0c9f41ef8c6589cad5a9cd44f023b9385 authored about 8 years ago
Fix deleting chats.

fc21007a5051c0ea976096838d5d525232a1d7eb authored about 8 years ago
Create chats only for messages that are send by an messanger.

7cf61093f3eb8045a8170e59076fcacd660204f7 authored about 8 years ago
Add a function to delete chat; all messages will stay intact, so this is reversible.

3eb61a6dba7eb7a61a5747dfaa104ac4b65e8332 authored about 8 years ago
Do the address book sync in an transaction (takes a few ms instead of 5 seconds for ~250 contacts then).

16d3ebc2db51329b2c1e0ca703aea0d352c43847 authored about 8 years ago
Expect at least one dot in an E-Mail-Address.

748d269984284299ace39d852a6b4629982c1c28 authored about 8 years ago
Modify prefix for outgoing messages.

30e0516427c4d64210e7c56ce89b4a92c3be756e authored about 8 years ago
Calulate the number of modifications.

313c8c5fc8e89c9476b4250169b181abcf38a697 authored about 8 years ago
Unify events.

9fc23b7f3f692c59879cf0402bac632f44f558bc authored about 8 years ago
Add a function to delete unreferenced contacts.

517010bf5471e92e826adfd10af1ad69762d8ebc authored about 8 years ago
Post an event when contacts are changed.

af27809dbf2b81c84714a11160e70c49f9f8c0a7 authored about 8 years ago
Typo

59531f49a84b834abdfca5ca82ee280952cf1dd5 authored about 8 years ago
Add a function to manually create contacts.

67b5a6450a458647c4bd029315480c9806e662ef authored about 8 years ago
Add incremental search for contacs.

48f9e475b3b47ccfb9bf6c306e6e89450750a277 authored about 8 years ago
Blocking/unblocking chats together with the contacts.

aef3abf7a7e5f6e73a4c6a0363b7d556ceb7a1fa authored about 8 years ago
Post event when blocking is changed.

050ea835e1aa8e13d3cd53d58baa421d125d6602 authored about 8 years ago
Typo

e4ce10c0a02d2d061754c537e38037b39f31de9e authored about 8 years ago
Get blocked contacts.

8bc5ab55799842160e29d699ce73d05c01bb7316 authored about 8 years ago
Add funtion to read the whole address book.

8ce248db2f623684a130dd3f9bd135d048df4246 authored about 8 years ago
Fix some resource locking issues, mark functions needing resource locking clearer with two underscores.

cfb3a7bdbe75aecc9e87ab69487d86cd14a92c11 authored about 8 years ago
Handle messages with missing From:-headers; these rare messages go to the strangers chat.

4039bd37e19e398141c14e31bef557db7162b1ca authored about 8 years ago
Get contact IDs for strangers.

835d1b8bc7c2ac291c03c0d66ddd161c9f25a9bf authored about 8 years ago
Add some missing database locks.

af8ab9f5a0b8e81b10895120841a86f2f6de68a3 authored about 8 years ago
Get chat_id from contact_id, Bugfix.

b810cf9c5dcae9624f7df400109867fda98f33ee authored about 8 years ago
Naming convention: Get-by-id is the default.

8409b94aa4db2a8878edf7c07a2c0812823a69cf authored about 8 years ago
Return userlist even for strangers; this may be useful for an overview in the strangers chat.

13295e0657ed23423ebafbdebfe19e196a23d244 authored about 8 years ago
Add a function to read all contacts belonging to a chat.

050fee7b110e03794fe76cb9d75a3b34870342f8 authored about 8 years ago
Log wake up information.

a17263a0893b151ada64e098f23cfb728df285d2 authored about 8 years ago
Support empty HTML-messages.

bc02704960daecc1dad8a1ca45bbe77c97d91bde authored about 8 years ago
Add HTML-unsupported mark even for short or empty messages.

6a28074e03f0f5ce0a6358f3f01459bc17eedeb3 authored about 8 years ago
Prepend subject only to the first text part (however, normally, there should be only one).

c6706c237c0bf1174f0c0524a7bc0c047acd06b6 authored about 8 years ago
FAQ updated.

d4b1247a3ce0f711ce778574e09f76c7ee495891 authored about 8 years ago
Only show the first lines of messages from strangers.

b212d890bf7e19b55f3a260a5e65cfc7e44f31bb authored about 8 years ago
Valgrind found two memory leaks and a potential null-pointer-error.

d4d0b8506f20c89598e9f5ec7ca97916afad00a8 authored about 8 years ago
Proper message deleting: If a message consists of serveral parts, the message is deleted from the server only of the last part is deleted. Moreover, ghost messages are deleted then.

24ecfb3c8ea3d492a5ad3c8fb3dda942c8a950fa authored about 8 years ago
For CC:-mails, show the original raw-text.

c44389904817cb0589cddfc440d07f8eec19ca80 authored about 8 years ago
Add summary to CC:-mails.

89f89e34827543c308d1e37222830ba417bc6fe7 authored about 8 years ago
Ghost-Cc:-messages are not directly related to a server-id.

1a19f54f05c6c226eae134bd817122384a783953 authored about 8 years ago
Do not add users only contacted by us via 'Cc:' to the 'Strangers'-Chat; instead, use an extra hidden chat, so that these messages do not show up in 'Strangers' where the user only expects _incoming_ messages.

9c4dc7b7bcbb9fccd4a1791b7a25bf48f4b10d92 authored about 8 years ago
Add subject to text under some circumstances, harder message cutting.

3b21a2fcdec3f2977111485d45f6c0716f1ba52e authored about 8 years ago
Add a hack for plain+html multipart/mixed messages; I think most times this is a client bug.

7f509d2187970d5d0bc14626c5cbda9f54a6d8d5 authored about 8 years ago
Store raw subject and text in the database to offer a simple option to see the source message - and to allow us to do some 'harder' truncates.

06d258cb30bf7dc1efc433e6480e8ba616d6bd0b authored about 8 years ago
Language.

7bfde4d1027163b675d96ca6def876994f77e34d authored about 8 years ago
Unwrapping regards UTF-8 strings; add an ellipse to truncated subjects; summary shows the address if the name is unknown.

c79fc3c5c7f3a96de1262d57e1dd88669078666a authored about 8 years ago
Improve incoming/outgoing recognition.

83e8cb0d89971a6b54d60252e8c40cc2c20e8046 authored about 8 years ago
Mark messages as seen, delete messages.

ed054087e1512c881ca8281bb5b37302fd24459a authored about 8 years ago
Cleanup.

fcd8823670024600db0d728d1e9cbb36c321ef63 authored about 8 years ago
Comment

105aa53ad77befc3b5c44f5493b899c232a55208 authored about 8 years ago
Check, if XLIST really works.

577831d29a7c94901b9bf0c1be2ae43a9747af72 authored about 8 years ago
Uploading sent messages to the IMAP-server.

092bd3e2bd2eafe9f5d5cff0a1db9296265bf239 authored over 8 years ago
Always show the last 100 messages in a chat.

9b4e6131f1a8ce84cb3a095b37be9f506594e26e authored over 8 years ago
Paramter name is one character long by definition.

0572cf7e6c4e3206228a48e4a910ee10dfa1feb3 authored over 8 years ago
Always force a text-part in outgoing messages.

ebec6a3c634a6440f771bbee1651370397e022f8 authored over 8 years ago
Comment.

f3b7c33dc6b4dff098c132e715870acd28510e70 authored over 8 years ago
Read IMAP-folders recursively.

ade539682b2caabc51d5c3dd342d3c274a9aa12f authored over 8 years ago
Regard IMAP-folder flags.

978a139baab8104c42aa89d40a1caff84aa0f1b6 authored over 8 years ago
Add a function to mark a whole chat as seen.

30378cb4a9b88254aec4a6c104c5ae59e49a4f1b authored over 8 years ago
Comment.

cfccddff9a97f034e845a2972570e60cba153f5d authored over 8 years ago
Properly setting up IDLE and POLL watch routines.

dc43c78e3a182b16670e002cb2518f2b4f7b991c authored over 8 years ago
Better stub-id.

b6ad45ffda1fd9364904159bf71722804e34f6c4 authored over 8 years ago
Store server_uid, be prepared for marking messages as seen and for deleting messages.

410bf6b89e9c6efb4d57366f1132389eff36860d authored over 8 years ago
Introduce IMAP-IDLE.

d0b28cc9cb4ea8c5899e2394e7c1db9e68d1f022 authored over 8 years ago
Bugfix.

756a4d8f62fee3c1e846d53f3f7c32f350406a57 authored over 8 years ago
Function to mark messages as SEEN added.

e33319a7a83f319a585f1bc1761cbcf564d53623 authored over 8 years ago
Regard the IMAP-flags 'Seen' and 'Deleted'.

adffeaa4f6858f796beec264edc0e2bcfc855c4d authored over 8 years ago
Regard IMAP UID-validity, initally read the 200 newest messages of each folder.

dfe8cbb93828d1adfe844c348f957cf6089d22d2 authored over 8 years ago
Remove event logging from test program.

b4d5e743d8a6558634d6f422173a7603c7bd1313 authored over 8 years ago
Typo

c8c8c40b81ec13f0311e4dcd93eef885bd16c2bd authored over 8 years ago
Typo

17e8ab2d92fc8da0c42e4bfe948a13c1e12b6a18 authored over 8 years ago
Typo

d7b9119e1c5fe05d5dfd1ded7817f98e531349f2 authored over 8 years ago
Typo

699c168de5238c7134894e7c6a2b98d256b9cf60 authored over 8 years ago
Comments.

efa4a62799607766742da95c852987df3810f11e authored over 8 years ago
Fetch new messages in a separate thread automatically.

6f7ef5a5fcc9c5882d44a20b64511ab3df53ce86 authored over 8 years ago
Connect to IMAP in the job thread, prepare for handling Push-IMAP.

cad773d809173206ce34466c0baed5a56ed023b8 authored over 8 years ago
Fix some memory leaks found by valgrind, prefer callback functions over event IDs.

ec1a434321cf006e27354eb4f0344a91cf863790 authored over 8 years ago
Disconnect mrimap_t from the thread.

0d4a66c2a70cd8793351560e429053514d4bcd87 authored over 8 years ago
Update README.md

3ba2a119fcfda587d6b3191f5c985a92e0be4cca authored over 8 years ago
Typo

d5bb4f1253ba110534cd85cfdc0f0c2b5eff0591 authored over 8 years ago
Update FAQ.md

37126c68f228f269fb3cf201d4a1fb7edc66dff7 authored over 8 years ago
Update README.md

ca206faa4c60a72dee8b67ae95b0c41ef2b27fa9 authored over 8 years ago
Cleanup.

6f28a95b93265658ffea13ae1b9766c945e26d58 authored over 8 years ago
Add lock around debug-printing.

3feeb677cd0eb9f2174a69bc5e619c273c1ca87a authored over 8 years ago
Remove dependecies to mrmailbox_t from mrimap_t.

196eee9e65aac1952d827bc9e8c976219e03b0ee authored over 8 years ago
Get all media of a given type.

36e96d90e2c873081e11ff9f8959054d959ecf13 authored over 8 years ago
Do not send the original path and file together with the attachements.

6f898912377691b5a80199c558afb21bfe689b03 authored over 8 years ago
Localize.

ea3d7288b2c79cf7719f52ef0545a81fdbba343d authored over 8 years ago
Adapt subject prefix.

9c003bd3487d4c2126bf8e2cf6fa252cee6b7fa8 authored over 8 years ago
Set up To:-list.

7c5efffeb82d3abaaf9414e9d3623d6978c85efe authored over 8 years ago
Use UTF-8 escape instead of universal character name.

54850c5fa1dbdc0d0f6a70909696c41bae939675 authored over 8 years ago
Prefer 'δ:' over 'Δ'.

e11c85b27005075e53e78c81de3009104aff9f57 authored over 8 years ago
Use Prefix 'Δ' in the subjects.

1bf4197ca8de5eca9053d6b36babe9a518a81d0d authored over 8 years ago
Use 'Instm: ' as a prefix for the subjects.

dfaf974d1c13e9e8cca2baf6432f6e54178caa60 authored over 8 years ago
Do not send empty attachments.

1ffc4f23f47e3659d18d47e38a89671c11427ed0 authored over 8 years ago
Bugfix

f06f7b57e8fc8fb3293121cbc5d43fdd13eec88a authored over 8 years ago
Send an event if messages were delivered.

6e1f48d25ef35e350e7de130f024af689da11007 authored over 8 years ago
Create our own Message-ID.

526f444659d742e236ff27f483fa3539a6a1c977 authored over 8 years ago
Valgrind found a memory leak.

bdd5c361fbb334e63faaeae1a5fd078b54a82688 authored over 8 years ago