Alexander Weps

Results 53 issues of Alexander Weps

This talks about the current beta. I already asked a support a year ago, but can we introduce search operators on the beta? The drop-down menu is nice, but it...

Search for specific header presence and value should be supported in WebUI, it would be best to do it generally, but the most important are: Subject, From, To (already supported),...

First support for: https://github.com/ProtonMail/proton-mail/issues/55

S/MIME: ``` $ openssl smime -verify -in FW_\ anyconnect\ -\ ProtonMail.eml Error reading S/MIME message 139644724533056:error:0D0D40CD:asn1 encoding routines:SMIME_read_ASN1:invalid mime type:../crypto/asn1/asn_mime.c:469:type: multipart/mixed $ openssl smime -verify -in FW_\ anyconnect\ -\ Bridge.eml...

bug

This: ``` imap.select('All Mail'); imap.store("1:*", '+FLAGS', '\\Deleted') imap.expunge() ``` Fails because All Mail has no ability to store as Deleted. This: ``` imap.select('All Mail'); imap.copy("1:*", 'Trash') imap.select('Trash'); imap.store("1:*", '+FLAGS', '\\Deleted')...

Because of the problems described here: https://github.com/ProtonMail/proton-bridge/issues/159 I have decided to remove e-mails from Python using imaplib, I invoked this on the MyLabel label: ``` imap.select("Labels/MyLabel") imap.store("1:*", '+FLAGS', '\\Deleted') imap.expunge()...

So I finally get to debugging the biggest problem in multipart parsing. Consider this example produced by NODEMAILER: ``` Content-Type: multipart/alternative; boundary=----NODEMAILER-?=_1-1327405538300 ``` The boundary satisfies RFC1521: ``` boundary :=...

Charging amperage should be set based on the adapter supplied: It has a sensing pin, but I don't know if it is connected: ``` 65 W 10 kΩ 90 W...

Any idea how to disable TV tuner?

``` ports: - ip:21:21 - ip:21000-21010:21000-21010 labels: UFW_MANAGED: 'TRUE' UFW_ALLOW_FROM: '0.0.0.0-21;0.0.0.0-21000;0.0.0.0-21001;0.0.0.0-21002;0.0.0.0-21003;0.0.0.0-21004;0.0.0.0-21005;0.0.0.0-21006;0.0.0.0-21007;0.0.0.0-21008;0.0.0.0-21009;0.0.0.0-21010' ``` ``` 172.25.0.2 21/tcp ALLOW FWD 0.0.0.0 # ftp-ftp-1:b4f6104135df 172.25.0.2 21000/tcp ALLOW FWD 0.0.0.0 # ftp-ftp-1:b4f6104135df 172.25.0.2 21001/tcp ALLOW...