2024-07-18 18:06 | Fix infinite loop on error in connection. | Christoph Lohmann | 1 | +1 | -1 |
2024-07-04 19:39 | Fix new mime header heuristics for simple lines. | Christoph Lohmann | 1 | +10 | -1 |
2024-07-03 19:02 | Add heuristics for empty lines in headers. | Christoph Lohmann | 1 | +35 | -8 |
2024-04-01 13:46 | Fix mime_sanitizeparams for multi-order keys. | Christoph Lohmann | 1 | +14 | -14 |
2023-07-20 10:23 | Change sh to bash, due to debian using dash for sh. | Christoph Lohmann | 9 | +9 | -9 |
2023-03-24 16:37 | rohrpost: LANG is not enough (LC_ALL) | Sime Ramov | 3 | +7 | -7 |
2023-02-07 18:33 | Implement ranges for rppart. | Christoph Lohmann | 2 | +95 | -68 |
2022-07-20 14:17 | Sort in rpopen before unique so it works. | Christoph Lohmann | 1 | +1 | -1 |
2022-07-20 14:16 | Only open unique URIs in rpopen. | Christoph Lohmann | 1 | +1 | -1 |
2021-03-14 22:17 | Fix new libretls API with POLL* stuff. | Christoph Lohmann | 2 | +12 | -3 |
2021-02-27 13:29 | Rename rpdownload to rpdl. | Christoph Lohmann | 2 | +0 | -2 |
2021-02-27 13:25 | Fix rpdownload and add rpdl for short form. | Christoph Lohmann | 2 | +3 | -8 |
2020-09-27 12:55 | Add reference to Mr. Mime where it belongs. | Christoph Lohmann | 1 | +1 | -0 |
2020-08-17 10:04 | Makefile: change comment -lssl to -ltls | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-17 09:59 | include fcntl.h for flock | Hiltjo Posthuma | 1 | +1 | -0 |
2020-08-17 09:58 | change bzero to memset | Hiltjo Posthuma | 4 | +4 | -4 |
2020-06-07 13:19 | Put CFLAGS of the host first, so the -O0 can be overwritten. | Christoph Lohmann | 1 | +2 | -3 |
2020-06-07 13:01 | Ignore system CFLAGS because -O1 hates us. | Christoph Lohmann | 1 | +3 | -1 |
2020-06-07 12:49 | Do not bail on rmdir. | Christoph Lohmann | 1 | +1 | -1 |
2020-06-07 12:34 | Typo in verification option fix. | Christoph Lohmann | 1 | +1 | -1 |
2020-06-07 12:27 | Make cert and name verification an option. | Christoph Lohmann | 1 | +8 | -2 |
2020-06-07 12:05 | Makefile: fix uninstalling tmpl | Quentin Rameau | 1 | +9 | -2 |
2020-06-07 11:54 | Makefile: fix uninstalling symlinks | Quentin Rameau | 1 | +5 | -0 |
2020-06-07 11:43 | Makefile: quote pathnames | Quentin Rameau | 1 | +14 | -14 |
2020-06-07 11:31 | Makefile: clean up a bit | Quentin Rameau | 1 | +18 | -28 |
2020-06-07 11:38 | Add some more tls error checking. | Christoph Lohmann | 1 | +15 | -5 |
2020-06-07 10:52 | Migrate from OpenSSL to LibreSSL. | Christoph Lohmann | 3 | +29 | -71 |
2020-06-07 10:37 | Remove binclean in Makefile. | Christoph Lohmann | 1 | +1 | -1 |
2020-06-07 10:30 | Remove -ldl, which is not needed anymore. Add OpenBSD ldflags. | Christoph Lohmann | 1 | +3 | -1 |
2020-06-07 10:26 | CFLAGS -> RP_CFLAGS | Christoph Lohmann | 1 | +1 | -1 |
2020-06-07 10:24 | RP_CC is not needed, CC is set. | Christoph Lohmann | 1 | +2 | -5 |
2020-06-07 10:19 | Respect system *FLAGS in the Makefile. | Christoph Lohmann | 1 | +7 | -7 |
2020-06-07 10:06 | Move build system to a simpler style. | Christoph Lohmann | 2 | +49 | -69 |
2020-06-04 10:45 | Change argv0 usage per instance. | Christoph Lohmann | 24 | +142 | -187 |
2020-04-27 17:17 | Fix double frees and missing free of ids. | Christoph Lohmann | 1 | +1 | -1 |
2020-01-19 11:17 | Fix typo in new progress in rpmasssend. | Christoph Lohmann | 1 | +1 | -1 |
2020-01-19 09:47 | Add progress to rpmasssend. | Christoph Lohmann | 1 | +4 | -1 |
2019-12-15 17:36 | Use printf instead of echo in the DOWNLOADER hint. | Christoph Lohmann | 1 | +1 | -2 |
2019-12-15 17:34 | Use printf instead of echo in rpurldl. | Christoph Lohmann | 1 | +1 | -1 |
2019-12-15 17:34 | Add rpurlget. | Christoph Lohmann | 1 | +8 | -0 |
2019-12-06 15:44 | Do not try to masssend, in case of some empty line. | Christoph Lohmann | 1 | +2 | -0 |
2019-04-20 08:19 | Marks are allowed in pick sequences too. | Christoph Lohmann | 1 | +1 | -1 |
2019-04-20 07:57 | Fix rfc 2822 reference. | Christoph Lohmann | 2 | +17 | -1 |
2019-01-22 20:43 | Add rpmasssend. | Christoph Lohmann | 1 | +91 | -0 |
2019-01-07 18:52 | Fix segfault in checking for spaces, if header is empty. | Christoph Lohmann | 1 | +5 | -1 |
2018-10-28 17:30 | Remove whitespace characters from header values. | Christoph Lohmann | 3 | +16 | -0 |
2018-10-28 16:57 | Fix *$num handling for headers. | Christoph Lohmann | 1 | +7 | -2 |
2018-02-24 12:30 | Check for INT_MAX in case of variable allocation. | Christoph Lohmann | 1 | +4 | -0 |
2018-01-20 14:40 | Fix issues with wrong mime types in multipart mails. | Christoph Lohmann | 1 | +3 | -1 |
2017-11-28 18:16 | In cas in alternative text/plain is zero length, display html. | Christoph Lohmann | 2 | +14 | -4 |
2017-07-24 05:41 | The content type does not need to be reordered. | Christoph Lohmann | 1 | +1 | -1 |
2017-07-23 16:16 | The first parameter has no MIME ordering. | Christoph Lohmann | 2 | +23 | -3 |
2017-04-19 15:07 | Proper sequence support in rppick. | Christoph Lohmann | 2 | +25 | -11 |
2017-04-16 13:18 | Show image links and return 0 when part is exact. | Christoph Lohmann | 2 | +2 | -0 |
2017-04-02 20:01 | Fixing one more segfault in the new code. | Christoph Lohmann | 1 | +8 | -2 |
2017-04-02 19:49 | Fixing a segfault in new code. | Christoph Lohmann | 1 | +1 | -1 |
2017-04-02 15:40 | Show invalid encodings in parameters and headers. | Christoph Lohmann | 1 | +13 | -10 |
2017-04-02 15:07 | Base64 compatible to Mozilla Thunderbird. | Christoph Lohmann | 1 | +24 | -1 |
2017-04-02 14:25 | Base64 as defined in RFC 2045. | Christoph Lohmann | 1 | +9 | -13 |
2017-03-31 14:47 | DOS. Really? | Christoph Lohmann | 1 | +1 | -1 |
2017-03-22 13:13 | Failed. Will retry later. | Christoph Lohmann | 1 | +1 | -1 |
2017-03-22 12:54 | Really remove option and longer lines (for spam). | Christoph Lohmann | 3 | +17 | -12 |
2017-02-04 11:37 | Debug info and real IPv6 support. | Christoph Lohmann | 4 | +23 | -6 |
2016-03-30 15:08 | Add rpinit, rpsee, rpdedup and rpenclosure. | Christoph Lohmann | 4 | +224 | -0 |
2016-03-28 09:55 | Add mailcap example. | Christoph Lohmann | 1 | +42 | -0 |
2016-03-28 09:52 | Change to GPLv3. | Christoph Lohmann | 1 | +676 | -21 |
2016-03-28 06:35 | Bump up to 0.5. | Christoph Lohmann | 1 | +1 | -1 |
2016-02-27 22:19 | Import the arg.h without out of bounds from st. | Christoph Lohmann | 1 | +16 | -25 |
2015-12-15 18:52 | Don't segfault if there is some empty Content-Type. | Christoph Lohmann | 1 | +26 | -18 |
2015-10-11 10:13 | Allow environment variables for the configuration parameters. | Christoph Lohmann | 5 | +21 | -7 |
2015-06-20 17:59 | Make PUT work again. | Christoph Lohmann | 1 | +2 | -0 |
2015-06-20 17:54 | Sieve now halts on invalid netspec and _DEFAULT_SOURCE is added. | Christoph Lohmann | 3 | +14 | -7 |
2015-05-12 15:13 | Fix rpsync. | Christoph Lohmann | 1 | +2 | -2 |
2015-05-12 05:23 | Add a command for individual synchronisation of mailboxes. | Christoph Lohmann | 1 | +23 | -0 |
2015-04-15 07:42 | The rppart arguments changed. | Christoph Lohmann | 1 | +2 | -2 |
2015-01-11 14:51 | The DOWNLOADDIR is not used. | Christoph Lohmann | 1 | +0 | -2 |
2014-11-26 19:39 | News should do rpo://, to open the link to the article. | Christoph Lohmann | 1 | +1 | -1 |
2014-11-26 19:36 | Syncing the templates. | Christoph Lohmann | 6 | +30 | -37 |
2014-11-26 19:36 | memdup -> memdups | Christoph Lohmann | 12 | +29 | -29 |
2014-11-26 19:13 | Add rp:// URI handling to scan and view. | Christoph Lohmann | 4 | +45 | -4 |
2014-11-26 18:43 | Alignment in news is now according to the URIs. | Christoph Lohmann | 1 | +9 | -6 |
2014-11-26 18:31 | Add rpo:// URIs to the news template. | Christoph Lohmann | 1 | +13 | -3 |
2014-11-26 18:27 | Add a way to display the configuration name. | Christoph Lohmann | 1 | +17 | -3 |
2014-10-11 05:45 | Fixing a bug when there is nothing usable given as id. | Christoph Lohmann | 1 | +5 | -3 |
2014-09-23 18:43 | We are syncing the other way around since dovecot was updated. | Christoph Lohmann | 1 | +2 | -2 |
2014-09-23 18:32 | A colon was missing in the usage of rpopen. | Christoph Lohmann | 1 | +1 | -1 |
2014-09-08 18:48 | Fixing the argv handling again. | Christoph Lohmann | 1 | +1 | -1 |
2014-09-08 18:26 | Add suffix capabilities and sieve highlight. | Christoph Lohmann | 5 | +24 | -8 |
2014-09-08 09:12 | Fix when empty argvs are given. | Christoph Lohmann | 1 | +8 | -2 |
2014-08-16 16:27 | List responses may contain atoms or strings. | Christoph Lohmann | 2 | +10 | -2 |
2014-08-16 16:21 | Add nostarttls and fix some strings. | Christoph Lohmann | 4 | +13 | -3 |
2014-05-19 20:00 | Make the rpverify command more useful. | Christoph Lohmann | 1 | +1 | -3 |
2014-04-23 17:54 | Some quotation marks are removed. | Christoph Lohmann | 1 | +1 | -1 |
2014-04-23 17:14 | Add a utility to get the download url. | Christoph Lohmann | 1 | +8 | -0 |
2014-04-23 17:06 | Allow more options to rpopen. | Christoph Lohmann | 1 | +1 | -3 |
2014-04-21 09:42 | Some more ease of use for rpmailcomposer. | Christoph Lohmann | 1 | +1 | -1 |
2014-04-21 09:40 | It's rpcomp. | Christoph Lohmann | 1 | +1 | -1 |
2014-04-21 09:39 | My fault in rpnews. | Christoph Lohmann | 1 | +0 | -1 |
2014-04-21 09:38 | Just do the commandline part and respect $SHELL. | Christoph Lohmann | 1 | +4 | -1 |
2014-04-21 09:36 | Add a commandline composing shell. | Christoph Lohmann | 2 | +11 | -0 |
2014-03-28 18:41 | Decoding empty extended headers. | Christoph Lohmann | 1 | +6 | -0 |
2014-03-25 18:28 | Many changes: | Christoph Lohmann | 2 | +7 | -3 |
2014-03-10 23:21 | Fix a bug with the new raw output. | Christoph Lohmann | 1 | +6 | -3 |
2014-03-07 19:41 | Enable raw output of parts. | Christoph Lohmann | 8 | +49 | -23 |
2014-03-01 09:28 | Display invalid iconv conversions too. | Christoph Lohmann | 1 | +1 | -1 |
2014-02-28 18:55 | Optimizing sgetbound with memmem. | Christoph Lohmann | 2 | +34 | -82 |
2014-02-16 21:53 | Removing the decodeheaders debugging printfs. | Christoph Lohmann | 1 | +2 | -3 |
2014-02-16 21:50 | Many changes at once, sorry. | Christoph Lohmann | 9 | +153 | -24 |
2014-02-06 18:20 | Changing more formats to use printf. | Christoph Lohmann | 4 | +34 | -13 |
2014-01-05 13:52 | Add configuration listing feature. | Christoph Lohmann | 3 | +43 | -9 |
2013-10-13 12:49 | Skip ^L in print and fix downloaddir in rppoddl. | Christoph Lohmann | 2 | +4 | -4 |
2013-05-14 16:09 | Adding whitespace like in RFC 822. | Christoph Lohmann | 2 | +12 | -0 |
2013-04-18 04:54 | New tty behaviour fix. | Christoph Lohmann | 1 | +1 | -1 |
2013-04-18 04:53 | Removing old bug. | Christoph Lohmann | 1 | +1 | -1 |
2013-03-25 19:18 | Fixing the pickstring generation for many arguments. | Christoph Lohmann | 2 | +8 | -8 |
2013-03-21 18:21 | Should be raw. | Christoph Lohmann | 1 | +1 | -1 |
2013-03-21 18:10 | Be quiet on folder printing too. | Christoph Lohmann | 1 | +6 | -3 |
2013-03-21 18:08 | Adding a migrate script between different configurations. | Christoph Lohmann | 1 | +27 | -0 |
2013-03-21 17:58 | Fixing some line endings. | Christoph Lohmann | 3 | +3 | -3 |
2013-03-16 07:01 | Making rpsyncmail work again with rpwatchmail. | Christoph Lohmann | 1 | +5 | -2 |
2013-02-02 08:37 | Using »p« instead of »pseq« for results. | Christoph Lohmann | 1 | +1 | -1 |
2012-12-27 20:31 | Removing a double declaration. | Christoph Lohmann | 1 | +1 | -1 |
2012-12-27 20:27 | A simple strlen optimisation. | Christoph Lohmann | 1 | +4 | -3 |
2012-12-26 16:45 | Add the rppoddl command and simply rppodplay. | Christoph Lohmann | 2 | +21 | -47 |
2012-12-26 16:31 | Fixing lstat and allow template moving by rpinit. | Christoph Lohmann | 13 | +12 | -2 |
2012-12-25 23:14 | Adding user friendly error messages for configuration problems. | Christoph Lohmann | 1 | +38 | -1 |
2012-12-25 09:20 | Fixing the default symlink handling. | Christoph Lohmann | 1 | +13 | -6 |
2012-12-25 08:49 | If dispose is set, do dispose. Simple and easy. | Christoph Lohmann | 1 | +5 | -6 |
2012-12-24 16:36 | Adding the rppath utility and allowing the creation of all paths. | Christoph Lohmann | 22 | +284 | -110 |
2012-12-23 08:48 | Fixing the makefile and making rpflag more consistent. | Christoph Lohmann | 2 | +21 | -33 |
2012-12-23 08:41 | Creating examples and making the install procedure stronger. | Christoph Lohmann | 2 | +6 | -1 |
2012-12-23 08:35 | Adding the example templates and some missing commands. | Christoph Lohmann | 11 | +674 | -0 |
2012-12-23 08:34 | Removing the old formatting command kludge and fixing rpflag. | Christoph Lohmann | 28 | +147 | -124 |
2012-12-21 17:42 | Fixing pick syntax parsing to support AND. | Christoph Lohmann | 1 | +60 | -50 |
2012-12-21 17:01 | Moving the RFCs to their own rfc folder. | Christoph Lohmann | 28 | +4428 | -1 |
2012-12-17 06:21 | Fixing config default and sorting cfg -l output. | Christoph Lohmann | 4 | +7 | -10 |
2012-12-16 08:39 | Removing the debugging stuff from last commit. | Christoph Lohmann | 1 | +0 | -3 |
2012-12-16 08:31 | Adding tmpl and creating non-existing config files. | Christoph Lohmann | 5 | +17 | -12 |
2012-12-16 07:52 | Bumping up to 0.4. | Christoph Lohmann | 1 | +1 | -1 |
2012-12-09 20:32 | Removing the warnings for cfg. This needs better logic. | Christoph Lohmann | 3 | +4 | -23 |
2012-12-07 09:09 | Adding the possibility of different configurations. | Christoph Lohmann | 47 | +450 | -238 |
2012-12-07 06:48 | Optimizing arg.h and ordering some options. | Christoph Lohmann | 2 | +36 | -23 |
2012-11-27 13:50 | Adding a default dispose option. | Christoph Lohmann | 1 | +6 | -2 |
2012-11-27 13:47 | Adding color in rpdrafts and a easier clickable message id format. | Christoph Lohmann | 2 | +2 | -2 |
2012-10-13 20:07 | Changing the imap_cmd format. | Christoph Lohmann | 2 | +29 | -28 |
2012-10-13 07:19 | Some changed to rppodplay. | Christoph Lohmann | 1 | +13 | -11 |
2012-08-29 09:33 | European is more important than Russian. It's hard to decipher both. | Christoph Lohmann | 1 | +1 | -1 |
2012-08-25 12:01 | Reenable STARTTLS. | Christoph Lohmann | 1 | +1 | -2 |
2012-08-22 09:23 | Adding koi8 and euc-jp to the guessing section. | Christoph Lohmann | 1 | +4 | -2 |
2012-08-21 14:22 | Add charset guessing. This is lame but does it for sure. | Christoph Lohmann | 8 | +73 | -13 |
2012-08-05 05:02 | Use strtok_r instead of strtok. | Christoph Lohmann | 1 | +5 | -3 |
2012-08-02 14:35 | Reenabling old header decoding. Default header is not the right solution. | Christoph Lohmann | 4 | +7 | -35 |
2012-07-26 10:10 | This is to avoid the double encoding of UTF-8. | Christoph Lohmann | 1 | +1 | -1 |
2012-07-25 16:05 | Doing the last commit right. Smprintf() is slow. | Christoph Lohmann | 1 | +1 | -1 |
2012-07-25 16:04 | Fixing wrong whitespacing on additional header values. | Christoph Lohmann | 1 | +1 | -1 |
2012-07-25 16:01 | Another support for malformed header encodings in buggy MUAs. | Christoph Lohmann | 4 | +35 | -9 |
2012-07-24 10:38 | Add sieve RFCs and fix example sieve script. | Christoph Lohmann | 7 | +7243 | -1 |
2012-07-24 09:58 | Minor style fix. | Christoph Lohmann | 1 | +2 | -1 |
2012-07-24 09:54 | Add llist_cifind and make it default for rpview -e. | Christoph Lohmann | 3 | +20 | -3 |
2012-07-24 09:47 | rpview -e now will print all found headers | Christoph Lohmann | 1 | +16 | -14 |
2012-07-17 06:10 | Handling non-standard clients – again. | Christoph Lohmann | 1 | +50 | -16 |
2012-07-17 06:03 | Some code cleanup. | Christoph Lohmann | 1 | +2 | -1 |
2012-07-15 14:00 | Fixing the parsing of empty headers. | Christoph Lohmann | 1 | +3 | -2 |
2012-07-11 17:08 | View for rpdrafts and now malformed headers are parsed. | Christoph Lohmann | 2 | +22 | -8 |
2012-05-21 15:53 | Adding some malformats of the wild Internet. | Christoph Lohmann | 1 | +21 | -8 |
2012-05-02 18:03 | Drafts fixes and sequence cleanup + joinstr optimisation. | Christoph Lohmann | 5 | +37 | -30 |
2012-04-22 18:01 | Adding slicing to seq and removing functions. | Christoph Lohmann | 6 | +230 | -40 |
2012-04-21 15:52 | Fixing base64 and adding the util for encoding. | Christoph Lohmann | 5 | +118 | -3 |
2012-04-21 13:14 | Add a separation between split and range. | Christoph Lohmann | 1 | +1 | -0 |
2012-04-21 13:11 | Style realignment. | Christoph Lohmann | 1 | +2 | -1 |
2012-04-21 13:05 | Removing useless usage call. | Christoph Lohmann | 1 | +0 | -1 |
2012-04-21 13:05 | Intermediate changes #1. | Christoph Lohmann | 5 | +5 | -76 |
2012-04-16 21:11 | cmd.h -> arg.h and a spurious linebreak. | Christoph Lohmann | 24 | +65 | -65 |
2012-03-31 19:25 | Adding news and some meta improvements. | Christoph Lohmann | 5 | +70 | -29 |
2012-03-07 14:42 | Fixing HTML display, rpcomp and the return values. | Christoph Lohmann | 4 | +26 | -16 |
2012-02-13 07:41 | Fixing id handling in argv. | Christoph Lohmann | 3 | +16 | -5 |
2012-02-02 16:20 | Add podcast download support. | Christoph Lohmann | 2 | +54 | -9 |
2012-01-29 12:32 | Adding a (semi-)random boundary generation. | Christoph Lohmann | 2 | +8 | -0 |
2012-01-28 07:01 | Meta and spam checking in header decoding. | Christoph Lohmann | 4 | +79 | -14 |
2012-01-22 18:01 | Change some inconsistencies in naming. | Christoph Lohmann | 7 | +0 | -0 |
2012-01-22 16:51 | Add podcast support and rename rpuopen -> rpopen. | Christoph Lohmann | 7 | +52 | -13 |
2012-01-01 17:09 | Adding some header encoding and fixing qpenc. | Christoph Lohmann | 8 | +114 | -1 |
2011-12-30 15:47 | `bin` should depend on rohrpost. | Christoph Lohmann | 2 | +1 | -1 |
2011-12-30 15:45 | Initial commit of rohrpost. | Christoph Lohmann | 225 | +208590 | -0 |