mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
New Message View (with attachments thumbnails)
This commit is contained in:
parent
1c7f1928c7
commit
06e6f1a2da
22 changed files with 3046 additions and 162 deletions
12
rainloop/v/0.0.0/app/libraries/PHPThumb/PluginInterface.php
Normal file
12
rainloop/v/0.0.0/app/libraries/PHPThumb/PluginInterface.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace PHPThumb;
|
||||
|
||||
interface PluginInterface
|
||||
{
|
||||
/**
|
||||
* @param PHPThumb $phpthumb
|
||||
* @return PHPThumb
|
||||
*/
|
||||
public function execute($phpthumb);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue