summaryrefslogtreecommitdiff
path: root/noncore/net/mailit/README
Unidiff
Diffstat (limited to 'noncore/net/mailit/README') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mailit/README83
1 files changed, 83 insertions, 0 deletions
diff --git a/noncore/net/mailit/README b/noncore/net/mailit/README
new file mode 100644
index 0000000..01781b4
--- a/dev/null
+++ b/noncore/net/mailit/README
@@ -0,0 +1,83 @@
1Issues regarding Mailit
2-----------------------
3
4Mailit is still in development and is lacking some
5features to make it completely usable. Listed below are the
6most important issues.
7
8Due to the development status, numerous messages are passed too
9the console during usage of the program.
10No messages are deleted from the POP server after retrival.
11
12Synchronization:
13---------------------
14Works by comparing the last known size of the mailbox on the server
15to the current size.
16Possible problem: If a popserver shuffles the order of the mails
17when it receives a new mail, mailit won't know since it only uses
18the messagecount as a reference. If this occurs, turn sync off in
19the account settings.
20Haven't encountered this problem on the currently tested servers,
21but if it turns out that several servers do this, it will be resolved.
22
23Mail parsing
24------------
25Parsing of MIME-encoded email works for all currently tested cases.
26BASE64 decoding works.
27Attatchments are saved in the enclosure subdirectory of qtmail
28(in the Documents directory). You can install the files to the documents
29folder (creates a doclnk)
30Adding enclosures is limited to the preselected directories, and they
31are not really correct at the moment (trivial issue awaiting decision
32of fileplacements in QPE)
33attatched pictures will be displayed (jpg dependant on qte compilation)
34
35
36SMTP
37----
38The SMTP-client now supports attatchments, but it's not completly done.
39Encoding works, but it doesn't examine the file to check what type of
40file you are attatching. In other words, if it doesn't know that you
41are attatching a picture, the mime setting for content type could be
42wrong. Mail clients with inline viewing of pictures (like hotmail) could
43have a problem with displaying the mail correctly.
44(Should be fixed soon)
45
46You can now have multiple recipients.
47
48
49POP
50---
51The popclient connects to the all accounts in turn, downloads all headers
52and emails smaller than 2000 bytes. After its done, it reconnects
53and downloads the mails that were too big (> 2000)
54The to-be-downloaded mails are sorted according to size. If you view
55a mail, it is shifted to the front of the queue. Deleting a mail(header)
56while the download is in progress will remove it from the queue of
57mails to download (except if the mail is currently in transfer)
58You may exit mailit during a transfer of mails/headers. Next time
59you reconnect to the same server it will continue downloading from
60where it left off.
61
62You can now choose between getting mail from only one account or all.
63The get all option is just added and not fully testet yet. Get from
64a single account should work fine. The current way of downloading
65does not work well without sync turned on if you keep old mails in
66the inbox.
67
68Experienced some problems with servers reporting mail size less and
69bigger than actual size. Don't know whats causing this yet, but I
70have added a workaround. It now scans the mail for endofmail
71definition ("\r\n.\r\n"), disregarding size.
72
73
74Saving/Retrieving mail
75----------------------
76The inbox is saved and retrieved. Any mail not sent from the outbox
77is not saved (will of course be added)
78
79Miscelaneous issues
80-------------------
81Numerous cosmetic changes, including icons (which are temporary)
82
83Very little error checking is done on usertyped variables.