Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail - to - DB - Advanced #20

Open
dud3 opened this issue Oct 11, 2014 · 2 comments
Open

Mail - to - DB - Advanced #20

dud3 opened this issue Oct 11, 2014 · 2 comments

Comments

@dud3
Copy link
Owner

dud3 commented Oct 11, 2014

Mail - to - DB - Advanced

@dud3 dud3 self-assigned this Oct 11, 2014
@dud3 dud3 added this to the M-W-3 milestone Oct 11, 2014
@dud3
Copy link
Owner Author

dud3 commented Nov 9, 2014

Introduced to mailReader:

ALL - return all messages matching the rest of the criteria
ANSWERED - match messages with the \\ANSWERED flag set
BCC "string" - match messages with "string" in the Bcc: field
BEFORE "date" - match messages with Date: before "date"
BODY "string" - match messages with "string" in the body of the message
CC "string" - match messages with "string" in the Cc: field
DELETED - match deleted messages
FLAGGED - match messages with the \\FLAGGED (sometimes referred to as Important or Urgent) flag set
FROM "string" - match messages with "string" in the From: field
KEYWORD "string" - match messages with "string" as a keyword
NEW - match new messages
OLD - match old messages
ON "date" - match messages with Date: matching "date"
RECENT - match messages with the \\RECENT flag set
SEEN - match messages that have been read (the \\SEEN flag is set)
SINCE "date" - match messages with Date: after "date"
SUBJECT "string" - match messages with "string" in the Subject:
TEXT "string" - match messages with text "string"
TO "string" - match messages with "string" in the To:
UNANSWERED - match messages that have not been answered
UNDELETED - match messages that are not deleted
UNFLAGGED - match messages that are not flagged
UNKEYWORD "string" - match messages that do not have the keyword "string"
UNSEEN - match messages which have not been read yet

dud3 added a commit that referenced this issue Nov 21, 2014
Select distinct emails and define the columns as well.
For some reason ``SELECT * ...`` returns unwanted results.

Resolves: #20
Releases: 1.1
dud3 added a commit that referenced this issue Nov 30, 2014
…e original_email content

Basically the keyword entity can chose if the mails refering it should be saved with html or without.
The reason for this is because of some emails containing table and data depending on HTML tags, which if
stringidied makes them unreadable.

Resolves: #30
Related: #20, #19, #1
Releases: 1.2.x
@dud3
Copy link
Owner Author

dud3 commented Dec 10, 2014

Use advantage of: strip_tags() and htmlspecialchars().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant