Skip to content

Instantly share code, notes, and snippets.

View freshface's full-sized avatar

Frederik Heyninck freshface

View GitHub Profile
<div class="photoGallerySlideshowProjects">
<div>
<h1><a href="/portfolio/detail/blaa" title="Blaa">Blaa</a></h1>
<img src="/frontend/files/projects/album-8/195x200/testproject-netlash_nl_image1_1292427188.png" />
<p><a href="/portfolio/detail/blaa" title="Blaa">bekijk project</a></p>
</div>
<div>
<h1><a href="/portfolio/detail/project-x" title="Project X">Project X</a></h1>
<?php
$mailuser="[email protected]";
$mailpass="password";
$mailhost="{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX";
$mailbox = imap_open($mailhost,$mailuser,$mailpass) or die("<br />\nFAILLED! ".imap_last_error());
$emails = imap_search($mailbox,'ALL');
var config = {
appFolder: 'app/',
assetFolder: this.appFolder + 'assets/'
};