文件操作 - {7AA0033D-4721-4DAF-BA03-EC28DC2B958E}.eml
返回文件管理
返回主菜单
删除本文件
文件: /var/vmail/planetline.it/leandro/cur/{7AA0033D-4721-4DAF-BA03-EC28DC2B958E}.eml
编辑文件内容
Return-Path: 197308572.52347.2000107@t.contactlab.it Received: from mail73.clab99g.contactlab.it (mail73.clab99g.contactlab.it [93.94.37.77]) by mail.planetline.it with ESMTP ; Thu, 16 Nov 2017 17:13:48 +0100 Return-Path: <197308572.52347.2000107@t.contactlab.it> DKIM-Signature: v=1; a=rsa-sha256; d=contactlab.it; s=clab1; c=relaxed/relaxed; q=dns/txt; i=@contactlab.it; t=1510848818; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=29CGsT3LFNN/eljYcDTTxAg9HKeV7VD7BwWw/JOaFME=; b=IJdDrZL9moDCkWU4WFS2IAKAAqxfHZLlTefrHCG2pCzcIetGP7ef4rU5Df5255IY 2xKpkGgZ+Z4alxVpxe5MopuX9R3VPSBOzib32tEuhX4aRwcfc58uiv1nEjeLcqB2 4Xxdpz2cuadszKokA8P7/8KF/79ATT0h8wpps8VC1AU=; X-CSA-Complaints: whitelist-complaints@eco.de Received: from [172.16.6.113] ([172.16.6.113:23214]) by t.contactlab.it (envelope-from <197308572.52347.2000107@t.contactlab.it>) (ecelerity 3.5.10.45038 r(Core:3.5.10.0)) with ECSTREAM id 28/A3-26094-239BD0A5; Thu, 16 Nov 2017 17:13:38 +0100 Message-ID: <28.A3.26094.239BD0A5@t.contactlab.it> From: Salmoiraghi & Vigano' <salmoiraghievigano@ecrmitalia.com> Reply-To: salmoiraghievigano@ecrmitalia.com Subject: Guardiamo oltre, scopri il meglio della settimana To: leandro@planetline.it Date: Thu, 16 Nov 2017 17:13:38 +0100 MIME-Version: 1.0 X-campaignid: clab.2000107.52347 List-Unsubscribe: <mailto:197308572.52347.2000107.6bf842d2721d60625c7e719142bbf656@mlu.contactlab.it>, <https://lm.contactlab.it/rlu/index.php?c=2000107&did=52347&id=197308572&cc=6bf842d2721d60625c7e719142bbf656> X-Mailer: ContactLab X-Binding: 2000107.258 X-Clab-Family: 2000107 List-Id: <2000107.258.d1f92bf14260a58cf7c1ef1fa4768e53.v1.mlu.contactlab.it> X-Abuse: Please report abuse for this campaign here: https://lm.contactlab.it/abuse/index.php?c=2000107&id=197308572&cc=de5a65b77ffd51cce17d0de773d80f9be7faddcd Content-Type: text/html; charset="UTF-8" Content-Length: 20406 Content-Transfer-Encoding: quoted-printable <!doctype html> <html> <head> <meta charset=3D"utf-8"> <!-- utf-8 works for most cases --> <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=3D1.0"> <!-- Forcing initial-scale shouldn't be necessary --> <meta http-equiv=3D"X-UA-Compatible" content=3D"IE=3Dedge"> <!-- Use the latest (edge) version of IE rendering engine --> <title>Salmoiraghi & Viganò</title> <!-- The title tag shows in email notifications, like Android 4.4. --> <!-- Please use an inliner tool to convert all CSS to inline as inpage or external CSS is removed by email clients --> <!-- important in CSS is used to prevent the styles of currently inline CSS from overriding the ones mentioned in media queries when corresponding screen sizes are encountered --> <!-- CSS Reset --> <style type=3D"text/css"> /* What it does: Remove spaces around the email design added by some email clients. */ /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */ html, body { margin: 0 !important; padding: 0 !important; height: 100% !important; width: 100% !important; } /* What it does: Stops email clients resizing small text. */ * { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } /* What it does: Forces Outlook.com to display emails full width. */ .ExternalClass { width: 100%; } /* What is does: Centers email on Android 4.4 */ div[style*=3D"margin: 16px 0"] { margin: 0 !important; } /* What it does: Stops Outlook from adding extra spacing to tables. */ table, td { mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; } /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */ table { border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto !important; } table table table { table-layout: auto; } a { text-decoration: none!important; color: #555555; } /* What it does: Uses a better rendering method when resizing images in IE. */ img { -ms-interpolation-mode: bicubic; } /* What it does: Overrides styles added when Yahoo's auto-senses a link. */ .yshortcuts a { border-bottom: none !important; } /* What it does: Another work-around for iOS meddling in triggered links. */ a[x-apple-data-detectors] { color: inherit !important; } </style> <!-- Progressive Enhancements --> <style type=3D"text/css"> @import url("https://fonts.googleapis.com/css=3Ffamily=3DRaleway:500,600,700"); /* What it does: Hover styles for buttons */ .button-td, .button-a { transition: all 100ms ease-in; } .button-td:hover, .button-a:hover { background: #555555 !important; border-color: #555555 !important; } /* Media Queries */ @media screen and (max-width: 600px) { .email-container { width: 100% !important; } /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */ .fluid, .fluid-centered { max-width: 100% !important; height: auto !important; margin-left: auto !important; margin-right: auto !important; } /* And center justify these ones. */ .fluid-centered { margin-left: auto !important; margin-right: auto !important; } /* What it does: Forces table cells into full-width rows. */ .stack-column, .stack-column-center { display: block !important; width: 100% !important; max-width: 100% !important; direction: ltr !important; } /* And center justify these ones. */ .stack-column-center { text-align: center !important; } /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */ .center-on-narrow { text-align: center !important; display: block !important; margin-left: auto !important; margin-right: auto !important; float: none !important; } table.center-on-narrow { display: inline-block !important; } } </style> </head> <body bgcolor=3D"#e0e0e0" width=3D"100%" style=3D"margin: 0;" yahoo=3D"yahoo"> <table bgcolor=3D"#e0e0e0" cellpadding=3D"0" cellspacing=3D"0" border=3D"0" height=3D"100%" width=3D"100%" style=3D"border-collapse:collapse;"> <tr> <td><center style=3D"width: 100%;"> <table align=3D"center" cellpadding=3D"0" cellspacing=3D"0" style=3D"width:100%; max-width:600px;"> <tr> <td align=3D"center" valign=3D"bottom" style=3D"padding: 10px; color:#999; font-family: arial, helvetica, sans-serif; font-size:12px; line-height: 16px;"> Se non visualizzi correttamente questa email, <a target=3D"_blank" href=3D"http://o.contactlab.it/ov/2000107/52347/2VoUS7fLd0Rzp%2FrV%2Fl2zymN39l2ROBdQp%2BZ87H8qPprzhVUFKtSkCIPna6c3%2B1qq" style=3D"font-weight:bold; text-decoration:none; color:#666;">clicca qui</a>. </td> </tr> </table> <!-- Email Body : BEGIN --> <table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"center" bgcolor=3D"#ffffff" width=3D"600" class=3D"email-container"> <!-- Hero Image, Flush : BEGIN --> <tr> <td class=3D"full-width-image"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315006"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0127_guardiamooltre/img/header.png" alt=3D"Salmoiraghi & Vigan=C3=B2" width=3D"600" border=3D"0" align=3D"center" style=3D"width: 100%; max-width: 600px; height: auto;" title=3D"Salmoiraghi & Vigan=C3=B2"></a></td> </tr> <tr> <td style=3D"padding-top: 5px;" class=3D"full-width-image"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315007"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/1116_guardiamoOltre/images/logo_600x90.gif" alt=3D"Guardiamooltre il punto di vista che mancava" width=3D"600" style=3D"width: 100%; max-width: 600px; height: auto;" title=3D"Guardiamooltre il punto di vista che mancava" border=3D"0" align=3D"center"></a></td> </tr> <!-- Hero Image, Flush : END --> <!-- 1 Column Text : BEGIN --> <tr> <td style=3D"padding: 0 20px 10px; text-align: center; font-family: Raleway, Helvetica, Arial; font-size: 18px; font-weight: 500; mso-height-rule: exactly; line-height: 25px; color: #555555;"><table width=3D"100%"> <tbody> <tr> <td width=3D"16.66%" align=3D"center" valign=3D"top" style=3D"text-align: center; font-family: Raleway, Helvetica, Arial; font-size: 10px; font-weight: 500; text-transform: uppercase; mso-height-rule: exactly; line-height: 12px; color: #555555;"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315008" title=3D"Vita & Vista" style=3D"text-decoration:none; color: #555554;" target=3D"_blank"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0209_guardiamo-oltre-febbraio/icons/vita-vista.png" alt=3D"Vita & Vista" width=3D"50" style=3D" margin: 0 auto;" title=3D"Vita & Vista"><br />Vita & Vista</a></td> <td width=3D"16.66%" align=3D"center" valign=3D"top" style=3D"text-align: center; font-family: Raleway, Helvetica, Arial; font-size: 10px; font-weight: 500; text-transform: uppercase; mso-height-rule: exactly; line-height: 12px; color: #555555;"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315009" title=3D"Lenti" style=3D"text-decoration:none; color: #555554;" target=3D"_blank"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0209_guardiamo-oltre-febbraio/icons/lenti.png" alt=3D"Lenti" width=3D"50" style=3D"margin: 0 auto;" title=3D"Lenti"><br />Lenti</a></td> <td width=3D"16.66%" align=3D"center" valign=3D"top" style=3D"text-align: center; font-family: Raleway, Helvetica, Arial; font-size: 10px; font-weight: 500; text-transform: uppercase; mso-height-rule: exactly; line-height: 12px; color: #555555;"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315010" title=3D"Sole & Fashion" style=3D"text-decoration:none; color: #555554;" target=3D"_blank"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0209_guardiamo-oltre-febbraio/icons/sole-fashion.png" alt=3D"Sole & Fashion" width=3D"50" style=3D" margin: 0 auto;" title=3D"Sole & Fashion"><br />Sole & Fashion</a></td> <td width=3D"16.66%" align=3D"center" valign=3D"top" style=3D"text-align: center; font-family: Raleway, Helvetica, Arial; font-size: 10px; font-weight: 500; text-transform: uppercase; mso-height-rule: exactly; line-height: 12px; color: #555555;"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315011" title=3D"Kids & Family" style=3D"text-decoration:none; color: #555554;" target=3D"_blank"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0209_guardiamo-oltre-febbraio/icons/kids-family.png" alt=3D"Kids & Family" width=3D"50" style=3D" margin: 0 auto;" title=3D"Kids & Family"><br />Kids & Family</a></td> <td width=3D"16.66%" align=3D"center" valign=3D"top" style=3D"text-align: center; font-family: Raleway, Helvetica, Arial; font-size: 10px; font-weight: 500; text-transform: uppercase; mso-height-rule: exactly; line-height: 12px; color: #555555;"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315012" title=3D"Salute & Benessere" style=3D"text-decoration:none; color: #555554;" target=3D"_blank"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0209_guardiamo-oltre-febbraio/icons/salute-benessere.png" alt=3D"Salute & Benessere" width=3D"50" style=3D" margin: 0 auto;" title=3D"Salute & Benessere"><br />Salute & Benessere</a></td> <td width=3D"16.66%" align=3D"center" valign=3D"top" style=3D"text-align: center; font-family: Raleway, Helvetica, Arial; font-size: 10px; font-weight: 500; text-transform: uppercase; mso-height-rule: exactly; line-height: 12px; color: #555555;"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315013" title=3D"Sport Tempo libero" style=3D"text-decoration:none; color: #555554;" target=3D"_blank"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0209_guardiamo-oltre-febbraio/icons/sport-tempo-libero.png" alt=3D"Sport & Tempo libero" width=3D"50" style=3D"margin: 0 auto;" title=3D"Sport & Tempo libero"><br />Sport & Tempo libero</a></td> </tr> </tbody> </table></td> </tr> <tr> <td style=3D"padding: 0 20px 10px; text-align: center; font-family: Raleway, Helvetica, Arial; font-size: 18px; font-weight: 500; mso-height-rule: exactly; line-height: 25px; color: #555555;"> Un magazine online totalmente ridisegnato in cui leggere di salute, benessere, bambini, lifestyle, fashion, sport e tempo libero.</td> </tr> <!-- Hero Image, Flush : BEGIN --> <tr> <td class=3D"full-width-image" align=3D"center" ><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315014"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/1116_guardiamoOltre/images/top_560x270.jpg" alt=3D"Come i nostri occhi interpretano la realt=C3=A0 virtuale " width=3D"560" style=3D"width: 100%; max-width: 560px; height: auto;" title=3D"Come i nostri occhi interpretano la realt=C3=A0 virtuale " border=3D"0"></a></td> </tr> <!-- Hero Image, Flush : END --> <!-- 1 Column Text : BEGIN --> <tr> <td><table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%"> <tr> <td dir=3D"ltr" valign=3D"top" style=3D"font-family: Raleway, Helvetica, Arial; font-size: 25px; font-weight: 500; mso-height-rule: exactly; line-height: 25px; color: #555555; padding: 5px 20px; text-align: left;" class=3D"center-on-narrow"><strong style=3D"color:#5f9bff;">Come i nostri occhi interpretano la realt=C3=A0 virtuale </strong> </td> </tr> <tr> <td dir=3D"ltr" style=3D"padding: 0 20px 10px; font-family: Raleway, Helvetica, Arial; font-size: 16px; font-weight: 500; mso-height-rule: exactly; line-height: 22px; color: #555555;" class=3D"center-on-narrow"> <a style=3D"text-decoration: none;" href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315014" title=3D"Come i nostri occhi interpretano la realt=C3=A0 virtuale ">In attesa di Magic Leap, la start-up che sta sviluppando l=E2=80=99innovativo visore per sovrapporre immagini 3D generate al computer agli oggetti del mondo reale.</a></td> </tr> </table></td> </tr> <!-- 1 Column Text : BEGIN --> <!-- Two Even Columns : BEGIN --> <tr> <td align=3D"center" valign=3D"top" style=3D"padding: 0 10px;"> <table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%"> <tr> <td valign=3D"top" class=3D"stack-column-center"><table cellspacing=3D"0" cellpadding=3D"0" border=3D"0"> <tr> <td style=3D"padding: 0 10px; text-align: center"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315015"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/1116_guardiamoOltre/images/left01_270x270.jpg" alt=3D"Verdure buone per gli occhi: ricette ad alto contenuto di luteina" width=3D"270" height=3D"270" class=3D"fluid" title=3D"Verdure buone per gli occhi: ricette ad alto contenuto di luteina" border=3D"0"></a></td> </tr> <tr> <td dir=3D"ltr" valign=3D"top" style=3D"font-family: Raleway, Helvetica, Arial; font-size: 22px; font-weight: 500; mso-height-rule: exactly; line-height: 25px; color: #555555; padding: 5px 10px; text-align: left;" class=3D"center-on-narrow"><strong style=3D"color:#86b906;">Verdure buone per gli occhi: ricette ad alto contenuto di luteina</strong></td> </tr> <tr> <td style=3D"padding: 0 10px; font-family: Raleway, Helvetica, Arial; font-size: 14px; font-weight: 500; mso-height-rule: exactly; line-height: 22px; color: #555555;"><a style=3D"text-decoration: none;" href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315015" title=3D"Verdure buone per gli occhi: ricette ad alto contenuto di luteina">Tutto quello da mettere in tavola per il benessere dei nostri occhi.</a></td> </tr> </table></td> <td valign=3D"top" class=3D"stack-column-center"><table cellspacing=3D"0" cellpadding=3D"0" border=3D"0"> <tr> <td style=3D"padding: 0 10px; text-align: center"><a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315016"><img src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/1116_guardiamoOltre/images/right01_270x270.jpg" alt=3D"Colori nel piatto: c=E2=80=99=C3=A8 un legame tra gusto e vista=3F" width=3D"270" height=3D"270" class=3D"fluid" title=3D"Colori nel piatto: c=E2=80=99=C3=A8 un legame tra gusto e vista=3F" border=3D"0"></a></td> </tr> <tr> <td dir=3D"ltr" valign=3D"top" style=3D"font-family: Raleway, Helvetica, Arial; font-size: 22px; font-weight: 500; mso-height-rule: exactly; line-height: 25px; color: #555555; padding: 5px 10px; text-align: left;" class=3D"center-on-narrow"><strong style=3D"color:#86b906;">Colori nel piatto: c=E2=80=99=C3=A8 un legame tra gusto e vista=3F</strong></td> </tr> <tr> <td style=3D"padding: 0 10px; font-family: Raleway, Helvetica, Arial; font-size: 14px; font-weight: 500; mso-height-rule: exactly; line-height: 22px; color: #555555;"><a style=3D"text-decoration: none;" href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315016" title=3D"Colori nel piatto: c=E2=80=99=C3=A8 un legame tra gusto e vista=3F">Uno studio recente dimostra che =C3=A8 il colore rosso nei cibi che li fa considerare pi=C3=B9 appetitosi, complice il sistema visivo. Scopriamo perch=C3=A9.</a></td> </tr> </table></td> </tr> </table></td> </tr> <!-- Two Even Columns : END --> <!-- Three Even Columns : BEGIN --> <tr> <td align=3D"center"> </td> </tr> <tr> <td align=3D"center"><table width=3D"100%" style=3D"margin:0; background-color:#2d2a2b"> <tbody> <tr> <td><p style=3D"font-family: Raleway, Helvetica, Arial; margin:20px 20px; text-align:center; text-transform:uppercase; font-size:16px; line-height:30px; font-weight:bold; color:#fff;">condividi su: <a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315017" target=3D"_blank"><img style=3D" vertical-align:text-bottom; border:0;" src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0127_guardiamooltre/img/facebook.png" width=3D"24" height=3D"24" alt=3D"Facebook" /></a> <a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315018" target=3D"_blank"><img style=3D" vertical-align:text-bottom; border:0;" src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0127_guardiamooltre/img/twitter.png" width=3D"24" height=3D"24" alt=3D"Twitter" /></a> <a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315019" target=3D"_blank"><img style=3D" vertical-align:text-bottom; border:0;" src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0127_guardiamooltre/img/instagram.png" width=3D"24" height=3D"24" alt=3D"Instagram" /></a> <a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315020" target=3D"_blank"><img style=3D" vertical-align:text-bottom; border:0;" src=3D"http://static.contactlab.it/ecrm/FILES/salmoiraghi/2017/0127_guardiamooltre/img/gplus.png" width=3D"24" height=3D"24" alt=3D"Google+" /></a></p></td> </tr> </tbody> </table></td> </tr> <!-- Three Even Columns : END --> </table> <!-- Three Even Columns : END --> </table> <table cellpadding=3D"0" cellspacing=3D"0" align=3D"center" style=3D"width:100%; max-width:600px; font-size: 0"> <tr> <td align=3D"center" style=3D"padding: 10px; color:#999; font-family: arial, helvetica, sans-serif; font-size:12px; line-height: 16px"> Se non vuoi più ricevere comunicazioni via email da Salmoiraghi & Vigan=C3=B2, <a href=3D"http://t.contactlab.it/c/2000107/52347/197308572/315021=3FtokenCustomer=3DMTEwMjgwMjE2" style=3D"font-weight:bold; text-decoration:none; color:#666;" target=3D"_blank">clicca qui</a>.</td> </tr> </table> <!-- Email Body : END --> </center></td> </tr> </table> </body> <img src=3D"http://t.contactlab.it/v/2000107/52347/197308572" width=3D"1" height=3D"1" alt=3D"-"></html>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件