-
The vCard code currently has its own custom vCard parser. There are many issues with the current code and I deemed it better to use an external library, [sabre/vobject](https://sabre.io/vobject/) bei…
-
If I try to parse a vCard in 2.1 format, the parser does not accept it, since the "TYPE=" tags are missing. Is vCard 2.1 not supported?
-
Program sample:
```cpp
#include
#include
#include
#include
#include
#include "libical/ical.h"
#include
#include
int main() {
std::string content;
{
std::ifstream myfile…
-
We should add a button that people can click to download vCard files of everyone matched by the current search/filters. This would make it easy to create an address book for your email account, and to…
-
It could be great to add a specific pgp public key entry into vcards.
This allows to use a contact pgp key stored only one time and to use it everywhere.
An "autofill" possibility could be added…
-
### Prerequisites
- [X] I have [searched](https://github.com/roundcube/roundcubemail/issues?q=is%3Aissue) for duplicate or closed issues
- [X] I can recreate the issue with all plugins disabled
### …
-
Hello together, i've tested the code with serve and launched it.
When i want to create like the Demo site a vCard, after the Download button it always wants to sign in to Microsoft or Facebook (faceb…
-
Platform: Ubuntu 22.04 LTS
Server type: NGINX/Apache2 ...
PHP version: 8.1
in the VCARD file, the words HOME and WORK are added to the end of the ADR lines.
eg:
ADR;WORK;POSTAL;CHARSET=utf-8:;;…
-
Hi,
The code throws exception when parsing some vcards (like the one below) where there is a newline character within a field.
The exception is:
```
Error while reading vcard qr. Error: Syste…
-
After upgrading to Nuxt version `3.14.159`, I encounter persistent router warnings on a cold start related to the resolution of virtual Sass modules provided by Vuetify. These warnings do not appear o…