summaryrefslogtreecommitdiff
path: root/program/include/rcube_mime_struct.php
diff options
context:
space:
mode:
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;