Adeyeye George

Results 5 comments of Adeyeye George

I finally found a way of doing this... ``` $search = new SearchExpression(); $search->addCondition(new Unseen()); $messages = $this->mailbox->getMessages($search); ``` No longer a new feature Thanks...

> ## Encryption modes > I think when implementing encryption we should implement it with 3 modes. > > 1. No encryption > 2. Encrypt whole store > 3. Encrypt...

> It means you're not invoking `getString()` on the `HiddenString` object, but trying to e.g. print it directly. > > The entire point of `HiddenString` is to prevent data from...

> It probably helps if you understand the problem being solved here. > > Take a look at this code: > > ``` >