summaryrefslogtreecommitdiff
path: root/program/include/rcube_mime_struct.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-04-23 14:25:28 +0000
committerthomascube <thomas@roundcube.net>2010-04-23 14:25:28 +0000
commitd062dbe18cbb2609cd2cc67ae843cf33bb4971cf (patch)
treea6d5599167927c659dab831b65b853a815f4d280 /program/include/rcube_mime_struct.php
parentd824acaf11b9cc0d196488ef3c9bc03bee41f948 (diff)
Add class docuumentation blocks and make phpdoc work again
Diffstat (limited to 'program/include/rcube_mime_struct.php')
-rw-r--r--program/include/rcube_mime_struct.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/program/include/rcube_mime_struct.php b/program/include/rcube_mime_struct.php
index bc00da50a..5115628b0 100644
--- a/program/include/rcube_mime_struct.php
+++ b/program/include/rcube_mime_struct.php
@@ -23,7 +23,12 @@
*/
-
+/**
+ * Helper class to process IMAP's BODYSTRUCTURE string
+ *
+ * @package Mail
+ * @author Aleksander Machniak <alec@alec.pl>
+ */
class rcube_mime_struct
{
private $structure;