Menu

#50 mail not working with palm pre

v3.3.0
closed-fixed
nobody
Imap (98)
5
2009-11-18
2009-08-11
No

When trying to use davmail to sync my palm pre (using imap) I get the following errors in the davmail log:

2009-08-11 08:14:55,892 DEBUG [davmail.imap.ImapServer] davmail - Connection from /173.115.146.25 on port 1143
2009-08-11 08:14:56,000 DEBUG [ImapConnection-60029] davmail.exchange.ExchangeSession - Test configuration status: 401
2009-08-11 08:14:56,000 DEBUG [ImapConnection-60029] davmail - > * OK [CAPABILITY IMAP4REV1 AUTH=LOGIN] IMAP4rev1 DavMail server ready
2009-08-11 08:14:56,002 DEBUG [ImapConnection-60029] davmail - < ~~A1 capability
2009-08-11 08:14:56,003 DEBUG [ImapConnection-60029] davmail - > * CAPABILITY IMAP4REV1 AUTH=LOGIN
2009-08-11 08:14:56,003 DEBUG [ImapConnection-60029] davmail - > ~~A1 OK CAPABILITY completed
2009-08-11 08:14:56,253 DEBUG [ImapConnection-60029] davmail - < ~~A2 login "******" "******"
2009-08-11 08:14:56,253 DEBUG [ImapConnection-60029] davmail.exchange.ExchangeSession - Got session davmail.exchange.ExchangeSession@8c1dd9 from cache
2009-08-11 08:14:56,334 DEBUG [ImapConnection-60029] davmail - > ~~A2 OK Authenticated
2009-08-11 08:14:56,464 DEBUG [ImapConnection-60029] davmail - < ~~A3 capability
2009-08-11 08:14:56,464 DEBUG [ImapConnection-60029] davmail - > * CAPABILITY IMAP4REV1 AUTH=LOGIN
2009-08-11 08:14:56,464 DEBUG [ImapConnection-60029] davmail - > ~~A3 OK CAPABILITY completed
2009-08-11 08:14:56,938 DEBUG [ImapConnection-60029] davmail - < ~~A4 select "Inbox"
2009-08-11 08:14:59,822 DEBUG [ImapConnection-60029] davmail - > * 863 EXISTS
2009-08-11 08:14:59,823 DEBUG [ImapConnection-60029] davmail - > * 863 RECENT
2009-08-11 08:14:59,823 DEBUG [ImapConnection-60029] davmail - > * OK [UIDVALIDITY 1]
2009-08-11 08:14:59,824 DEBUG [ImapConnection-60029] davmail - > * OK [UIDNEXT 148166]
2009-08-11 08:14:59,824 DEBUG [ImapConnection-60029] davmail - > * FLAGS (\Answered \Deleted \Draft \Flagged \Seen $Forwarded Junk)
2009-08-11 08:14:59,824 DEBUG [ImapConnection-60029] davmail - > * OK [PERMANENTFLAGS (\Answered \Deleted \Draft \Flagged \Seen $Forwarded Junk \*)]
2009-08-11 08:14:59,824 DEBUG [ImapConnection-60029] davmail - > ~~A4 OK [READ-WRITE] select completed
2009-08-11 08:15:00,364 DEBUG [ImapConnection-60029] davmail - < ~~A5 UID SEARCH ALL SINCE 04-Aug-2009
2009-08-11 08:15:00,365 ERROR [ImapConnection-60029] davmail - Invalid search parameters: ALL
davmail.exception.DavMailException: Invalid search parameters: ALL
at davmail.imap.ImapConnection.appendSearchParam(ImapConnection.java:764)
at davmail.imap.ImapConnection.run(ImapConnection.java:256)
2009-08-11 08:15:00,367 DEBUG [ImapConnection-60029] davmail - > ~~A5 BAD unable to handle request: Invalid search parameters: ALL

davmail is running on a debian linux box, and I am trying to connect using my palm pre.

Thanks!

Discussion

  • Mickael Guessant

    Yet another unsupported search request...
    Fixed in SVN : implemented SEARCH ALL SINCE request

     
  • Mickael Guessant

    • status: open --> open-fixed
     
  • Daniel Steen

    Daniel Steen - 2009-08-12

    So the above has fixed the problem. Thanks! Unfortunately we now have a different issue:

    ....
    2009-08-12 11:16:43,746 DEBUG [ImapConnection-54522] davmail - > * SEARCH 148550
    2009-08-12 11:16:43,746 DEBUG [ImapConnection-54522] davmail - > * SEARCH 148551
    2009-08-12 11:16:43,746 DEBUG [ImapConnection-54522] davmail - > * SEARCH 148552
    2009-08-12 11:16:43,746 DEBUG [ImapConnection-54522] davmail - > * SEARCH 148553
    2009-08-12 11:16:43,746 DEBUG [ImapConnection-54522] davmail - > ~~A5 OK SEARCH completed
    2009-08-12 11:16:45,125 DEBUG [ImapConnection-54522] davmail - < ~~A6 uid search unseen SINCE 05-Aug-2009
    2009-08-12 11:16:45,125 ERROR [ImapConnection-54522] davmail - Invalid search parameters: unseen
    davmail.exception.DavMailException: Invalid search parameters: unseen
    at davmail.imap.ImapConnection.appendSearchParam(ImapConnection.java:757)
    at davmail.imap.ImapConnection.run(ImapConnection.java:260)
    2009-08-12 11:16:45,126 DEBUG [ImapConnection-54522] davmail - > ~~A6 BAD unable to handle request: Invalid search parameters: unseen

    This is using the version pulled from svn on 8/12/09

     
  • Daniel Steen

    Daniel Steen - 2009-08-12
    • status: open-fixed --> open-accepted
     
  • Daniel Steen

    Daniel Steen - 2009-08-12
    • status: open-accepted --> open
     
  • Mickael Guessant

    Also fixed :-)
    Case insensitive search operators in appendSearchParam()

     
  • Mickael Guessant

    • status: open --> open-fixed
     
  • Daniel Steen

    Daniel Steen - 2009-08-12

    Great! We're moving along here. Thanks so much for your help! Now I'm not getting any error on davmail side (that i can tell), but I don't get any email on my pre. Here is the latest log:

    2009-08-12 12:50:16,536 DEBUG [davmail.imap.ImapServer] davmail - Connection from /173.115.146.25 on por
    t 1143
    2009-08-12 12:50:16,588 DEBUG [ImapConnection-51898] davmail.exchange.ExchangeSession - Test configurati
    on status: 401
    2009-08-12 12:50:16,589 DEBUG [ImapConnection-51898] davmail - > * OK [CAPABILITY IMAP4REV1 AUTH=LOGIN]
    IMAP4rev1 DavMail server ready
    2009-08-12 12:50:16,590 DEBUG [ImapConnection-51898] davmail - < ~~A1 capability
    2009-08-12 12:50:16,591 DEBUG [ImapConnection-51898] davmail - > * CAPABILITY IMAP4REV1 AUTH=LOGIN
    2009-08-12 12:50:16,591 DEBUG [ImapConnection-51898] davmail - > ~~A1 OK CAPABILITY completed
    2009-08-12 12:50:16,817 DEBUG [ImapConnection-51898] davmail - < ~~A2 login "******" "******"
    2009-08-12 12:50:16,818 DEBUG [ImapConnection-51898] davmail.exchange.ExchangeSession - Got session davm
    ail.exchange.ExchangeSession@1bb60c3 from cache
    2009-08-12 12:50:16,908 DEBUG [ImapConnection-51898] davmail - > ~~A2 OK Authenticated
    2009-08-12 12:50:17,043 DEBUG [ImapConnection-51898] davmail - < ~~A3 capability
    2009-08-12 12:50:17,044 DEBUG [ImapConnection-51898] davmail - > * CAPABILITY IMAP4REV1 AUTH=LOGIN
    2009-08-12 12:50:17,045 DEBUG [ImapConnection-51898] davmail - > ~~A3 OK CAPABILITY completed
    2009-08-12 12:50:17,398 DEBUG [ImapConnection-51898] davmail - < ~~A4 list "INBOX" *
    2009-08-12 12:50:20,086 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/todo
    "
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/clar
    ify"
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/pend
    ing"
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/DR"
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/swat
    ch"
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/crs"
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/stat
    us reports"
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/neta
    pp"
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/auto
    "
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > * list (\HasNoChildren) "/" "INBOX/pm4d
    ata"
    2009-08-12 12:50:20,087 DEBUG [ImapConnection-51898] davmail - > ~~A4 OK list completed
    2009-08-12 12:50:20,923 DEBUG [ImapConnection-51898] davmail - < ~~A5 select "Inbox"
    2009-08-12 12:50:22,682 DEBUG [ImapConnection-51898] davmail - > * 937 EXISTS
    2009-08-12 12:50:22,682 DEBUG [ImapConnection-51898] davmail - > * 937 RECENT
    2009-08-12 12:50:22,682 DEBUG [ImapConnection-51898] davmail - > * OK [UIDVALIDITY 1]
    2009-08-12 12:50:22,682 DEBUG [ImapConnection-51898] davmail - > * OK [UIDNEXT 148610]
    2009-08-12 12:50:22,682 DEBUG [ImapConnection-51898] davmail - > * FLAGS (\Answered \Deleted \Draft \Fla
    gged \Seen $Forwarded Junk)
    2009-08-12 12:50:22,683 DEBUG [ImapConnection-51898] davmail - > * OK [PERMANENTFLAGS (\Answered \Delete
    d \Draft \Flagged \Seen $Forwarded Junk \*)]
    2009-08-12 12:50:22,683 DEBUG [ImapConnection-51898] davmail - > ~~A5 OK [READ-WRITE] select completed
    2009-08-12 12:50:23,405 DEBUG [ImapConnection-51898] davmail - < ~~A6 UID SEARCH ALL SINCE 05-Aug-2009
    2009-08-12 12:50:23,406 DEBUG [ImapConnection-51898] davmail - Search: AND ("DAV:getlastmodified" >= '20
    09/08/05 00:00:00')
    2009-08-12 12:50:23,916 DEBUG [ImapConnection-51898] davmail - > * SEARCH 146302
    2009-08-12 12:50:23,917 DEBUG [ImapConnection-51898] davmail - > * SEARCH 146370
    .....
    2009-08-12 12:50:23,946 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148608
    2009-08-12 12:50:23,946 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148609
    2009-08-12 12:50:23,949 DEBUG [ImapConnection-51898] davmail - > ~~A6 OK SEARCH completed
    2009-08-12 12:50:24,604 DEBUG [ImapConnection-51898] davmail - < ~~A7 uid search unseen SINCE 05-Aug-2009
    2009-08-12 12:50:24,605 DEBUG [ImapConnection-51898] davmail - Search: AND ("urn:schemas:httpmail:read" = False AND "DAV:getlastmodified" >= '2009/08/05 00:00:00')
    2009-08-12 12:50:24,690 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148585
    2009-08-12 12:50:24,691 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148604
    2009-08-12 12:50:24,691 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148609
    2009-08-12 12:50:24,691 DEBUG [ImapConnection-51898] davmail - > ~~A7 OK SEARCH completed
    2009-08-12 12:50:25,084 DEBUG [ImapConnection-51898] davmail - < ~~A8 uid search answered SINCE 05-Aug-2009
    2009-08-12 12:50:25,085 DEBUG [ImapConnection-51898] davmail - Search: AND ("DAV:getlastmodified" >= '2009/08/05 00:00:00')
    2009-08-12 12:50:25,440 DEBUG [ImapConnection-51898] davmail - > * SEARCH 146392
    2009-08-12 12:50:25,440 DEBUG [ImapConnection-51898] davmail - > * SEARCH 146406
    .....
    2009-08-12 12:50:25,451 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148531
    2009-08-12 12:50:25,451 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148583
    2009-08-12 12:50:25,451 DEBUG [ImapConnection-51898] davmail - > ~~A8 OK SEARCH completed
    2009-08-12 12:50:25,851 DEBUG [ImapConnection-51898] davmail - < ~~A9 uid search flagged SINCE 05-Aug-2009
    2009-08-12 12:50:25,852 DEBUG [ImapConnection-51898] davmail - Search: AND ("DAV:getlastmodified" >= '2009/08/05 00:00:00')
    2009-08-12 12:50:26,363 DEBUG [ImapConnection-51898] davmail - > * SEARCH 146404
    2009-08-12 12:50:26,363 DEBUG [ImapConnection-51898] davmail - > * SEARCH 147836
    2009-08-12 12:50:26,363 DEBUG [ImapConnection-51898] davmail - > * SEARCH 147839
    2009-08-12 12:50:26,364 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148200
    2009-08-12 12:50:26,364 DEBUG [ImapConnection-51898] davmail - > ~~A9 OK SEARCH completed
    2009-08-12 12:50:26,604 DEBUG [ImapConnection-51898] davmail - < ~~A10 uid search deleted SINCE 05-Aug-2009
    2009-08-12 12:50:26,606 DEBUG [ImapConnection-51898] davmail - Search: AND ("DAV:getlastmodified" >= '2009/08/05 00:00:00')
    2009-08-12 12:50:26,968 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148582
    2009-08-12 12:50:26,969 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148583
    .....
    2009-08-12 12:50:26,969 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148601
    2009-08-12 12:50:26,969 DEBUG [ImapConnection-51898] davmail - > * SEARCH 148602
    2009-08-12 12:50:26,969 DEBUG [ImapConnection-51898] davmail - > ~~A10 OK SEARCH completed
    2009-08-12 12:50:27,332 DEBUG [ImapConnection-51898] davmail - < ~~A11 uid fetch 148609,148604,148585,148564,148553,148546,148532,148531,148502,148501 (FLAGS INTERNALDATE ENVELOPE BODYSTRUCTURE BODY.PEEK[HEADER])
    2009-08-12 12:50:27,929 DEBUG [ImapConnection-51898] davmail - > * 937 FETCH (UID 148609 FLAGS () INTERNALDATE "12-Aug-2009 12:48:25 -0400" RFC822.SIZE 277046 BODY[HEADER] {902}
    2009-08-12 12:50:27,929 DEBUG [ImapConnection-51898] davmail - > )
    2009-08-12 12:50:27,929 DEBUG [ImapConnection-51898] davmail - > ~~A11 OK UID FETCH completed

     
  • Daniel Steen

    Daniel Steen - 2009-08-12
    • status: open-fixed --> open
     
  • Mickael Guessant

    This is the first IMAP client that sends uids in descending order... breaks my message iterator.

     
  • Mickael Guessant

    Should be fixed in SVN

     
  • Mickael Guessant

    • status: open --> open-fixed
     
  • Daniel Steen

    Daniel Steen - 2009-08-17

    Hm. Still seems to be having an issue. Here is what I get:

    2009-08-17 09:09:12,889 INFO [main] davmail - DavMail Gateway 3.4.0-675 listening on SMTP port 1025 POP
    port 1110 IMAP port 1143 CALDAV port 2080 LDAP port 1389
    2009-08-17 09:09:42,368 DEBUG [davmail.imap.ImapServer] davmail - Connection from /173.115.127.204 on po
    rt 1143
    2009-08-17 09:09:43,757 DEBUG [ImapConnection-39982] davmail.exchange.ExchangeSession - Test configurati
    on status: 401
    2009-08-17 09:09:43,759 DEBUG [ImapConnection-39982] davmail - > * OK [CAPABILITY IMAP4REV1 AUTH=LOGIN]
    IMAP4rev1 DavMail server ready
    2009-08-17 09:09:43,760 DEBUG [ImapConnection-39982] davmail - < ~~A1 capability
    2009-08-17 09:09:43,762 DEBUG [ImapConnection-39982] davmail - > * CAPABILITY IMAP4REV1 AUTH=LOGIN
    2009-08-17 09:09:43,763 DEBUG [ImapConnection-39982] davmail - > ~~A1 OK CAPABILITY completed
    2009-08-17 09:09:44,361 DEBUG [ImapConnection-39982] davmail - < ~~A2 login "*****" "*****"
    2009-08-17 09:09:44,426 DEBUG [ImapConnection-39982] davmail - executeFollowRedirects(https://*****.com/exchange/)
    2009-08-17 09:09:44,558 DEBUG [ImapConnection-39982] davmail.exchange.ExchangeSession - Base href found
    in body, mailPath is /exchange/*****/
    2009-08-17 09:09:44,926 DEBUG [ImapConnection-39982] davmail.exchange.ExchangeSession - Current user ema
    il is *****@*****.com
    2009-08-17 09:09:45,519 DEBUG [ImapConnection-39982] davmail.exchange.ExchangeSession - Inbox URL : http
    s://*****.com/exchange/*****/Inbox Trash URL : https://\****.com/exchange/*****/Deleted Items Sent URL : https://\****.com/exchange/*****/Sent Items Send URL : https://
    *****.com/exchange/******/##DavMailSubmissionURI##/ Drafts URL : https://\****.c
    om/exchange/*****/Drafts Calendar URL : https://\
    ****.com/exchange/*******/Calendar
    2009-08-17 09:09:45,520 DEBUG [ImapConnection-39982] davmail.exchange.ExchangeSession - Session davmail.
    exchange.ExchangeSession@1bb60c3 created
    2009-08-17 09:09:45,524 DEBUG [ImapConnection-39982] davmail.exchange.ExchangeSession - Created new sess
    ion: davmail.exchange.ExchangeSession@1bb60c3
    2009-08-17 09:09:45,524 DEBUG [ImapConnection-39982] davmail - > ~~A2 OK Authenticated
    2009-08-17 09:09:45,981 DEBUG [ImapConnection-39982] davmail - < ~~A3 capability
    2009-08-17 09:09:45,981 DEBUG [ImapConnection-39982] davmail - > * CAPABILITY IMAP4REV1 AUTH=LOGIN
    2009-08-17 09:09:45,981 DEBUG [ImapConnection-39982] davmail - > ~~A3 OK CAPABILITY completed
    2009-08-17 09:09:46,321 DEBUG [ImapConnection-39982] davmail - < ~~A4 list "INBOX" *
    2009-08-17 09:09:49,022 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/todo
    "
    2009-08-17 09:09:49,022 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/clar
    ify"
    2009-08-17 09:09:49,022 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/pend
    ing"
    2009-08-17 09:09:49,023 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/DR"
    2009-08-17 09:09:49,023 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/swat
    ch"
    2009-08-17 09:09:49,023 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/crs"
    2009-08-17 09:09:49,023 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/stat
    us reports"
    2009-08-17 09:09:49,023 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/neta
    pp"
    2009-08-17 09:09:49,023 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/auto
    "
    2009-08-17 09:09:49,024 DEBUG [ImapConnection-39982] davmail - > * list (\HasNoChildren) "/" "INBOX/pm4d
    ata"
    2009-08-17 09:09:49,024 DEBUG [ImapConnection-39982] davmail - > ~~A4 OK list completed
    2009-08-17 09:09:50,202 DEBUG [ImapConnection-39982] davmail - < ~~A5 select "Inbox"
    2009-08-17 09:09:51,717 DEBUG [ImapConnection-39982] davmail - > * 725 EXISTS
    2009-08-17 09:09:51,717 DEBUG [ImapConnection-39982] davmail - > * 725 RECENT
    2009-08-17 09:09:51,718 DEBUG [ImapConnection-39982] davmail - > * OK [UIDVALIDITY 1]
    2009-08-17 09:09:51,722 DEBUG [ImapConnection-39982] davmail - > * OK [UIDNEXT 149815]
    2009-08-17 09:09:51,722 DEBUG [ImapConnection-39982] davmail - > * FLAGS (\Answered \Deleted \Draft \Fla
    gged \Seen $Forwarded Junk)
    2009-08-17 09:09:51,722 DEBUG [ImapConnection-39982] davmail - > * OK [PERMANENTFLAGS (\Answered \Delete
    d \Draft \Flagged \Seen $Forwarded Junk \*)]
    2009-08-17 09:09:51,723 DEBUG [ImapConnection-39982] davmail - > ~~A5 OK [READ-WRITE] select completed
    2009-08-17 09:09:53,774 DEBUG [ImapConnection-39982] davmail - < ~~A6 UID SEARCH ALL SINCE 10-Aug-2009
    2009-08-17 09:09:53,778 DEBUG [ImapConnection-39982] davmail - Search: AND ("DAV:getlastmodified" >= '20
    09/08/10 00:00:00')
    2009-08-17 09:09:54,354 DEBUG [ImapConnection-39982] davmail - > * SEARCH 147829
    2009-08-17 09:09:54,355 DEBUG [ImapConnection-39982] davmail - > * SEARCH 147830
    2009-08-17 09:09:54,355 DEBUG [ImapConnection-39982] davmail - > * SEARCH 147833
    2009-08-17 09:09:54,355 DEBUG [ImapConnection-39982] davmail - > * SEARCH 147836

    ....
    2009-08-17 09:09:54,435 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149812
    2009-08-17 09:09:54,435 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149813
    2009-08-17 09:09:54,435 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149814
    2009-08-17 09:09:54,435 DEBUG [ImapConnection-39982] davmail - > ~~A6 OK SEARCH completed
    2009-08-17 09:09:54,754 DEBUG [ImapConnection-39982] davmail - < ~~A7 uid search unseen SINCE 10-Aug-200
    9
    2009-08-17 09:09:54,756 DEBUG [ImapConnection-39982] davmail - Search: AND ("urn:schemas:httpmail:read"
    = False AND "DAV:getlastmodified" >= '2009/08/10 00:00:00')
    2009-08-17 09:09:54,815 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149695
    2009-08-17 09:09:54,815 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149799
    2009-08-17 09:09:54,815 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149801
    2009-08-17 09:09:54,816 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149803
    2009-08-17 09:09:54,816 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149814
    2009-08-17 09:09:54,816 DEBUG [ImapConnection-39982] davmail - > ~~A7 OK SEARCH completed
    2009-08-17 09:09:55,146 DEBUG [ImapConnection-39982] davmail - < ~~A8 uid search answered SINCE 10-Aug-2
    009
    2009-08-17 09:09:55,147 DEBUG [ImapConnection-39982] davmail - Search: AND ("DAV:getlastmodified" >= '20
    09/08/10 00:00:00')
    2009-08-17 09:09:55,530 DEBUG [ImapConnection-39982] davmail - > * SEARCH 147840
    2009-08-17 09:09:55,530 DEBUG [ImapConnection-39982] davmail - > * SEARCH 147876
    2009-08-17 09:09:55,531 DEBUG [ImapConnection-39982] davmail - > * SEARCH 147880
    ....
    2009-08-17 09:09:55,536 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149362
    2009-08-17 09:09:55,536 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149365
    2009-08-17 09:09:55,536 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149372
    2009-08-17 09:09:55,536 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149378
    2009-08-17 09:09:55,536 DEBUG [ImapConnection-39982] davmail - > ~~A8 OK SEARCH completed
    2009-08-17 09:09:56,100 DEBUG [ImapConnection-39982] davmail - < ~~A9 uid search flagged SINCE 10-Aug-2009
    2009-08-17 09:09:56,101 DEBUG [ImapConnection-39982] davmail - Search: AND ("DAV:getlastmodified" >= '2009/08/10 00:00:00')
    2009-08-17 09:09:56,506 DEBUG [ImapConnection-39982] davmail - > * SEARCH 147836
    2009-08-17 09:09:56,506 DEBUG [ImapConnection-39982] davmail - > * SEARCH 147839
    2009-08-17 09:09:56,507 DEBUG [ImapConnection-39982] davmail - > * SEARCH 148200
    2009-08-17 09:09:56,507 DEBUG [ImapConnection-39982] davmail - > * SEARCH 148617
    2009-08-17 09:09:56,507 DEBUG [ImapConnection-39982] davmail - > * SEARCH 148646
    2009-08-17 09:09:56,507 DEBUG [ImapConnection-39982] davmail - > * SEARCH 148914
    2009-08-17 09:09:56,507 DEBUG [ImapConnection-39982] davmail - > * SEARCH 148936
    2009-08-17 09:09:56,507 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149347
    2009-08-17 09:09:56,508 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149349
    2009-08-17 09:09:56,508 DEBUG [ImapConnection-39982] davmail - > ~~A9 OK SEARCH completed
    2009-08-17 09:09:56,760 DEBUG [ImapConnection-39982] davmail - < ~~A10 uid search deleted SINCE 10-Aug-2009
    2009-08-17 09:09:56,762 DEBUG [ImapConnection-39982] davmail - Search: AND ("DAV:getlastmodified" >= '2009/08/10 00:00:00')
    2009-08-17 09:09:57,232 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149802
    2009-08-17 09:09:57,232 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149804
    .....
    2009-08-17 09:09:57,233 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149811
    2009-08-17 09:09:57,233 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149812
    2009-08-17 09:09:57,234 DEBUG [ImapConnection-39982] davmail - > * SEARCH 149813
    2009-08-17 09:09:57,234 DEBUG [ImapConnection-39982] davmail - > ~~A10 OK SEARCH completed
    2009-08-17 09:09:57,653 DEBUG [ImapConnection-39982] davmail - < ~~A11 uid fetch 149814,149803,149801,149799,149695,149693,149600,149568,149499,149483 (FLAGS INTERNALDATE ENVELOPE BODYSTRUCTURE BODY.PEEK[HEADER])
    2009-08-17 09:09:57,735 DEBUG [ImapConnection-39982] davmail - > * 725 FETCH (UID 149814 FLAGS () INTERNALDATE "17-Aug-2009 09:09:28 -0400" RFC822.SIZE 1004 BODY[HEADER] {677}
    2009-08-17 09:09:57,735 DEBUG [ImapConnection-39982] davmail - > )
    2009-08-17 09:09:57,735 DEBUG [ImapConnection-39982] davmail - > ~~A11 OK UID FETCH completed

     
  • Daniel Steen

    Daniel Steen - 2009-08-17
    • status: open-fixed --> open
     
  • Mickael Guessant

    New fix available in SVN, the previous one did not work in all cases

     
  • Mickael Guessant

    • status: open --> open-fixed
     
  • Mickael Guessant

    • status: open-fixed --> closed-fixed
     

Log in to post a comment.