Vault working kinda. Corrupting some attachments. Refactoring using RipMime
This commit is contained in:
parent
33318da076
commit
5d757466eb
2
vendors/shells/vault.php
vendored
2
vendors/shells/vault.php
vendored
|
|
@ -12,7 +12,7 @@ class VaultShell extends Shell {
|
|||
|
||||
function main() {
|
||||
|
||||
$testing = 1; //Whether to actually move the emails.
|
||||
$testing = 1; //Whether to actually move the emails. 1=test, 0=production
|
||||
/* Setup Connection to the IMAP server */
|
||||
$username = 'vault';
|
||||
$password = 'xjdYOsmJWc37'; /* The password for the account to be checked */
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
<?php echo $paginator->options(array('url'=>$this->passedArgs)); ?>
|
||||
|
||||
<?php
|
||||
echo $paginator->counter(array(
|
||||
'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true)
|
||||
|
|
@ -128,7 +130,7 @@ foreach ($enquiries as $enquiry):
|
|||
</table>
|
||||
</div>
|
||||
<div class="paging">
|
||||
<?php echo $paginator->options(array('url'=>$this->passedArgs)); ?>
|
||||
|
||||
<?php echo $paginator->prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
|
||||
| <?php echo $paginator->numbers();?>
|
||||
<?php echo $paginator->next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue