Piernik

Results 33 issues of Piernik

With ionic clean sidemenu project I have both Your plugin and Google Maps plugin (https://github.com/mapsplugin/cordova-plugin-googlemaps). It does not compile without errors. Both plugins have [email protected]. Here ares install commands: ```...

Here is my email. Parser don't see any contents only one attachment `smime.p7m`. Here is header ``` Return-Path: Received: from mail2.lasy.gov.pl (212.244.241.4) (HELO mail2.lasy.gov.pl) by iqxx.home.pl (89.161.164.54) with SMTP (IdeaSmtpServer...

enhancement

In my app I can open multiple modals. I want to close them with `esc` key. So in every modal I'm adding combo with `this.hotkeysService.add()` which returns `HotKey | Hotkey...

enhancement

I'm using `bootstrap 5` plugin. There is a `rowSelector: ".row",` which causes errors. If there is no row class it throws error and crashes application. There is plenty of examples...

enhancement

Function `prepareMessageIds` is not accepting `int` as input value. In my case `uid` is `int` (it is returned by `$mailbox->getStatus(SA_UIDNEXT)`. Can You add another parser in that function? ```php private...

Is it possible to use Your library as parser of eml files? Now I'm using https://github.com/php-mime-mail-parser/php-mime-mail-parser But it would be great to use only one library.

feature request

I'm adding mailboxesParser. It sorts mailboxes and fetches special folders like "sent", "inbox", "trash". Tests are in `tests\MailboxesParser\`. Usage: ```php $parser = new MailboxesParser($this->mailboxes); //set language (only pl) for special...

enhancement
awaiting author updates

I want to use Your plugin with `ionic` and `capacitor` (fresh install). I know that there is problem with iOS but I care only about Android. Is it possible to...

Google supports scripts tags in Structured Data. In that script tags white spaces are not removed: ``` { "@context": "https://schema.org", "@type": "LocalBusiness", } ``` Is it possible to handle that...

I think something is wrong with composer for 0.7.1 - It' not downloading MIME.php file