Sebastian B

Results 19 comments of Sebastian B
trafficstars

Maybe it is easy not to delete the signs at the message id? I already tried to find out why the characters at the message ids are present at all....

After a long search to see if the angle brackets belong to the message id, I finally found something in the RFC. According to [RFC 2822](https://www.rfc-editor.org/rfc/rfc2822) (page 25): > Semantically,...

Shouldn't the UID always be unique and unchangeable in a mailbox? According to RFC 3501 section [2.3.1.1](https://datatracker.ietf.org/doc/html/rfc3501#section-2.3.1.1): ``` The unique identifier of a message MUST NOT change during the session,...

So far I have not used the `move()` method itself. But when I look at the implementation, the sequence id of the message is used for moving, not the UID....

You are absolutely right. I have read something over there. Sorry for the confusion.

Hi @catabozan, thanks for the detailed error description! The exception is thrown in the `ImapProtocol::nextLine()` method. So there is a problem reading the response after the deletion happened. Now the...

Hi @ramieita , the pull request from SebDev94 is not yet merged. If you want to use this bundle with Symfony 5, then you have to specify the respository of...

Wow, well seen! Thank you! Very weird that no error ever happened in my case. I fix this with https://github.com/SebDev94/ldaptools-bundle/commit/68c9f0898e86fe05d46d279dfcd0a9faaa02dac3.

@tip2tail I have taken the fork from SebDev94. Thanks for the information! As soon as I use ldaptools in Symfony 5.4 I will update my branch. Did you also have...