Wykres commitów

99 Commity (2ed824c91e05bfafca60b84d008d3054b57c61a2)

Autor SHA1 Wiadomość Data
Alex Puiu 2ed824c91e Solve bug when emails were marked for deletion but not added to deck 2022-05-19 11:16:03 +03:00
Alex Puiu 395d9ed512 Delete mail after processing and use psr-4 for autoload. fixes #17 2022-05-17 11:52:56 +03:00
Lucian Pricop a809d456cd Merge branch 'master' of github.com:newroco/mail2deck 2022-05-12 13:37:33 +03:00
Lucian Pricop 64e29f9ce6 Removing config.php from repository to prevent overwrite of local when pulling 2022-05-12 13:36:42 +03:00
Alexe Puiu 2f78d0b52c
Update .gitignore 2022-05-12 12:14:58 +03:00
Lucian Pricop c65b6975c4 Better wording in reply mail 2022-05-12 12:07:34 +03:00
Lucian Pricop 1f1973fd7f
Merge pull request #22 from matbgn/master
Add possibility to specify user via mail subject "u-" + Add basic Docker implementation
2022-05-11 14:01:12 +03:00
Lucian Pricop e14a83dfcd
Merge pull request #21 from kidhab/patch-1
Add check for MIME encoded messages
2022-05-11 13:53:24 +03:00
Lucian Pricop 4cebb38577
Merge pull request #19 from mokkin/patch-2
change terminology / remove slash
2022-05-11 13:52:14 +03:00
Lucian Pricop 5c60208eb0 Merge branch 'master' of github.com:newroco/mail2deck
# Conflicts:
#	config.php
2022-05-11 13:51:26 +03:00
Lucian Pricop 91c70d52d0 Merge branch 'mokkin-patch-1' 2022-05-11 13:48:20 +03:00
matbgn 19df5823a9 Simplify null check on variables based on PR feedback 2022-05-07 15:05:15 +02:00
matbgn 05107a26e1 Small fixes based on PR feedbacks 2022-05-07 15:00:24 +02:00
matbgn d3355cc56b Create basic documentation for user assignee 2022-04-29 13:21:43 +02:00
matbgn 2d0bfb5b70 Basic implementation of Dockerfile + fix mail used if userId differ from original sender 2022-04-29 13:13:48 +02:00
matbgn 127b61addf Add possibility to specify user via mail subject "u-" 2022-04-28 20:45:43 +02:00
Alex Puiu 7eafb95fcd convert to MD only if needed 2022-04-13 14:15:58 +03:00
Alex Puiu 4c3f68a52c Convert HTML description to MD 2022-04-13 13:31:54 +03:00
kidhab f84b5c5f09
Add check for MIME encoded messages
As far as I understand MIME-encoded message can be broken down into parts based upon its contents. While most mail programs add the plain text part as the first part this is not true for all programs. In fact mail2deck couldn't import the body when processing certain plain text mails with attachments - because the plain text part wasn't  at position 1.1.

With this fix imap_fetchbody requests sub-part 1 of part 1 and, if it is empty/ non-existent, it requests part 1.
2022-04-11 20:19:59 +02:00
mokkin 7811396752
change terminology / remove slash
* change terminology to "card" instead of "issue" as in other deck contexts
* remove slash in file path, otherwise it leads to a doube slash
2022-03-29 10:59:05 +02:00
Alexe Puiu 82c869f6ba
Merge pull request #16 from kidhab/master
Add setting to disable mail notifications
2022-03-04 12:33:03 +02:00
kidhab 73703981eb Add setting to disable mail notifications 2022-03-04 11:28:32 +01:00
Alex Puiu 3ac5b2785e Use 'reply_to' attribute instead of 'from' to reply & assign sender. 2022-02-17 13:27:00 +02:00
Alexe Puiu 49bd797057
Update README.md 2022-02-17 08:08:48 +02:00
Alex Puiu c728e97165 Improvements for encoded description. 2022-02-11 13:37:20 +02:00
Alex Puiu fa3d1eace0 Better way to handle encoded description 2022-02-11 11:49:49 +02:00
Alex Puiu dfe2a048d3 Decode description if needed. 2022-02-11 10:27:23 +02:00
Alex Puiu 6f798eb6bd Add card to the top - update 2022-02-10 17:29:56 +02:00
Alex Puiu 99cb30dd9e Add card to the top 2022-02-10 17:17:53 +02:00
Alex Puiu 99b26c4bab Modify function to be accessible in lower versions of php. 2022-02-10 16:24:29 +02:00
Alex Puiu 5b025184a0 update README.md 2022-02-10 14:50:46 +02:00
Alex Puiu bed78e5333 update README.md 2022-02-10 14:29:00 +02:00
Alex Puiu 05aaaefae7 find board from mail address if has multiple words. 2022-02-08 16:59:33 +02:00
Alex Puiu 08e8b51cc7 reply with correct mail server address. 2022-02-08 15:06:13 +02:00
Alex Puiu 27e908f2c3 remove attachments from directory if card was not created. 2022-02-08 14:19:12 +02:00
Alex Puiu 8d42b8c6d3 inform sender if card was not created. 2022-02-08 13:34:16 +02:00
Alex Puiu 698c513b8b
Update README.md 2022-02-04 16:44:11 +02:00
Alex Puiu 34a8cd8438 set board by email address delimiter (+). 2022-02-04 16:41:37 +02:00
Alex Puiu e616ebfffb reply to sender with newly created card, fixes #13 2022-02-04 14:57:16 +02:00
Alex Puiu 77f99de5bb Assign user to newly created card if has NC account. 2022-02-04 10:46:44 +02:00
Alex Puiu 51e46c709f Merge branch 'master' of https://github.com/newroco/mail2deck 2022-02-03 15:05:28 +02:00
Alex Puiu db0e9553d1 add mail attachments to deck & bug fixes 2022-02-03 15:05:17 +02:00
mokkin 6ac8b34c22
Update config.php 2022-01-26 23:26:46 +01:00
mokkin 9f20504f5f
hint for domain specification 2022-01-26 22:59:59 +01:00
Alex Puiu 710cc93c82
Update README.md 2022-01-25 11:52:16 +02:00
Alex Puiu 9b5fe32d5d Merge branch 'master' of https://github.com/newroco/mail2deck 2022-01-25 11:51:19 +02:00
Alex Puiu 820e511788 update README.md 2022-01-25 11:37:43 +02:00
Lucian Pricop e027632a8c
Merge pull request #12 from Ben-Ro/master
fixes newroco/mail2deck#11
2022-01-25 11:33:57 +02:00
ben dadb745887 fixes newroco/mail2deck#11 added support for special characters in mail subject and body 2022-01-15 18:24:20 +01:00
Lucian Pricop 78e7ded621
Merge pull request #8 from bpehrs11/IMAP-Server-Updates
Imap server updates
2022-01-03 14:24:39 +02:00