• [^] # Re: Ne recuperer qu'un certain nombre avant synchro serveur

    Posté par . En réponse au message comment vider une bal pop3 avec fetchmail ?. Évalué à 4.

    erf, je pensais que les mails étaient effacés au fur et à mesure...

    donc, si la récup des mails échoue, aucun n'est effacé...

    j'ai trouvé l'option dans la manpage :

    -e <count> | --expunge <count>
    (keyword: expunge) Arrange for deletions to be made final after a given number of messages. Under POP2 or POP3, fetchmail cannot make deletions final without sending QUIT and ending the session -- with this option on, fetchmail will break a long mail retrieval session into multiple subsessions, sending QUIT after each sub-session. This is a good defense against line drops on POP3 servers that do not do the equivalent of a QUIT on hangup.

    merci beaucoup, j'essaye de suite...