Notice: Undefined offset: 68 in /var/www/codoforum/sys/CODOF/Forum/Category.php on line 241

Notice: Trying to get property 'cat_name' of non-object in /var/www/codoforum/sys/CODOF/Forum/Category.php on line 241

Notice: Undefined offset: 68 in /var/www/codoforum/sys/CODOF/Forum/Category.php on line 242

Notice: Trying to get property 'cat_alias' of non-object in /var/www/codoforum/sys/CODOF/Forum/Category.php on line 242

Notice: Undefined offset: 68 in /var/www/codoforum/sys/CODOF/Forum/Category.php on line 238

Notice: Trying to get property 'cat_pid' of non-object in /var/www/codoforum/sys/CODOF/Forum/Category.php on line 238
How to read the folder structure | PMAIL COMMUNITY
IMAP
How to read the folder structure

If you like me are on the road sometimes, or even abroad - you may get a synchronization error. Most likely the folder structure is out of synch. Windows Mobile, or Outlook Mobile 6 is very poor on supporting a proper implementation of IMAP. Nevertheless the benfits are there, in that you can have your messages stored on the servers, with copies of sent items.

However, the IMAP specification only states the INBOX as a standard mail box. Meaning many implementations in different languages will suffer.

Figure the following structure on your cell-phone

Maildrop
-- Inkorgen (INBOX)
-- Skickat (sent items)
-- Borttaget (Trash bin)
-- Utkast (Draft)

How do you know that these names match with the server?

Answer: You use telnet - but, it isn't straight forward from the RFC.

Do the following to get read the maildrop mailboxes through Telnet.

Start a command line interpreter
Start telnet with: Telnet host.domain.com 143
You'll see an answer like * OK host.domain.com bla bla bla ready.
Type: A1 LOGIN <username> <password>
You'll get an answer like A1 OK LOGIN completed.
Type: A2 LIST "" "%"
And you'll get an answer like:
* LIST (\NoInferiors) "/" INBOX
* LIST (\NoInferiors) "/" Borttaget
* LIST (\NoInferiors) "/" Skickat
* LIST (\NoInferiors) "/" tt4
* LIST (\NoInferiors) "/" Utkast
A3 OK LIST completed.

If a mailbox is missing compared to your cell-phone, create it by typing
A4 CREATE mailboxname

When you're done, terminate the connection by typing:
A5 LOGOUT

&lt;P&gt;If you like me&amp;nbsp;are on the road sometimes, or even abroad - you may get a synchronization error. Most likely the folder structure is out of synch. Windows Mobile, or Outlook Mobile 6 is very poor on supporting a proper implementation of IMAP. Nevertheless the benfits are there, in that you can have your messages stored on the servers, with copies of sent items.&lt;/P&gt; &lt;P&gt;However, the IMAP specification only states the INBOX as a standard mail box. Meaning many implementations in different languages will suffer.&lt;/P&gt; &lt;P&gt;Figure the following structure on your cell-phone&lt;/P&gt; &lt;P&gt;Maildrop -- Inkorgen (INBOX) -- Skickat (sent items) -- Borttaget (Trash bin) -- Utkast (Draft)&lt;/P&gt; &lt;P&gt;How do you know that these names match with the server?&lt;/P&gt; &lt;P&gt;Answer: You use telnet - but, it isn&#039;t straight forward from the RFC.&lt;/P&gt; &lt;P&gt;Do the following to get read the maildrop mailboxes through Telnet.&lt;/P&gt; &lt;P&gt;Start a command line interpreter Start telnet with: Telnet host.domain.com 143 You&#039;ll see an answer like * OK host.domain.com bla bla bla ready. Type: A1 LOGIN &amp;lt;username&amp;gt; &amp;lt;password&amp;gt; You&#039;ll get an answer like A1 OK LOGIN completed. Type: A2 LIST &quot;&quot; &quot;%&quot; And you&#039;ll get an answer like: * LIST (\NoInferiors) &quot;/&quot; INBOX * LIST (\NoInferiors) &quot;/&quot; Borttaget * LIST (\NoInferiors) &quot;/&quot; Skickat * LIST (\NoInferiors) &quot;/&quot; tt4 * LIST (\NoInferiors) &quot;/&quot; Utkast A3 OK LIST completed.&lt;/P&gt; &lt;P&gt;If a mailbox is missing compared to your cell-phone, create it by typing A4 CREATE mailboxname&lt;/P&gt; &lt;P&gt;When you&#039;re done, terminate the connection by typing: A5 LOGOUT&lt;/P&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft