~include('header.html')
~list("SELECT uid_ml FROM mls_mails_index WHERE uid='~addslashes(~get_filename())'", 'LM',~set('uid_ml',~fld('uid_ml'))) Retour à la liste
~defunc('plop', ~list("select uid,subject,messageid FROM mls_mails_index WHERE reference LIKE '%~sparam("1")'", "LM", "
  • ~fld("subject")
    ~call("plop",~fld("messageid"))
  • ", "LF","") ) ~list("SELECT body FROM mls_mails_data WHERE uid_mail='~addslashes(~get_filename())'", "LM", ~set("body",~fld("body"))) ~list("SELECT size,mailfrom,namefrom,subject,messageid,date FROM mls_mails_index WHERE uid='~addslashes(~get_filename())'", "LM", '
    From:
    ~if(~fld("namefrom")!='',~cuthtml(~fld("namefrom")),' ')
    Subject:
    ~cuthtml(~fld("subject"))
    Date:
    ~timestamp2day(~fld("date"))/~timestamp2month(~fld("date"))/~timestamp2year(~fld("date")) ~timestamp2hhmm(~fld("date"))
    Mailing-list:
    Message-ID:
    ~cuthtml(~fld('messageid'))
    ~nl2br(~cuthtml(~preg_replace('/(\S+)@(\S+)/i','\1 ~random(1) \2',~get('body'))))
    ')
    ~include('footer.html')