Page MenuHome GnuPG
Feed Advanced Search

Mar 22 2019

thome added a comment to T4411: Outlook O365 crashes at start with gpgol.

Hi - that did the trick. The linked gpgol.dll loads without any issues. However the decryption of e-Mails don't work. I get the
"OpenPGP Encrypted message (decryption not possible) Could not decrypt the data: Unsupported protocol" error.

Mar 22 2019, 3:39 PM · gpg4win, kleopatra, gpgol, Bug Report
JJworx added a comment to T4408: Outlook and / or Exchange server mistake(s) forwarded mail for appointment request.

Yeah, that worked halfways. Meaning, if I try to send the forwarded mail
from inline / reader / docked mode, the Button lights up but no sending
happens. If I send it from undocked window, it works and the original
problem doesn't happen.

Mar 22 2019, 3:25 PM · gpgol, Bug Report
werner added a comment to T4418: --with-wkd-hash does not have an effect on --with-colons.

So what about this:

Mar 22 2019, 11:48 AM · Bug Report
gniibe added a comment to T4415: Does not build using gcc 9.

With gcc-9 in Debian experimental, everything goes well.
Yes, the use of pragma is questionable, but let's see.

Mar 22 2019, 10:39 AM · Info Needed, toolchain, Bug Report
werner added a comment to T4418: --with-wkd-hash does not have an effect on --with-colons.

I think that a small tool or feature for gpg-wks-client would be better than extending the --with-colons format. A --dry-run option for example could list the filenames which would be created.

Mar 22 2019, 8:37 AM · Bug Report

Mar 21 2019

dkg created T4418: --with-wkd-hash does not have an effect on --with-colons.
Mar 21 2019, 8:02 PM · Bug Report

Mar 20 2019

aheinecke added a comment to T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication).

Thanks for the confirmation. Although I still don't really know how to fix it :-(

Mar 20 2019, 4:04 PM · pinentry, Bug Report, gpg4win
bb added a comment to T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication).

I can also confirm this bug!

Mar 20 2019, 10:49 AM · pinentry, Bug Report, gpg4win
werner added a comment to T4415: Does not build using gcc 9.

Maybe we should get rid of the _Pragma operator in particular because it is not used often and we cond on compiler type later anyway.

Mar 20 2019, 10:19 AM · Info Needed, toolchain, Bug Report
kloczek updated the task description for T4415: Does not build using gcc 9.
Mar 20 2019, 10:14 AM · Info Needed, toolchain, Bug Report
werner assigned T4415: Does not build using gcc 9 to gniibe.

Will you be so kind and look into this?

Mar 20 2019, 10:12 AM · Info Needed, toolchain, Bug Report
werner closed T4414: please make ecc debugging info from libgcrypt more legible. as Resolved.

Thanks.

Mar 20 2019, 10:03 AM · libgcrypt, Bug Report
werner added a comment to T4414: please make ecc debugging info from libgcrypt more legible..

Applied to master. This is not suitable for 1.8

Mar 20 2019, 10:03 AM · libgcrypt, Bug Report
kloczek created T4415: Does not build using gcc 9.
Mar 20 2019, 9:59 AM · Info Needed, toolchain, Bug Report
dkg added a comment to T4414: please make ecc debugging info from libgcrypt more legible..

for whatever reason, i don't seem to be able to push to the branch on playfair, so i've also pushed the same commit over at https://gitlab.com/dkg/libgcrypt

Mar 20 2019, 3:10 AM · libgcrypt, Bug Report
dkg created T4414: please make ecc debugging info from libgcrypt more legible..
Mar 20 2019, 3:08 AM · libgcrypt, Bug Report

Mar 19 2019

aheinecke added a comment to T4276: Context.decrypt() throws an error if *any* signature is bad.

@dkg If you propose a patch here I'm pretty sure that we will accept it. As one of our Python binding users you know better then us how the API should behave.

Mar 19 2019, 3:51 PM · gpgme, Python, Bug Report
aheinecke triaged T4411: Outlook O365 crashes at start with gpgol as Normal priority.
Mar 19 2019, 3:49 PM · gpg4win, kleopatra, gpgol, Bug Report
aheinecke added a comment to T4411: Outlook O365 crashes at start with gpgol.

see: https://wiki.gnupg.org/TroubleShooting#Manually_update_GpgOL_to_a_beta

Mar 19 2019, 3:49 PM · gpg4win, kleopatra, gpgol, Bug Report
aheinecke added a comment to T4411: Outlook O365 crashes at start with gpgol.

This is very strange, common to all the crashes in the log is that they happen while a keylisting is running and before the first key from that keylisting is returned. But this could be a red herring because the keylisting is always started immediately in a background thread and so it would be normal that if the crash occurs immediately that it would still be running. The keylisting code is extremely similar to Kleopatra though. So I don't understand why Kleopatra would then work for you.

Mar 19 2019, 3:48 PM · gpg4win, kleopatra, gpgol, Bug Report
werner triaged T4276: Context.decrypt() throws an error if *any* signature is bad as Normal priority.
Mar 19 2019, 1:44 PM · gpgme, Python, Bug Report
werner closed T4410: Memory leak in import recently introduced as Resolved.
Mar 19 2019, 1:43 PM · Bug Report
catenacyber added a comment to T4410: Memory leak in import recently introduced.

Running
valgrind --leak-check=full ./g10/gpg --import clusterfuzz-testcase-minimized-fuzz_import-5751600352591872.dms
gave me at commit f799e9728bcadb3d4148a47848c78c5647860ea4

==11882== 232 (16 direct, 216 indirect) bytes in 1 blocks are definitely lost in loss record 290 of 333
==11882==    at 0x1001C32C5: malloc (vg_replace_malloc.c:302)
==11882==    by 0x100B211B9: do_malloc (in /usr/local/Cellar/libgcrypt/1.8.3/lib/libgcrypt.20.dylib)
==11882==    by 0x100B214D5: _gcry_xmalloc (in /usr/local/Cellar/libgcrypt/1.8.3/lib/libgcrypt.20.dylib)
==11882==    by 0x100058A1D: read_block (import.c:929)
==11882==    by 0x10005B772: import (import.c:584)
==11882==    by 0x1000597FF: import_keys_internal (import.c:486)
==11882==    by 0x1000596FE: import_keys (import.c:526)
==11882==    by 0x10000727B: main (gpg.c:4675)
Mar 19 2019, 9:07 AM · Bug Report
werner closed T4409: libgpg-error fails to cross-compile for armv7a-unknown-linux-gnueabihf [PATCH] as Resolved.

Thanks. Actually the same as arm7-unknown-linux-gnueabihf. I have added it to the alias table to be released with 1.36.

Mar 19 2019, 8:07 AM · Bug Report
werner added a comment to T4410: Memory leak in import recently introduced.

This file is readable. You must have changed the former one's visibility so that only you can view it.

Mar 19 2019, 7:56 AM · Bug Report

Mar 18 2019

catenacyber added a comment to T4410: Memory leak in import recently introduced.

Ok, I will wait longer next time.
How do I make the file accessible ? (I can download it)

Mar 18 2019, 8:24 PM · Bug Report
stefson updated the task description for T4409: libgpg-error fails to cross-compile for armv7a-unknown-linux-gnueabihf [PATCH].
Mar 18 2019, 8:11 PM · Bug Report
werner closed T2908: dirmngr can't be build w/o LDAP as Wontfix.
Mar 18 2019, 7:28 PM · dirmngr, gnupg (gpg22), Bug Report, gnupg
werner lowered the priority of T3972: 100% CPU usage endles loop of gpg --list-keys from Normal to Low.

We can't replicate that and got no more response for 9 months.

Mar 18 2019, 7:22 PM · gnupg (gpg22)
werner added a comment to T4410: Memory leak in import recently introduced.

That was an intermediate commit on master - it is likely that there are memory leaks.
Moving the test around is not a solution. BTW {F630817} is not accessible.

Mar 18 2019, 6:04 PM · Bug Report
werner updated the task description for T4410: Memory leak in import recently introduced.
Mar 18 2019, 6:03 PM · Bug Report
thome added a comment to T4411: Outlook O365 crashes at start with gpgol.

Since I configured call tracing the running O365 Client dies immediately after activating the addin. Same happens now if I activate the addin.
Anyways, here is the log.

Mar 18 2019, 4:25 PM · gpg4win, kleopatra, gpgol, Bug Report
aheinecke added a comment to T4411: Outlook O365 crashes at start with gpgol.

Thanks for the report. Log looks not unusual.

Mar 18 2019, 2:49 PM · gpg4win, kleopatra, gpgol, Bug Report
thome created T4411: Outlook O365 crashes at start with gpgol.
Mar 18 2019, 1:04 PM · gpg4win, kleopatra, gpgol, Bug Report
catenacyber created T4410: Memory leak in import recently introduced.
Mar 18 2019, 11:56 AM · Bug Report
aheinecke claimed T4408: Outlook and / or Exchange server mistake(s) forwarded mail for appointment request.

I think that this might have the same underlying reason as the fixed T4321 (still open because it was not yet released).

Mar 18 2019, 11:15 AM · gpgol, Bug Report
stefson created T4409: libgpg-error fails to cross-compile for armv7a-unknown-linux-gnueabihf [PATCH].
Mar 18 2019, 9:06 AM · Bug Report
aheinecke added a comment to T4332: Gpg4win, data corruption.

Just for history if I ever need it again here is a patch I wrote debugging QIODeviceDataprovider. I have not commited it for fear of regressions and apparently the code is correct for Linux and that it did not work as expected on Windows had other reasons.

Mar 18 2019, 9:01 AM · gpg4win, Bug Report

Mar 15 2019

JJworx added a comment to T4408: Outlook and / or Exchange server mistake(s) forwarded mail for appointment request.

Additionally that workaround is a bad idea because on closing Outlook it
leads to the GPG4Win error "Not all plain text could be removed, it's
possible that plain text from decrypted mails was transferred to your
server." (roughly remembered text-wise)

Mar 15 2019, 4:42 PM · gpgol, Bug Report
JJworx created T4408: Outlook and / or Exchange server mistake(s) forwarded mail for appointment request.
Mar 15 2019, 3:04 PM · gpgol, Bug Report
werner lowered the priority of T2669: gpg --import auto-launches gpg-agent even when no secret keys are imported from Normal to Low.
Mar 15 2019, 12:18 PM · Bug Report, gnupg
werner closed T4407: Heap-use-after-free from commit 01c87d4c as Resolved.

Thanks.

Mar 15 2019, 8:59 AM · Bug Report
aheinecke changed the status of T4332: Gpg4win, data corruption from Open to Testing.

After further debugging it showed that it had to be an issue in how we use QProcess. So I've rewritten the way we call gpgtar on Windows and replaced it with a simple anonymous pipe solution. I've tested more then ten times with various directories that the data corruption no longer occurs.
The performance is slightly better, but we still use GPGME so it's not as good as if we would pipe it directly. But not using GPGME was not really an option because otherwise I would have had to implement a full blown "how to call gpg" with error handling etc. for Kleopatra and I really did not want that.

Mar 15 2019, 8:38 AM · gpg4win, Bug Report
catenacyber created T4407: Heap-use-after-free from commit 01c87d4c.
Mar 15 2019, 8:36 AM · Bug Report

Mar 13 2019

cipy added a comment to T4375: unable to change empty passwords for private keys.

Hi there,

Mar 13 2019, 9:45 PM · Info Needed, Bug Report
aheinecke triaged T4404: Mangled Pinentry dialog box as Low priority.

thanks for the report. Yes this is a known issue. This pinentry is so basic that it does not have dynamic layout as we don't include GUI libraries in the basic installer. For a better pinentry you can install Gpg4win.
In the future we are thinking about adding a pinentry based on the small "FLTK" toolkit, with dynamic layout.

Mar 13 2019, 8:51 AM · Windows, pinentry, Bug Report

Mar 12 2019

Kelbom68 changed Version from 2.2.3 (gnupg-w32-2.2.13_20190212.exe) to 2.2.13 (gnupg-w32-2.2.13_20190212.exe) on T4404: Mangled Pinentry dialog box.
Mar 12 2019, 10:59 PM · Windows, pinentry, Bug Report
Kelbom68 created T4404: Mangled Pinentry dialog box.
Mar 12 2019, 10:57 PM · Windows, pinentry, Bug Report
Wanderer added a comment to T4399: gpg2 --edit-key "Need the secret key to do this.".

The man page also needs to be updated (or reference) whats-new-in-2.1 ,especially the New format for key listings. The "missing" KeyIDs in the listing is extremely confusing to someone used to the old system. I wasted much time trying to discover what I was missing.

Mar 12 2019, 10:14 PM · gnupg, Documentation

Mar 11 2019

Wanderer added a comment to T4399: gpg2 --edit-key "Need the secret key to do this.".

OK. Designated box wasn't a technical term, so obvious in retrospect.

Mar 11 2019, 10:33 PM · gnupg, Documentation
aheinecke added a comment to T4402: Kleopatra decrypt error - Missing MDC for non legacy algos.

By the way. As I see the domain in the screenshot ;-) let me just say that there is commercial support for GnuPG (https://gnupg.com) available and through which we could much better and quicker help you to find a solution that works for you if this is a problem in your organisation.

Mar 11 2019, 6:04 PM · kleopatra, Bug Report, gpg4win
aheinecke renamed T4402: Kleopatra decrypt error - Missing MDC for non legacy algos from Kleopatra decrypt error to Kleopatra decrypt error - Missing MDC for non legacy algos.
Mar 11 2019, 6:01 PM · kleopatra, Bug Report, gpg4win
aheinecke triaged T4402: Kleopatra decrypt error - Missing MDC for non legacy algos as Low priority.

I think I know what the problem is. T4038 only works for "legacy algorithms" this means old ciphers where MDC was not the default are handled by this error. New algorithms like AES which should have MDC in all implementations were not affected by this because this is much rarer and points to a broken implementation / a real attack.

Mar 11 2019, 6:01 PM · kleopatra, Bug Report, gpg4win
KarlS created T4402: Kleopatra decrypt error - Missing MDC for non legacy algos.
Mar 11 2019, 3:25 PM · kleopatra, Bug Report, gpg4win
werner closed T4400: GnuPG fails to parse algorithm preferences (and presumably features) from direct key signatures as Invalid.

That is correct according to the specs:

Mar 11 2019, 1:58 PM · Bug Report
justus created T4400: GnuPG fails to parse algorithm preferences (and presumably features) from direct key signatures.
Mar 11 2019, 1:43 PM · Bug Report
msc added a comment to T4241: GpgOL: Unable to save an encrypted message over the microsoft outlook interface.

Hey. Are there any new regarding this ticket?

Mar 11 2019, 9:37 AM · Bug Report, gpg4win
werner added a comment to T4399: gpg2 --edit-key "Need the secret key to do this.".

What terms in the man page are troublesome for you?

Mar 11 2019, 9:00 AM · gnupg, Documentation

Mar 10 2019

Wanderer added a comment to T4399: gpg2 --edit-key "Need the secret key to do this.".

Despite my previous denial, I now think that you are correct: I now think that I did indeed follow a Debian wiki entry on separating the primary key. In my defense it was many years ago :-(. I have now managed to import a primary key, although unfortunately the wrong one.

Mar 10 2019, 9:12 PM · gnupg, Documentation
Wanderer added a comment to T4399: gpg2 --edit-key "Need the secret key to do this.".

Just to note that I did import the secret key, but there was no change. I have searched for the term designated box, but I found no hits. Where is this term defined or explained?

Mar 10 2019, 3:59 PM · gnupg, Documentation
Wanderer added a comment to T4399: gpg2 --edit-key "Need the secret key to do this.".

Thanks for the prompt reply. I did not explicitly move the primary key offline. Maybe there is something in the default debian configuration that does that?
$GNUPGHOME is pointing to a .gnupg which contains secring.gpg and also a directory private-keys-v1.d/ which contains two keys.

Mar 10 2019, 3:46 PM · gnupg, Documentation
werner added a comment to T4399: gpg2 --edit-key "Need the secret key to do this.".

You are keeping your primary secret key offline. You need the primary secret key for most operations because it is required to bind user ids or new subkeys to the primary key. The "pub" indicates that you have only the public part of the primary key. There are several howtos on how to move a key offline and you seem to have followed on of them. The common advise is to have a designated box with the full key (including the primary key) and use that for key maintenance. Of course you can also import the primary secret key.

Mar 10 2019, 2:43 PM · gnupg, Documentation

Mar 9 2019

Wanderer added a comment to T4399: gpg2 --edit-key "Need the secret key to do this.".

I should have added, in case it wasn't obvious, that I changed some ids etc in the report just to protect precise details.

Mar 9 2019, 6:19 PM · gnupg, Documentation
Wanderer created T4399: gpg2 --edit-key "Need the secret key to do this.".
Mar 9 2019, 6:16 PM · gnupg, Documentation

Mar 8 2019

cosmic lowered the priority of T4396: no connection to ui server kleopatra start up error from High to Normal.
Mar 8 2019, 6:25 PM · kleopatra, gpg4win
JW added a comment to T4397: GPG Error - version >= 1.25... no.

Similar issue with ntbtls:

Mar 8 2019, 10:33 AM · gpgrt, Bug Report
werner triaged T4365: Encoding problem: gpg truncates multibyte characters in interactive prompts on Windows as Normal priority.

I reviewed the multibyte handling in GnuPG and you are right, there is a general problem because we use ReadConsoleA and basically GetCommandLineA, so there is no way for multibyte input unless a parameter file is used. Output is also broken, but that is easier to fix iff the input case has been fixed.

Mar 8 2019, 8:18 AM · Windows, gnupg (gpg23), Bug Report
werner added a project to T4397: GPG Error - version >= 1.25... no: gpgrt.

FWIW:
The first config.log is from a gnutls build.
The second for libassuan 2.5.3 and has been configured:

./configure --enable-shared --prefix=/var/tmp --libdir=/var/tmp/lib64
Mar 8 2019, 7:46 AM · gpgrt, Bug Report

Mar 7 2019

JW added a comment to T4397: GPG Error - version >= 1.25... no.

Libassuan 2.5.3 has a similar problem:

Mar 7 2019, 9:01 PM · gpgrt, Bug Report
JW updated the task description for T4397: GPG Error - version >= 1.25... no.
Mar 7 2019, 8:51 PM · gpgrt, Bug Report
JW updated the task description for T4397: GPG Error - version >= 1.25... no.
Mar 7 2019, 8:51 PM · gpgrt, Bug Report
JW updated the task description for T4397: GPG Error - version >= 1.25... no.
Mar 7 2019, 8:32 PM · gpgrt, Bug Report
JW updated the task description for T4397: GPG Error - version >= 1.25... no.
Mar 7 2019, 8:30 PM · gpgrt, Bug Report
JW updated the task description for T4397: GPG Error - version >= 1.25... no.
Mar 7 2019, 8:30 PM · gpgrt, Bug Report
JW updated the task description for T4397: GPG Error - version >= 1.25... no.
Mar 7 2019, 8:29 PM · gpgrt, Bug Report
JW created T4397: GPG Error - version >= 1.25... no.
Mar 7 2019, 8:28 PM · gpgrt, Bug Report
cosmic triaged T4396: no connection to ui server kleopatra start up error as High priority.
Mar 7 2019, 6:44 PM · kleopatra, gpg4win
cosmic created T4396: no connection to ui server kleopatra start up error.
Mar 7 2019, 6:42 PM · kleopatra, gpg4win
werner closed T4367: gnupg fails to build with gcc9 as Resolved.
Mar 7 2019, 1:05 PM · gnupg (gpg22), Bug Report
werner added a comment to T4367: gnupg fails to build with gcc9.

Changes backported to 2.2

Mar 7 2019, 1:05 PM · gnupg (gpg22), Bug Report
aheinecke added a comment to T3990: Kleopatra change expiry date on year doesn't work.

Hello,
I've opened T4395 for this to keep better track of it as this task was about another issue.

Mar 7 2019, 10:46 AM · gpg4win, kleopatra, Bug Report
huowen added a comment to T3990: Kleopatra change expiry date on year doesn't work.
Mar 7 2019, 8:24 AM · gpg4win, kleopatra, Bug Report
huowen raised the priority of T3990: Kleopatra change expiry date on year doesn't work from Normal to High.

Hi,aheinecke。my kleopatra version is "kleopatra Version 3.1.4-gpg4win-3.1.5".and when change expiry date, i enter a wrong passphrase or choose "cancle". it shows successfully. what can i do for solve this question. thanks.

Mar 7 2019, 8:20 AM · gpg4win, kleopatra, Bug Report
werner claimed T4307: Importing existing elgamal subkey fails.
Mar 7 2019, 8:00 AM · gnupg, Bug Report

Mar 6 2019

crollinsphoto added a comment to T4392: Imports public key only, will not import secret key.

And attached is a test key.

Mar 6 2019, 5:53 PM · gnupg, Feature Request, gpg4win
crollinsphoto added a comment to T4392: Imports public key only, will not import secret key.

Ok here is the output:

C:\Users\croll>gpg --import "Desktop\Charles Rollins.asc"
gpg: key C7EE3D25FF2E5EF5: no valid user IDs
gpg: this may be caused by a missing self-signature
gpg: key C7EE3D25FF2E5EF5: failed to re-lookup public key
gpg: key C7EE3D25FF2E5EF5: public key "Charles Rollins
<crollinsphoto@gmail.com>" imported
gpg: Total number processed: 2
gpg: w/o user IDs: 1
gpg: imported: 1
gpg: secret keys read: 1
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 4 signed: 9 trust: 0-, 0q, 0n, 0m, 0f, 4u
gpg: depth: 1 valid: 9 signed: 0 trust: 1-, 0q, 0n, 0m, 8f, 0u
gpg: next trustdb check due at 2019-11-05

C:\Users\croll>

What is meant by missing self signature? I signed it before exporting it.

Mar 6 2019, 5:25 PM · gnupg, Feature Request, gpg4win
aheinecke added a comment to T4332: Gpg4win, data corruption.

Further testing leads me to believe that this is probably a Kleopatra / QGpgME / Qt issue. I can pretty reliably reproduce this when using Kleopatra but never have I gotten this with gpgtar only, and I tested it a lot of times.

Mar 6 2019, 3:50 PM · gpg4win, Bug Report
aheinecke added a comment to T4332: Gpg4win, data corruption.

The difference is between: 0x01035400 and 0x01034600 where 7 blocks of zero bytes are in the broken archive which are not present in the original file.

Mar 6 2019, 2:26 PM · gpg4win, Bug Report
aheinecke added a comment to T4332: Gpg4win, data corruption.

Kleopatra now shows an error in this case when extracting. So now we only need to fix that this happens at all.

Mar 6 2019, 2:07 PM · gpg4win, Bug Report
aheinecke triaged T4392: Imports public key only, will not import secret key as Normal priority.

We are currently not aware of any bugs that would prevent the import of valid secret keys.

Mar 6 2019, 8:16 AM · gnupg, Feature Request, gpg4win

Mar 5 2019

crollinsphoto created T4392: Imports public key only, will not import secret key.
Mar 5 2019, 9:54 PM · gnupg, Feature Request, gpg4win
werner triaged T4375: unable to change empty passwords for private keys as Normal priority.
Mar 5 2019, 8:24 AM · Info Needed, Bug Report

Mar 4 2019

aheinecke added a comment to T4379: Invalid crypto engine importing a certificate.

Ouch indeed. Looks like you run into a "hanging" gpg-agent situation in that case our main background process is blocked and all other processes wait for it to respond and nothing works anymore.
This should never happen and we need to fix it. But so far we have not found a way to reproduce it.

Mar 4 2019, 10:57 AM · S/MIME, Bug Report
aheinecke added a subtask for T4347: gpg4win 3.1.5 pinentry fails on some systems: T4264: Gpg4win 3.1.6.
Mar 4 2019, 10:17 AM · gpg4win, Bug Report
aheinecke changed the status of T4347: gpg4win 3.1.5 pinentry fails on some systems from Open to Testing.

There was indeed a missing dependency. libgpg-error and libassuan were only installed if GPGME was installed, so only if Kleopatra or GPA were selected.

Mar 4 2019, 10:17 AM · gpg4win, Bug Report
aheinecke added a comment to T4350: Attachments in Outlook.

Hi,
sorry for the late reply. I cannot reproduce the issue.

Mar 4 2019, 9:04 AM · Info Needed, gpgol, Bug Report, gpg4win
aheinecke added a comment to T4184: Outlook 2013 Appointments vanish when send as a E-Mail.

Also reported for Contacts in T4161.

Mar 4 2019, 8:59 AM · gpgol, Bug Report, gpg4win
aheinecke merged task T4384: contact (.vcf) attachments are removed by gpgol into T4184: Outlook 2013 Appointments vanish when send as a E-Mail.
Mar 4 2019, 8:58 AM · gpgol, Bug Report, gpg4win
aheinecke merged T4384: contact (.vcf) attachments are removed by gpgol into T4184: Outlook 2013 Appointments vanish when send as a E-Mail.
Mar 4 2019, 8:58 AM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T4384: contact (.vcf) attachments are removed by gpgol.

I think that this is the same as T4388 So I'm merging it in.

Mar 4 2019, 8:58 AM · gpgol, Bug Report, gpg4win