holger krekel
add8629674
also add MPL header to cmdline dir
2018-11-01 20:38:58 +02:00
holger krekel
62ad5c952b
address comment from @flub
...
- simplify licensing files by having one in the root directory
with a qualifier (especially noting that 3rd party libs have
their own copyright)
2018-11-01 20:36:48 +02:00
holger krekel
a599fbb26a
address comment from @drebs and add a license note on each source file
2018-11-01 20:30:31 +02:00
holger krekel
08e5951562
also remove boilerplate from cmdline dir
2018-11-01 19:49:38 +02:00
holger krekel
ce0776e6f4
(r10s, hpk) remove all boilerplate license information from the source files
2018-11-01 19:45:44 +02:00
holger krekel
eee711159e
add license file to subdirs and to rootdir pointing to the various
...
involved licenses. see https://github.com/deltachat/deltachat-core/issues/403
for the contributor discussions on this change.
2018-11-01 19:44:35 +02:00
Floris Bruynooghe
0fd55137f6
Improve building of extension a little
...
- This renames deltachat.types to deltachat.props. Not re-using a
stdlib name is somewhat nice and solves a weird edge-case for me where
the deltachat.types module can be hiding stdlib types by the deltachat
directory appearing before the stlib on sys.path.
- When manually invoking the build script (rather then via
pip/setup.py) it figures out where the package actually lives and
makes sure the .so file ends up in that directory. This is better
than the current version which depends on the current directory and
thus sometimes creates an alternate deltachat/ directory tree.
- Add some common python artefact files to gitignore.
2018-11-01 18:12:06 +02:00
Lars-Magnus Skog
f7b5e8fe6f
Tweak DC_STR_MSGGROUPLEFT default message
2018-10-30 22:29:33 +01:00
B. Petersen
6a1323a251
changelog
2018-10-30 10:26:49 +01:00
B. Petersen
75ff9783bc
bump version
2018-10-30 01:11:15 +01:00
björn petersen
f903ba2c63
Merge pull request #411 from deltachat/getstring
...
Simplify and unify string handling
2018-10-30 01:07:43 +01:00
B. Petersen
39829b1437
typo
2018-10-29 19:30:10 +01:00
B. Petersen
354e7374f4
move DC_STR_* constants to deltachat.h
2018-10-29 19:19:59 +01:00
B. Petersen
7ae17de8c9
simplify DC_EVENT_GET_STRING
2018-10-28 15:59:49 +01:00
B. Petersen
e9682ddfee
comment
2018-10-25 12:51:38 +02:00
björn petersen
f6c3c8e72d
Merge pull request #406 from deltachat/comment
...
refine comment for dc_chat_is_unpromoted()
2018-10-24 11:54:08 +02:00
B. Petersen
347a7cac7a
refine comment for dc_chat_is_unpromoted()
2018-10-23 21:43:44 +02:00
björn petersen
f576a7c392
Merge pull request #405 from deltachat/summary
...
remove path from audio-summary, show filename only
2018-10-22 15:08:55 +02:00
B. Petersen
9ce5528d9e
remove path from audio-summary, show filename only
2018-10-19 15:25:11 +02:00
björn petersen
b0af5b6fe1
Merge pull request #402 from ralphtheninja/master
...
conain typo
2018-10-17 16:22:34 +02:00
Lars-Magnus Skog
424c0df126
conain typo
2018-10-17 16:20:07 +02:00
B. Petersen
3fd4e0046c
comment
2018-10-17 15:17:47 +02:00
holger krekel
4717bdf5b6
allow py27 still to pass ... maybe it's getting time drop it?
2018-10-17 12:47:38 +02:00
holger krekel
6af6a195db
Merge pull request #400 from deltachat/shift_pyapi1
...
move get_mime_headers() function to Message object where it belongs.
2018-10-17 12:39:28 +02:00
holger krekel
30151a4a2e
prepare new deltachat python release
2018-10-17 12:33:23 +02:00
holger krekel
5ad5baa6ab
move get_mime_headers() function to Message object where it belongs.
...
also simplify creating a mime object from the headers ...
2018-10-17 12:25:50 +02:00
Lars-Magnus Skog
c8c6929e36
Merge pull request #397 from deltachat/docsort
...
clearify sorting in the docs
2018-10-17 11:07:56 +02:00
B. Petersen
1148088d1b
clearify sorting in the docs
2018-10-17 10:35:39 +02:00
holger krekel
6ee43a7ccb
Merge pull request #396 from deltachat/cleanup4
...
remove untidy and incomplete mediainfo functions
2018-10-17 09:57:58 +02:00
B. Petersen
060971144c
remove untidy and incomplete mediainfo functions
2018-10-17 01:15:46 +02:00
B. Petersen
85e15edc5a
bump version
2018-10-17 00:25:02 +02:00
björn petersen
e8a1d29125
Merge pull request #395 from deltachat/rcvdtime
...
add a function to get the receive time of a message
2018-10-16 23:56:21 +02:00
holger krekel
25e157b71f
Merge pull request #393 from deltachat/cleanup3
...
remove deprecated dc_send_X_msg() functions
2018-10-16 23:49:33 +02:00
holger krekel
ad84e4578b
add msg.time_received and a test
2018-10-16 23:49:03 +02:00
holger krekel
fb334b8b05
Merge branch 'master' into rcvdtime
2018-10-16 23:44:52 +02:00
holger krekel
ca11ea5f3c
Merge pull request #394 from deltachat/utctime
...
refine msg.time_sent to return a correct utc-based "naive" datetime…
2018-10-16 23:41:01 +02:00
B. Petersen
48eed150e5
add a function to get the receive time of a message
2018-10-16 23:37:23 +02:00
holger krekel
ad42cd5fdf
don't use removed send_file_msg but message creation and the generic dc_send_msg
2018-10-16 23:33:13 +02:00
holger krekel
21f3a6b006
- refine msg.time_sent to return a correct utc-based "naive" datetime object
...
- accept message objects instead of just ints for get_mime_headers(msg)
2018-10-16 23:25:53 +02:00
B. Petersen
2c69b7ed57
remove deprecated dc_send_X_msg() functions
2018-10-16 23:17:15 +02:00
holger krekel
466c660fc6
Merge pull request #392 from deltachat/cleanup2
...
remove legacy mrmailbox.h
2018-10-16 17:02:32 +02:00
B. Petersen
bd2a77c631
remove legacy mrmailbox.h, closes #391
2018-10-16 16:52:35 +02:00
holger krekel
574d818762
Merge pull request #390 from deltachat/cleanup
...
cleanup some legacy code
2018-10-16 15:45:13 +02:00
B. Petersen
6e58b81037
adapt build-files to removed uudecode-source-files
2018-10-16 15:31:38 +02:00
B. Petersen
6a42e58964
remove unused uudecode wrapper
2018-10-16 15:08:31 +02:00
B. Petersen
aeb870117a
remove support for legacy headers; these headers are not send since ~1y, and nothing would 'crash' if they are received for some reason
2018-10-16 14:53:32 +02:00
holger krekel
b5792d7315
Merge pull request #389 from deltachat/fixvoicemsgtitle
...
do not overwrite the text of voice-text-compound-messages
2018-10-16 14:43:10 +02:00
B. Petersen
a6898b4c01
do not overwrite the text of voice-text-compound-messages
2018-10-16 14:25:13 +02:00
holger krekel
0713537709
Merge pull request #388 from deltachat/saveheaders
...
add a switch and a function to get mime-headers
2018-10-16 00:29:39 +02:00
holger krekel
50a9afa7ea
add python tests for new save_mime_headers config and get_mime_headers function
2018-10-16 00:15:54 +02:00