Arcuri Davide

Results 36 comments of Arcuri Davide
trafficstars

Not sure if I need to open a new issue since the error title it's valid also in my case. I've issue with main.ldb file that, when parsed, returns the...

little tweaks/issue: Subflow are not counted in Workflow > execution > actions count There is a strange behavior when selecting subflows in Workflow > executions .. It happens that for...

In my case.. I have everything on docker so I reach thehive with my workstation ip but, if I don't set no_proxy, it tries to connect to thehive using the...

Can this be something optional? We receive forwarded "suspicious" mail from users and I need to keep attached email as attachment. I don't want forwarded data to be mixed with...

at the moment there is no option, all rfc822 are stored as attachments. Do you want also the option added to my code or just the pull is ok?

pull #89 done. in our use case we obtain attached emails with write_attachments and then start a new parsing process with them.

Yes, it's the same issue but I didn't find it. I think it could be an useful feature and I'll going to scrape them "manually" for the moment Thanks

There is any progress on this? It would be very useful in my use case Trying to use the proposed patch I'm receiving: `aioimaplib.aioimaplib.Abort: command STARTTLS illegal in state STARTED`

Hi, thanks for the reply. I tried to add the wait_hello_from_server but then I'm receiving this error: ``` Traceback (most recent call last): File "manage.py", line 31, in execute_from_command_line(sys.argv) File...

I made a pull #54 that address some of previous issues.