General

Profile

plehoux (Philippe-Antoine Lehoux)

  • Login: plehoux
  • Email: plehoux@gmail.com
  • Registered on: 08/05/2014
  • Last sign in: 05/10/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

05/10/2017

05:11 PM Ruby master Feature #10119: [PATCH] [net/imap] Add CHANGEDSINCE FETCH modifier + complementary add MODSEQ Message Data Item in FETCH Command
I updated the patch so the code doesn't raise when passing a CHANGEDSINCE value bigger than 4294967296, as defined by... plehoux (Philippe-Antoine Lehoux)
03:21 PM Ruby master Feature #10119: [PATCH] [net/imap] Add CHANGEDSINCE FETCH modifier + complementary add MODSEQ Message Data Item in FETCH Command
The above patch was wrong. There is/was no flags variable in current/previous ruby versions.
The attached patch no...
plehoux (Philippe-Antoine Lehoux)

08/08/2014

08:00 PM Ruby master Feature #10119 (Closed): [PATCH] [net/imap] Add CHANGEDSINCE FETCH modifier + complementary add MODSEQ Message Data Item in FETCH Command
Add [CHANGEDSINCE FETCH modifier]
(http://tools.ietf.org/html/rfc4551#section-3.3.1)
+
Add [MODSEQ Message Dat...
plehoux (Philippe-Antoine Lehoux)

08/06/2014

12:52 AM Ruby master Bug #10112: NET::IMAP fails to parse uid_search/search response with MODSEQ search criteria
Here is my patch to parse the response successfully.
~~~
require 'net/imap'
##
# Fixing issue: NET::IMAP fail...
plehoux (Philippe-Antoine Lehoux)

08/05/2014

05:50 PM Ruby master Bug #10112 (Closed): NET::IMAP fails to parse uid_search/search response with MODSEQ search criteria
~~~
imap.examine('INBOX')
imap.uid_search(['MODSEQ', 12345])
~~~
NET::IMAP fails to parse uid_search/search r...
plehoux (Philippe-Antoine Lehoux)

Also available in: Atom