#include </home/clem/local/src/opie/noncore/net/mail/libmailwrapper/mailtypes.h>
Public Member Functions | |
| encodedString () | |
| encodedString (const char *nContent, unsigned int length) | |
| encodedString (char *nContent, unsigned int nSize) | |
| encodedString (const encodedString &old) | |
| encodedString & | operator= (const encodedString &old) |
| virtual | ~encodedString () |
| const char * | Content () const |
| const int | Length () const |
| void | setContent (const char *nContent, int nSize) |
| void | setContent (char *nContent, int nSize) |
Protected Member Functions | |
| void | init () |
| void | copy_old (const encodedString &old) |
| void | clean () |
Protected Attributes | |
| char * | content |
| unsigned int | size |
|
|
Definition at line 318 of file mailtypes.cpp. References init(). |
|
||||||||||||
|
Definition at line 323 of file mailtypes.cpp. References init(), and setContent(). |
|
||||||||||||
|
Definition at line 329 of file mailtypes.cpp. References init(), and setContent(). |
|
|
Definition at line 335 of file mailtypes.cpp. References copy_old(), init(), odebug, and oendl. |
|
|
Definition at line 350 of file mailtypes.cpp. References clean(). |
|
|
Definition at line 361 of file mailtypes.cpp. Referenced by copy_old(), and ~encodedString(). |
|
|
Definition at line 380 of file mailtypes.cpp. References content. Referenced by AbstractMail::decode_String(), IMAPwrapper::fetchTextPart(), Genericwrapper::fetchTextPart(), AbstractMail::mvcpMail(), ViewMail::slotItemClicked(), and Genericwrapper::traverseBody(). |
|
|
Definition at line 370 of file mailtypes.cpp. References clean(), content, and size. Referenced by encodedString(), and operator=(). |
|
|
Definition at line 355 of file mailtypes.cpp. Referenced by encodedString(), and operator=(). |
|
|
Definition at line 385 of file mailtypes.cpp. References size. Referenced by AbstractMail::decode_String(), IMAPwrapper::fetchTextPart(), AbstractMail::mvcpMail(), and ViewMail::slotItemClicked(). |
|
|
Definition at line 342 of file mailtypes.cpp. References copy_old(), init(), odebug, and oendl. |
|
||||||||||||
|
Definition at line 399 of file mailtypes.cpp. |
|
||||||||||||
|
Definition at line 390 of file mailtypes.cpp. Referenced by AbstractMail::decode_String(), encodedString(), IMAPwrapper::fetchRawPart(), and Genericwrapper::traverseBody(). |
|
|
Definition at line 195 of file mailtypes.h. Referenced by clean(), Content(), copy_old(), init(), and setContent(). |
|
|
Definition at line 196 of file mailtypes.h. Referenced by clean(), copy_old(), init(), Length(), and setContent(). |
1.4.2